Hello,
I have an NRF51822 (redbealab ble nano) that I would like to use to count pulses in very low power mode.
Pulses are asynchronous
The rate of pulses can...
Hi
I'm attempting to read a PT-100 sensor value that is part of a voltage divider using a nRF52.
Both the reference resistor and the PT-100 is sampled while the voltage...
Hi
I have been searching the forums, but were not able to find an answer to my question.
I'm trying to sample 4 analog inputs on the nRF51-DK using the ADC hal. (SDK10...
Hi
I have been trying to get two NRF24L01 chips communicate with each other since a week now, without much success. All what I can find on the net is Arduino examples using...
Hi
I have done several projects with the nRF905. I know the device quite well. Normally I use the CD, AM and DR interrupt pins to determine the status of the device, my current...
i made this project to try to create RSC service on arduino
developer.bluetooth.org/.../runningspeedandcadence.zip
unfortunately the server starts but i'm not able to...
Hello,
Could someone give me a hint with the following problem?
I am using two example projects (ble_app_uart_c, ble_app_hrs) to connect a central and a peripheral.
An...
The environment setup I'm using is VsCode with the NRF extension. I'm using SDK v2.6.1. When flashing bootloader firmware to my device I get this output on my vs code terminal...
minimal_log % west flash -- west flash: rebuilding [0/4] Performing build step for 'mcuboot_subimage' ninja: no work to do. -- west flash: using runner nrfjprog Using board...
We have fairly regularly observed that the reset reason register gives two reasons for reset: software request and watchdog.
Is it plausible that these bits are genuinely...
Hi,
I am trying to communicate with nPM1300 PMIC board using NRF5340DK. I have made the connections and set up the overlay file as recommended. The I2C write (i2c_write_dt...
I am currently developing software of the nrf9160 and am having trouble with a firmware upgrade. The firmware data is received via UART. All of the functions work as expected...
Hello all,
I am working on a ble application on zephyr. I need to send a notification on a specific characteristic.
If I call bt_gatt_notify from where I want to send...
We're currently using a virtual operator as carrier, so our device is roaming in Finland. It seems that Elisa (24405) is the preferred network, but the data plan is restricted...
Hello, can 2.0nH or 1.8nH inductors be connected instead of the 1.9nH inductors connected to the ANT1 and ANT2 pins shown in the NRF21540 reference circuit?
After getting nrf52 board I've sucessfully recovered it, flashed it with blinky example and I cannot recover it again. I tried doing nrfjprog --recover and nrfjprog --family...
I'm working on a custom board that uses an NRF52840, I've followed the Nordic Developer Academy course related to DFU over uart0 ( Exercise 1 - DFU over UART - Nordic Developer...
Hello everyone,
I have a custom board with a nRF5340 on it that is used as a BLE reader for mobile phones. Now we wanted to do some EMC testing. For this we need to broadcast...
I am developing a board with the nrf5340, and using a PDM microphone for audio input.
I have used the same microphone on the nrf52832 with the nrf PDM driver with success...
Hello Nordic team!
I'm currently trying to get a demo of zephyr's Blink up and running on my Thingy53 device so I have an understanding of how the connections between...
Hello,
I’m working on an nRF5340 project and trying to measure power consumption in low power mode using SDK v2.6.1. I followed the instructions provided on your website...
I am developing a code for Nordic nRF52840 with some sensors:
LIS3DH: accelerometer
BME680: environment
Fujitsu MB85RC1M: FRAM
u-blox ZOE-M8: GNSS
SD Card reader...