SDK_9.0.0
I was trying to implement 2 different UART connection parameters so I decide to use re-initialization.
My initial parameters included APP_UART_FLOW_CONTROL_LOW_POWER...
I'm trying to use the nrf8001 (and arduino) to send MIDI (musical note data) to Mac OSX. According to the Apple developer site the midi profile requires that the characteristic...
I have a custom made board that has an EFM32WG360F256 communicating to an nRF8001, verified that the ACI protocol works with repeated echos, however when I run the efm_ble_my_project_template...
Hi,
I have 3 nRF51 DK pca10028 v1.1.0
I compiled and run power profiling example and after that I cannot flash or connect to the devices (tested in all three of them)...
Hi Guys,
Thanks for your precious time and insight. Let me try to explain what we did,
We have developed a custom board
After assembling the board, we do a bare board...
Hello all, this tutorial goes to a fellow named Emil who helped me with this project.
Number 1_ Make sure you set up the terminal viewer For debugging with real.You need...
Seeing recent response to my original question on multiple chip selects, I've opted to share a modification to spi_master that I've implemented in part to make handling some...
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...