I am using nRF51422 Evaluation Kit with the latest silicon revision which comes with programmable softdevice. The kit also contains an ANT USB-m dongle. I have followed the...
I tried to do send & receive binary data from bluetooth in ios app.
But i only can send & receive string or ASCII code data in my app, do you have any method or idea can...
Hi,
I tried ble_app_hids_mouse with Android 4.4.2, it can work properly for first time connection. However, it cannot be re-connected after switching Phone's Bluetooth...
I have installed Keil MKD-Lite V 5.10.0.0 and the Segger software (which linked to the Keil IDE). I have tried to install the nRF51 SDK (5 times) and every time iI get the...
Hi,
I am attempting to get the DFU working as per the example provided in the S110 V7.0.0-3 download. I've followed all the steps in the readme in the DFU subfolder and...
Hi all,
I have an application where an nrf24le1 is communicating serially with another processor, using the UART at 57600 bps. I have multiple identical boards communicating...
after flash DFU program into pca10001 board, com3 is not accessible,
www.dropbox.com/.../Screenshot 2014-04-26 15.41.47.png
even after I erase all, and re upload soft...
Hi. I'm using nRF52832, SDK13.0.0.
I want tuse SHA256 abd MD5.
Could you let me know which function is for SHA256 and MD5?
Actually I've tried my code as below.
uint8_t...
Current (as of today) version of NCS wont build device tree out of the box.
Output using cmake+ninja (but same if using emStudio):
-- Using application from '/home/jesper...
Dear Devzone members,
I need your suggestions about one thinkg.
I am trying to do sensor networking with nRF52840 tags.
I have 15 slave, 1 master. All slaves work...
So I'm trying to do some simple store and load from and to my flash memory. I'm using the nRF51822 with 256 kB flash memory. My problem looks exactly like this one, but of...
Hi.
I tired searching around the web but I did not find clear information about this. Maybe the answer is too obvious for anyone to write about.
Problem that i'm facing...
HI, I recently used nRF905, a one-to-many intercommunication project, because one-to-many will send corresponding instructions for machines with different serial numbers,...
I'm working on nrf51822 , Softdevice S110. I have implemented whitelist in my application its working fine. But ion some cases i need to disable the whitelist option ( because...
Hello Nordic Staff,
I am using the NRF52832, SDK 15.3, Keil, and the NRF52 dk dev kits. I want to modify a program such as the UART central example to recognize my custom...
I'm measuring the current consumption of udp_with_psm program reading this post, and the current is very high. why?
https://devzone.nordicsemi.com/nordic/cellular-iot-guides...
Dear Nordic. I am working in the device that require the controller to measure its VDD line to ensure that the the device goes into sleeping mode (very low current and do...
Is there any code example for Android or iOS on how to build / send a DFU request for NRF_DFU_OP_FIRMWARE_VERSION and then how to interpret the response that comes back? ...
I want to receive data through UDP in eDRX
I tried to set up non-blocking UDP by reading this post, but I can't achieve the function yet. Any help? https://devzone.nordicsemi...
Hi all,
I am successfully using Openthread for an application on the nrf52840. As the application is growing I'm thinking about utilizing a RTOS. Therefore, I am currently...
Hello. I have integrated signature validation before boot in my boot loader. This uses the `nrf_dfu_validation_boot_validate` function, which eventually calls into `nrf_crypto_backend_secp256r1_verify...