SOC: nrf52840
SDK: v2.9.0
Device is a central, it connected to 16 peripherals, these peripherals will power on 90 seconds and then power off 10 seconds(one cycle). ...
Hi,
I have successfully updated the firmware on the nRF5340DK controller using the DFU MCUBoot method. Now, I need to add Secure Boot NSIB to the bootloader and integrate...
Hi Support team:
I am new for using the Nordic Design kit of nRF54L15-DK.
And I would like to use the app "Direct Test Mode" v2.4.2 built-in the "nRF Connect for Desktop...
NPM2100 EK CONNECTION
Can I connect The NPM2100 EK with NRF52 DK? If so..... 1. How do I physically do this? 2. Can I program the NPM2100 EK to send Voltage Supply of 1...
I'm trying to convert some code from ESP32 to nRF, and I'm having problems with the microphone input. Mind you, I'm a beginner with nRF, so I'm sure I'm missing something...
Hi,
I got my hardware modification which added the nRF21540 to our system more or less running under NCS v2.9.0.
Currently, I have the following FEM and antenna configuration...
I'm encountering a blocking issue when trying to create a new board using the NCS Board Wizard in VS Code with Nordic Connect SDK v3.0.0. After filling in valid inputs and...
I have searched through the examples and the documentation (BTW the online document links are broken - the offline documentation is nice however).
From what I can tell...
Hello Everyone.
I am doing a project where I need to do a Bluetooth communication of data. I have two nRF51 DK so the idea is to connect a particular pressure sensor to...
I am trying to create a state machine that will be able to turn the Bluetooth radio on/off and possibly change the mode of the BLE service for power testing. I hope to run...
I have created an instance of time using the standard time function in C. I have also linked it to a counter on a timer so I can track how long the device has been active...
At CES this year (2018) there was a booth showing essentially a roughly 1/4 size Thingy:52. It wasn't actually at the Nordic booth so I'm not sure if it was actually a Nordic...
I think there's a problem with the beacon advertisement sent by Thingy52. I'm seeing the problem in my own PC code and also air sniffer. The advertising data packet looks...
I am using nrf_fstorage_read command to read data from flash. I have defined my start address as 0x68000 and end address as 0x72000.
I erase the memory through nRFgo studio...
Hello,
I've searched around the forum and followed all the advice given in other threads but am still not having any luck.
I've tried running the nRF sniffer on both a...
Hi there. I just got the nRF52840 DK and am trying to get going with it. I have been looking at this getting started page:
https://www.nordicsemi.com/eng/Products/Getting...
Dear lovely people!
Setup: sdk14 / s132 v5 / nrf52832
Just like with the previous SDKs, I tried to make a multilink nus central fw.
The periph device runs my code based...
Hello,
In our application we heavily use the application scheduler. This was done for 2 main reasons:
serialize access to system resources
enable the soft device to...
Good Afternoon,
I'm writing some config data on an empty record the first time I turn on my board and updating that same record every next time I turn on the board.
...
Hi everybody I have a couple of questions regarding power consumption for the nRF 52 DK Rev. 1 (nRF52832). I currently have an application where I sample 12-bit ADC data via...
I'm working on support for several custom characteristics that require long write support. I'm using the nrf_ble_qwr library, and I've noticed what seems to be a discrepancy...
Hello,
I have an nRF52 DK here that behaves strangely since a few days. Hardware id is 0xc7
When I boot it up with my firmware, sd_ble_enable takes around 2 seconds...