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...
hello..
I'm actually working on nrf51822,i could complete the advertising part successfully("hello world")..NOW i want to add privacy feature which allows an advertiser to...
Hi there,
I am working on the SDK13 project template that I am modifying in order to install a vendor type uuid.
But my code crash on "advertising_init" and ble_advertising_init...
While using the secure bootloader image and test application works consistently using the development kit I have not been able to port the solution reliably for our custom...
hai
i am using mbed to program my nrf51822.i want to set the analog pin p6 as analog in in one situation and as a digital out in another situation. but i am unable to do...
Hello.
After executing the code below, the RAM was dropped and the program could not be written.
for(idx = 0; idx < 7; idx++)
{
NRF_POWER->RAM[idx].POWER = (POWER_RAM_POWER_S0POWER_Off...
I'm studing the project of ble_app_gls/PCA10040/SDK11.0/ ,I have got some questions about the RACP indication pending and retransmittion mechnism. In this project(File ble_gls...
enter code here Hi guys I have managed to program an example BLE_Serial program into the nrf51822 but I cannot see anything coming out from the TX and RX ? Please guide me...
I've tried to install nRF Connect v2.0 on both Win 7 and Win 10 systems, both running Avast Anti-virus (up to date). In both cases the antivirus gives a warning about IDP...
I have the Memory Manager module enabled in my custom sdk_config. Within the module, I have both of the following defined.
MEM_MANAGER_ENABLE_LOGS 0
ENABLE_DEBUG_LOG_SUPPORT...
Hello - Is the long range option programmable in BT 5.0? During the run time, is it possible to switch between high speed and long range mode dynamically depending on the...
I am specific about master as I have to connect two simultaneously(obviously to two different pins pair). Plz provide any code outline if you have, Thank you in Advance
Hi.
I would like upload firmware from Atmel microcontroller to nRF51822 with SD130.
I suppose that I have to use single_bank_serial_s130 in nRF51822AA, but what I have to...
Hi,
I'm trying to implement dfu bootloader over uart, not dfu bootloader over air.
Where can I find a reference source code of dfu bootloader over uart?
regards ...
Hi,
We have to find the battery life of a central device based on nRF52 (s132 v3 soft device)running with 800mAh battery. The device scans for a peripheral in every 5 sec...
Hi!
I am trying to measure the current profile of a pca10056 board using an oscilloscope. I cut SB40, as per instructions in the User Guide and powered it using only a...