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,
We like to develop a battery powered device with small current consumption which will communicate with mobile devices over BLE. It will comunicate with mobile device...
Hello Everyone,
It is unclear to me how a soft-device operates regarding multi-tasking and event-handling. I'm assuming Nordic engineers have their own real-time operating...
Hello, i wanted to ask if NRF51 Dongle NRF51-Dongle is capable of sniffing packets from NRF52xx parts? If yes, what are the limitations, because i think that nrf52xx parts...
Below linked blogpost says,
if using a PCB antenna, the matching network should consist of one shunt component.
devzone.nordicsemi.com/.../ .
And in the reference design...
Greetings,
For my application,I need to change the nrf51's mac address.
Previously I have changed the MAC id using the following code,
static ble_gap_addr_t m_central_addr;...
Hello friends,
i am new to embedded programming and trying to learn the new things in embedded for this i am doing 1 project in which i am using mpu9250 with pwm.
is...
Hi,
I want to interface FN-M16P with nRF52 through UART. To access this module I need to send commands to perform specific actions.Is there any specific example like this...
Hello,
I am new in this community and I am trying to get started with developments using nRF52840 DK. I am using SDK 13.0 for the library and I compile my code using armgcc...
I would like to be able to leave the bootloader installed and debug an application. I have been able to use the merge tools to get the hex files all merged and generate the...
Hi, i'm currently working on a low power sensor device based on nrf52832. I want to transfer data only to bonded central devices. Priority is using static passkey, but my...
After reading a few related questions and the official tutorial, I have a guess, hoping to confirm:
If I do not need to add extra events into schedular for management purposes...
I'm doing experiments on high throughput and need to call sd_ble_gatts_hvx, but there are a lot of confusing things so it's hard to get started.
If I want to know if notify...
Hi,
I have a nRF24LE1 development kit and a starter kit. If I turn the power off and turn the power back on using the power switch S9 on the motherboard. The nRF24LE1 chip...
I am using pc-ble-driver-py to configure an nRF52832 demo board as a BLE central device. I currently have the heart_rate_collector.py example working. However, what I would...