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...
I am developing an app that uses both a central and a peripheral device using Nordic SDK 8.1. I was working off the hrm example code and wanted to move all the scanning methods...
Hello all. I am a beginner with nRF and am trying to get the Eddystone example (titled "experimental_ble_app_eddystone" in the examples folder) to work. I have opened the...
Hi,
I am working with the BLE Nano module and the mbed online compiler. I have the Nano acting as an SPI slave. The problem occurs when I try to add BLE functionality....
I've spent some time searching and haven't found a definitive answer or anything obvious in the code. I'm developing the firmware for my application on the nRF52 DK, which...
Hello nordicers,
I'm stucked with long writes (android central to nrf52 peripheral)
I'm using SDK 12.3 and S132 v300. Android as the client central (RxAndroidBle libary...
Hello,
I ported nordic heart rate example to nuttx. I have peer_manager_init() in my codes.
After programming the device, I can connect and bond when I issue "nrfjprog...
main.c I'm using S120 softdevice with nrf51822, I want to use S120 as central and peripheral devices.
When I received my beacon data then switch to peripheral for advertise...
Hi!
nRF52, SDK13, S132.
I work in central mode and need make
ble_nus_c_rx_notif_enable()
But in the code drivers I only have tx function. In a SDK9 for nRF51 I...
Hello,
I'm trying to prototype an application on the nRf52 DK (PCA10040) using the GCC toolchain. I followed all of the tutorial for setting things up and I can build and...
Hi all,
I tried to load the DFU example for nrf51822 from SDK12.3 on the dongle(PCA10000).
softdevice: S130 2.0.1
I followed the tutorial on: devzone.nordicsemi.com...
What I am trying to accomplish is to establish a connection between an iPhone (device 1) and an NRF52 (device 2), then sniff the data sent between them from a third device...
Hello,
I have designed a custom board with NRF52832 IC which controls vibration motors. And I am turing on vibration motor from n-channel mosfet as shown in the image below...
Hello ,
I'm using ble_app_eddystone example and I would like to stop the advertising and TLM when I press button 2. I able to create a correctly inicialization of button...
we validate the example /ble_centeral/ble_app_multilink_central with NRF_SDH_BLE_TOTAL_LINK_COUNT equals 8. Change the number from 8 up to 15, it still work.
but when the...