Hi there. We have recently migrated from SDK 2.6 to SDK 3.0.
We have a custom-made external board, which we used to program with the nRF52840 DK when using SDK 2.6 (for...
Hi, We are using nrf Connect SDK 2.4.0 and have been looking through the NIST vulnerabilities databases. One of the vulnerabilities reported with the nrf5340 is a denial of...
Hello all,
I am having issues with the configuration of the FEM nRF21540 on the costum board Fanstel BT840NE with the Enhanced ShockBurst (ESB) protocole.
We are not able...
We've got a sensor board with an nrf9160 on it, that sleeps lots of the time and periodically wakes up to take sensor readings or send them up to the cloud.
Some of the...
Hi, I am using nrf52840 , nrf connect sdk 2.6.0 I am using spi_transceive() to send and receive the data from sensor I read in Nordic Academy nrf connect sdk intermediate...
I hope this message finds you well.
I am currently working on a project using the nRF9151-DK Evaluation Board and have been testing GNSS functionality in various environments...
Hello,
I am a developer/maintainer for the RF24 Arduino library at https://github.com/nRF24/RF24
I've found in some cases, the R_RX_PL_WID register returns 0 while the...
Hi I'm a bit confused about how to get two clints on the same mesh network and can you have more clients on the same network. If yes, is there someone who has an example or...
Hello
I want to create Bluetooth mesh network and I need that each of network nodes turn on/off selected time (including provisioner). Can I use only nrf_mesh_enable/nrf_mesh_disable...
I understand that in the ble_app_uart_c_pca example I should call function
with some arguments.
In wich call
But I can't understand whch parameter should transfer...
I am attempting to disable the advertising timeout on the Nordic Beacon with the ble_app_uart example found in SDK 12.1. I am using SD 130.
Searching for this issue produced...
Hi!
I am using SDK15 and I try to implement a clock feature. I have found some information about nRF52832, that RTC isn't a real time clock but a counter instead and it...
SDK15's example appears to be tailored for the 832. I realize it's a tight squeeze to get s132 and an application into the 810. My short term goal is that Frequently Sought...
I am looking at the audio data received from USB. Every packet is only half filled. That is, the first 96 samples have valid data and the second 96 contain zeros. I am using...
Hello everyone,
We want to do nRF51822 OTA DFU by using another nRF51822 only. we have done OTA DFU with help of example given in SDK and with help of mobile app(nrf toolbox...
I have a project I've developed on a dev board, and everything works. When integrating this into a custom board and running the firmware, however, I'm not getting any BLE...
i am working on mesh application in nrf52832 . i want to integrate mesh and nrf sdk application , So i followed this application and mesh_app_uart example Example for SDK...
i am working on mesh application in nrf52832 . i want to integrate mesh and nrf sdk application , So i followed this application and mesh_app_uart example Example for SDK...
Hello,
I am using custom board with nRF52832 and Keil uVision5 as IDE. I started with simple example which is just to ON the LEDs.
Code(all necessary header files are...
Hi,
I'm developing a FW that is now validated. We are "almost ready" to go in mass production (6000 PCE for the first batch).
For the moment, I'm still using the debugger...
Hello,
I am using the mesh pb_remote example in order to have a multihop scenario. I would like to do some latency calculations, so some kind of bidirectional communication...