Hey all,
We've just received our first article of a new PCB based on Fanstel BT840F (nRF52840, https://www.fanstel.com/bt840 )
I'm trying to flash it with a demo app...
Hi,
For a meter application with battery, I want MCU is sleeping but comparator still working to count a pulse input (freq <100khz)
Can Nordic IC can support this idea...
Hi Nordic FAE, Merry Christmas:
We are using nRF5340 with nRF Connect SDK V2.6.1 running on Zephyr OS.
Do you have the nRF5340 power management guideline document?
Function...
We are flashing the nRF52832 that works with DFU with a SoftDevice and a bootloader. The application code is compiled privately with a private key and packaged into a zip...
I am trying SPI Master/Slave communication between two nRF54L15-DK boards, using the nRF Connect SDK v2.8.0 and nRF54L15-DK 0.9.1 and 0.8.1. However, it seems that the SPIS...
Dear nordic:
There is a problem while debugging the nrf52820 based on ncs v2.6.0
I wanna see the log via debug but failed, the circuitry is as the pic.How I can config...
Hello.
I am developing using nRF5340DK and nRF Connect SDK v2.9.0. I am checking the operation of "Scheduler Server". The action was executed, and the date and time are...
Hi Great Support Team:
In the spec of 52832, the rx sensitivity is -96dBm @ 1Mbps.
I'd like to know if the sensitivity is the same (-96dbm) while we adopt ANT+ protocol...
I am using the nrf52840 with freertos and bluetooth (based on the HRM example). Application is designed to sleep for a set period of time before the RTC timer wakes the MCU...
Dear Nordic Team,
Due to a mistake i flashed a bootloader-firmware with the compile flag CONFIG_GPIO_AS_PINRESET onto a custom board where pin P0.21 is tied to ground ....
I just received my nRF9160 DK. I got it connect with the nRF Cloud (with LED 3 and LED 4 blinking). I then started nRF Connect (Programmer) and the application crashed. I...
Hi all,
I want to ask whether I can put the main app on random address in the flash of the chip if there is bootloader and SD present due to future releases of SD and memory...
Hi. My application is scanning ble beacons for 1 sec every minute, and I want to store this data in an array to be sent every 10 min. I am getting the data in BLE_GAP_EVT_ADV_REPORT...
Hi,
I want to implement a Peripheral (GATT Server) that automatically starts notification once a Central connects. No bonding is provided in our system (connection is between...
Hi,
I'm in the early stages of developing a BLE peripheral device that requires the use of the CC310 CryptoCell on an nrf52840-DK board.
I have managed to implement a...
Hi,
I am following the midi service example: https://www.novelbits.io/bluetooth-gatt-services-characteristics/
To add a midi service.
I have added the code and build...
Hi,
I've been though some power profiling investigation of my application and incorporated the solutions discussed and here and the hardware solution discussed here but...
We are using nrf52832 in our design. It involves two nrf52832 with a bunch of sensors and one more nrf52832 which has cloud connectivity. We store the sensor information in...
Hi,
I'm trying to run the usbd_cdc_acm example from SDK 15.3.0 on the nRF52840 Preview DK. While debugging, the code was running fine until I connect the nRF USB, at this...
Hi,
Is it expected to get an EINPROGRESS error when calling nrf_connect() with NRF_O_NONBLOCK set. How do I know if the call was successful or not? Should I expect a positive...