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...
Using S120 V 8.0.0.3 alpha, processing a BLE_GATTC_EVT_READ_RSP,
received 0x16 bytes of data but there is more to read. Next call to
sd_ble_gattc_read using the same connection...
Hello:
Why Bluetooth Go to system-off mode, sd_power_ramon_set can not be stored. In D: \ RAM save nrf51_sdk_v5_2_0_39364 \ nrf51822 \ Board \ nrf6310 \ s110 \ ble_app_rscs...
Hi,
Recently I want to set up a dynamic network that with the node change this position ,the network will change dynamically.But there is the question,with the node's position...
Hi I have two problemes, I do not know where to start, so if someone has an example, I would like to see it. The first thing is if someone has an example about using pwm to...
When registering a base UUID with the SoftDevice via "sd_ble_uuid_vs_add", a uint8_t is returned which (per the ble_app_pwr_profiling example) is intended to be the "type...
SDK 14.2
I try to use the watchdog using this code
static void nrf_wdt_event_handler(void) { NRF_LOG_INFO(">>> nrf_wdt_event_handler") }
int main(void) {
...
nrf_drv_wdt_config_t...
Hello , I am working on the development kit nrf52, i want to know how i canget the value of the RTC overflw and then how i can reset the RTC to zero.
thank you in advance...
We are developing a React Native mobile application for iOS and Android, making use of the react-native-ble-plx library to interface with the BLE UART service from the examples...
I'm running various example programs, and would like to find documentation for the functions I see them calling, for example nrf_drv_saadc_init...
Where can I find documentation...
Hi,
I have connected my custom pcb to the development kit at pin 19. When i use jlink commander, the board is detected properly. I use nrfjprog to dump the softdevice(Using...
I'm trying the get the development kit of the nRF52832 (PCA10040) displaying a floating point value. I read several postings of this problem, but non of the suggested solutions...
Hi, I'm having an I2C read lock-up issue similar to those described here , here , and here .
I'm using SES, SDK14.1, and an nRF52382. The only other component on the I2C...
Hi,
I have a custom board with nRF52832 SOC and temperature sensor in it.Interface Between the nRF52832 and Temperature sensor is I2C.i have to see the data through the...
Hello
We are currently making STN1170 based OBD II scanners with the nRF52810 for communications. The product is stable and available for commercial deployment, however...
Hello Supporter,
I'm going to develop one BLE nrf51822 based custom device. in which i want to use BLE DFU.
i am able to load DFU and APPLICATION with KEIL uvison 5. ...
Good morning, I have a question about MESH RF. We need connect many vehicles to station base via RF. - Station base --> UART --> RF Device [ MESH ] (SKY CLEAR and outdoor...
Hello Nordic community! My setup is pca10040, android tablet, s132, sdk14.2.
This time I am trying to understand why this code:
While using nrf toolbox nrf UART prints...