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 want to count clocks in order to implement a watch. I use the RTC0 as my time-base and count mainly with this device. As it has just 24 bits it would not last for long,...
Hi Guys,
I am new to the nrf52 family of chipsets and started my work with a custom board containing the nrf52832 chip and some on board peripherals like GPS and some sensors...
phenomenon:
When master successfully encrypts using previous binding information, pm_evt_handler in main.c receives a PM_EVT_CONN_SEC_SUCCEEDED event and gets a bonded...
I want to read and write certain pages from the NRF52 flash via nrfjprog. The goal is to debug an issue with the peer manager by saving the FDS flash contents to disk. I would...
I have downloaded the Eddystone example to my nRF52832 dev-kit and I am trying to register it with the google beacon platform using their beacons Tools app but it says that...
Hi,
i have the below queries:
In our project we are using multiple masters and multiple slaves, in that each slave is dedicated to a single master.
for ex: we are having...
Hello. I created some HID device based ble_app_hrs_pairing_nfc example on NRF52. And I have a questions:
1.I need to automatically reconnect to bonded device after reboot...
By default, the NRF_DEBUG is disabled. After enabling, and removing this assert check:
devzone.nordicsemi.com/.../
I am now hitting another one here:
#if ( configUSE_TICKLESS_IDLE...
Reading the documentation online for the BPROT component for the nRF52832, it seems like resetting is the way to clear the Write Protection bits in BPROT. Is resetting the...
I'd like to be able to change the ble connection interval during during runtime to save power. I followed this post and found that p_ble_evt->evt.gap_evt.params.connected...
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;...