Hello everyone,
I am trying to communicate among 2 NRF24L01+ modules using 2 ATmega16A microcontrollers.
My SPI communication is working fine as I am able to write and...
Heads up for anyone using the IoT SDK (currently 0.8.0). This SDK has the TinyDTLS-0.8.1 embedded in it... and I believe that there is a bug in the TinyDTLS CCM functions...
A new library/toolkit has been built that allows us to invoke the services of an nRF24L01 from a Java environment. Documentation and links to the Github project can be found...
Hi,
I am sending data from Android phone in every 200 ms to nRF8001. But sometimes I found there is a 50 ms or 100 ms delay. It looks like nRF8001 spending some time in...
Hello,
I'm starting a new nRF51 project on mbed for a custom board. I wish to know what is the "cleanest" way to define pinout (what file to edit) ?
Thank you
I have enabled data ready interrupt bit and also enabled the fifo bit and also enabled gyro_fifo and accel_fifo bits in mpu6050 so that when data ready interrupt occurs the...
I am not able to successfully use your nRF UART app to communicate with your nRF52840 DK. I get a warning when installing the app that it may be too old for my version of...
I'm still learning BLE development so I apologize if this is a basic question.
Here is a screenshot of a recent capture I did with the nRF52-DK. The bluetooth sniffer is...
Pardon my ignorance of the nuances of Security and Encryption but what I am observing is a bit perplexing.
Every time I run the nrfutil command to generate the bootloader...
Hello, I use sleep_mode_enter() to put the device into sleep mode, however, the RTT print a fatal error after sd_power_system_off(), I don't know whether the device is in...
I'm trying to open a nRF Connect SDK project in Segger Embedded Studio for ARM (Nordic Edition) V5.30a
When I try opening the project I get an error box with the following...
I want to add an OUT endpoint to the USBD example, but it is not successful. I cannot find the relevant tutorial. Below is my main.c, asking for help, thank you very much...
hi nordic team,
im update the app by usb dfu,my sd version is s140_nrf52_7.0.1_softdevice,and shell like this:
program.bat
dfu.bat
the device cant update and...
Hi,
Working on RSA encryption, I'm trying to build an RSA context from just the P, Q and E part of the key (as per https://tls.mbed.org/kb/development/how-to-fill-rsa-context...
Hi Nordic Team,
I've modified the DTM app to use USB CDC, I used a serial terminal to manually send commands, e.g. set tx power command, it worked fine. But it didn't work...
I'm a newbie to nRF stuff so please forgive me if I have missed the obvious...
nRF52840, SDK 17.0.2
The Nordic infocentre lists 4 options - SAADC driver - legacy layer...
Hello,
I am trying to observe communication between the nRF9160 and nRF52840 on v0.8.2 of the nRF9160-DK board. According to the schematic and documents, P0.23 should be...
I am putting data in a queue whenever I get indication, something like this:
on_indication(..,.., received_data)
self . qure_received . put (received_data )
Is there...
Hello
I'm trying to send a dataset from the nRF51-DK over BLE to an iOS device. The total data to be sent is around 500 kB. What is the best method for transmitting this...
Dear Nordic Experts, I've added buttonless BLE DFU to the generic level ( Mesh ) example. The firmware update is basically working; except for two minor little limitations...
SDK: 4.1.0
CHIP: 52840
old question
Hi, I have developed sleepy zed.
I have success to send "request data" in every 5 sec.
I wants to add regular job which is send...