Hello,In normal condition, I use UART,pwm,spi an so on.Now I want to clear the configuration, and enter System ON mode.But I don't want to system reset.
How should I do...
Hi, everyone~
My goal is to collect data from 4 sensors simultaneously using iPhone.
Now, my testing code for sensor nodes is working fine. It was built based on the...
I am an android developer and I am using your nRF Master Control Panel (BLE) product as published on Google play. Below is the link to the app:
play.google.com/.../details...
I want to build a USB dongle, so I purchased the nrf24lu1+ development kit. However, in order to program the target board, it would seem that I need the nrfgo. Is this correct...
Hi Nordic,
I would like to re/program my device using a OTA BLE Bootloader but i don't want others to copy my firmware or at least make it very hard. As far as i know there...
After modifying the ancs example to remove the data and control points, the event_connect() subfunction in ble_ancs_c.c gets called immediatly upon a connection to a master...
Hi,
Suppose I want to develop a bluetooth blood pressure monitor called "Prexmon". The design is based on nRF5340 with Zephyr RTOS. During software development I want to...
Hello,
I am trying to add DFU to an existing product that uses an nRF52832. I have gone through the tutorial here . I am using SDK v15.3.0. I am using the GNU Tools ARM...
While debugging an issue where a bonded Android app didn't handle characteristics that were moved and deleted correctly, I noticed that the peer manager can detect if the...
When we check the bandedge, we find Hump at Fc±N*16MHz. the level is about -45dBm(while FCC limit -41.2dBm).
This happens at both CW mode and moduation mode.
I notice...
Hi,
Why print multiple rows of data instead of one
I want to print 159 bytes of data
The code is as follows:
The abnormal output is as follows:
SDK version...
Hi all, this is an answer for those who see this when using SDK14 (and maybe even before):
As one tries to use the micro-ecc library when creating DFU applications, on...
Many, many files have Windows line-endings, for example the `./build_all.sh` bash script in micro-ecc, but many files more as well.
```
#!/bin/bash^M ^M # This script...
Hi There,
I try to use the sha512 to checksum. But, the compiler told me the functions do not be defined. [ocrypto_sha512_init(), ocrypto_sha512_update(), ocrypto_sha512_final...
Hello,
I have downloaded the nRF5 SDK v17.0.2 and used the app_uart_c (s140 - pca10056e) example. Then, I modified the scan_init function in main.c to scan by name and also...
Hello,
Hello, I am currently developing an emergency system. The goal is for this system to be off most of the time. It will be used very little, and the system will have...
Dear sir/madame
Hopefully someone at this forum can bring a clarifying light to me.
I am struggling with storing a variable in flash (nRF 52840 and SDK 17.0.2).
If...
Because of all the provided examples, developing experience has been really smooth but except the merging of usb_dfu and ble_dfu. Therefore Kindly provide an example of the...