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...
Dir Sir. I am checking the current profile of nRF24AP2 in RX mode.
After "open channel" command, I found the peak current at 10ms interval until connection pass.
How does...
Hello,
I'm reading on github.com/.../Android-DFU-Library that there is a support for higher MTU on DFU. Is there an example how i should test it?
I'm tring to increase...
Hi,
I have one chip use the VDD and GND pins on the PCA10028 and I use nRF current measurement pin monitor the current.
My question is:
Does nRF current measurement monitor...
Environment:
mesh SDK: V0.10.1
example: light_switch
compile and download IDE: SEGGER embedded studio v3.26a
Problem:
light onoff server and client can not...
I am using the ble_app_hrs_nfc_pairing example (sdk 14.0.0) on my NRF52840 with the s140 soft device. I am able to bond with my phone (Android 8.0.0 Oreo) by tapping the sensor...
Hello:
I need to disable an interrupt event outside the handler. During debugging when the nrf_drv_gpiote_in_event_disable function gets executed, the program seems to...
Hello , I want to save some data,even thought there is no power.eg. device name ,baudrate.I have try to use flash write example.How can i read or write data from a memory...
Hi all,
I have tried to mimic the LESC multi role example to my own app, but I dint have luck to pair it using LESC, MITM, and perform bonding and I received a SM_pairing_faill...
1、I down load the sdk about thingy52(about nordic 52832),it is keil 5
2、the pack 《nRF5x-MDK-Pack-5-Clause-NOD》is down load,and it is install ok
3、but after steps2,when...
I am using nordic_sdk_7 with s120 softdevice on PCA10001 board.
I got BLE_GAP_EVT_CONN_PARAM_UPDATE_REQUEST event from peripheral. Sending conn parameter update request to...
1、I have down load the thingy FW 2.1.0 which has three projects
2、I BUILD the 《pca20020_s132》,It is ok
3、and press the down load button in the keil
4、It shows download...
I am having problems implementing Device Firmware Update in Android. The specs of my development environment is:
Samsung Galaxy S7 Edge.
Nordic DFU API v1.5.1
...
Hi all,
I'm sending data with ble_nus_string_send() in a loop as shown below. If it returns an error it retries until it gets NRF_SUCCESS. I'm getting an error code 0x0013...
The DFU example given in SDK v12 is for secure bootloader. Hence, they are asking for public and private key. How to generate the key? Or is there any other way of disabling...
How do you do
Using E: \ Nordic \ nRF5_SDK_12 2.0 \ examples \ ble_peripheral \ ble_app_uart ble_app_uart routines, join in routine PWM program, cell phone bluetooth connection...
I am trying to record the time on nRF52840 with s140 softdevice.
I used APP_TIMER to setup the TIMER and app_timer_cnt_get to get the count. And then uint32_t app_timer_cnt_diff_compute...