I am getting get BLE_EVT_USER_MEM_REQUEST and BLE_GAP_EVT_CONN_PARAM_UPDATE event, when writing to ble device, sample code did not handle these event, and seems no document...
Hello:
Why do I erase SDK5.2 version of flash and read not, in SDK4.2 can. I tested nrf51_sdk_v5_2_0_39364\nrf51822\Board\nrf6310\flashwrite_example is a good example.However...
before i write the flash, it has been erased.so ,its value is all 0xff.
when i write 0x00 to flash address 0x0001,the value read out is not 0x00 but 0x01,and the value in...
I'm looking for a way to use the nordic uart service ( devzone.nordicsemi.com/.../ble_sdk_app_nus_eval.html) from Linux using the native Linux BLE Stack (BlueZ). My application...
Hi,
I've created an application using the S110 experimental ANCS demo. I successfully implemented ANCS and then began to structure my application around it. At some point...
Hello,
In an ongoing company project we use a couple of nRF51 transceivers forming a beacon enabled wireless sensor network consisting of one base station and multiple...
Hi,
I have just used some code from your flash_write example in the SDK, it works ok but i have a couple of issues, the code is from sdk 12.7, and the chip is an nrf51422...
I have a question about using the "Radio" peripheral on the NR51422 Dongle development ki
I am putting together a fairly simple prototype device that needs to transmit...
Hello,
I started development on a NRF52832 board couple of days ago. I want to get sensor's data via SPI (with the NRF52 as a master). However I've got weird linking issue...
when creating a pairing with a peripheral, the application fails to exhange keys to allow for random private addressing so the peripheral cannot reconnect because the address...
Hello,
on your product info page, the operating temperature range for the nrf81522 is indicated as -40..+105C, while on the datasheet the same value is -25..+75.
nrf81524...
Hey,
I`m experimenting with the blinky ble example in SDK 12.
Everything works fine with the Android nRF Blinky app.
But I noticed a weird behavior when using nRF Connect...
I have tried extracting Bluetooth address of connected device by using "ble_gap_addr_t" ,
by this i am able to get some address but that address is being changed after re...
Hello,
I've managed to get the change to DFU working from my app, but now I'm stuck with the buttonless DFU BLE operation. I've added extensive logging to the <nRF5_SDK...
Hi, I'm working on porting my application from SDK 11.0 to 12.2.0 and I have a problem initializing the buttonless DFU service. I've flashed the secure bootloader and appropriate...
Hi:
I just got an nRF52832 development board, I have ran the tutorials using Eclipse and I was able to run the blinky example.
I am now trying to get a BLE application...
Hello,
As far as I understand previous versions of DFU BLE bootloader implemented a timeout so if DFU is not being used and an app is present it will run after a few time...
Hi,
I want to OTA firmware upgrade of STM32 (External MCU) using nRF51 through Android App on BLE. STM32 and nRF51 communicate on UART.
Please any one suggests how to...