I have used your example of a bootloader nAN_18. I can create a basic program, with new firmware, and also load my new bootloader program at the high end of memory.
My...
Hi,
I'm developing some projects with the nRF51822 chip and I am not able to debug them successfully any more. However, I have previously debugged correctly some projects...
Hi,
We've been seeing an intermittent connectivity issue in Yosemite in discovering BLE services, namely scanForPeripheralsWithServices does not return anything. The same...
Hi there is a problem in github.com/.../nrf51-UART-examples
any one can help?
I put empty loop in main, and comment off all ble related int. and I process uart_evt by...
Hi,everybody!
When i install master control panel 3.10.0.14, i can't find nrf.exe in " C:\Program Files\Nordic Semiconductor\Master Control Panel\3.10.0.14\nrf ". Only nrfutil...
Hi,
I've been using the nRF51 dev kit, and today it stopped mounting when I plug it in. It doesn't show up as MBED or BOOTLOADER.
I use both Mac OS X and Windows, though...
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...