I'm having some trouble successfully entering ON,IDLE mode. I have pared-down my application to do the following:
Initializes the app_timer using the scheduler:
...
I want to control GPIO toggle by PPI. Timer1 is in timer mode. CC[0] is 1000, and CC[1] is 8000.
I use compare[0] to toggle gpio18 by PPI. I also want to use compare[1] to...
Hi,
I use two evk board to connected and test the uart serialization sample(ble_s110_serialization), one is ble_app_hrs and one is ble_app_connectivity. But I have one...
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...
Hi,
I checked " https://github.com/NordicPlayground/nrf5_clients_for_nrf91_network_service " firmware of nRF52 which works as client for nRF91.
But I can't find firmware...
Hi,
We have below questions regarding HFXO.
1.> Will softdevice or nordic HW be able to recognize that the 32 MHz crystal is non functional during run time (after the...
Hi,
I'm trying to flash the secure_bootloader example onto a nrf52840 DK, after generating a private key, flashing with SEGGER embedded studio worked, the device entered...
I have 2 questions, both related to power/current consumption.
My setup is a custom board, with mfw 1.1.0. I havev arlier seen current consumptions in the µA-range. I now...
Dear Nordic Support,
I am doing some test on the Thingy:91 v1.0.0 in Vietnam. I am running 2 examples: Asset Tracker with NB-IoT + GPS and GPS .
When I use the stanalone...
Hi,
How i can make the low power node to wake up until get acknowledgement . Please tell me how many ways we can try...In my project i used initiate_friendship() function...
It appears to me that the zb_zdo_ep_resp_t struct is missing a variable value attribute since the actual list of end points is missing. Should it not be similar to zb_zdo_match_desc_param_t...
Hallo All :-)
As an enthousiast hobbyist I've developed a custom board around an nRF52832-CIAA. When I started testing with a BLE secure bootloader from the SDK16 examples...
Hi,
I am currently working on " asset_tracke r" application. Actually, I need to read 128-bit UUID values of the BLE ibeacons present nearby the board (PCA10090) to be captured...
Hi, everyone!
We try to use THINGY:52 board for debug our MEMS lib from external sensor. But before use external sensor (i2c bus) i can't burn standard firmware that compiled...
Hi all,
I'm working with the reception of 802.15.4 packets on nRF52840 for which I have configure the radio as follows:
In the application loop we have:
...
Hi,
I am using nRF52 SDK v16 and I am wondering where one can find relevant information regarding peripheral event handlers.
Here are a few puzzles I have for now:
...
the central(phone) connected my board,when i call sd_ble_gap_disconnect ,sometimes,not every,return err_code =0x00000008,and not firing BLE_GAP_EVT_DISCONNECTED,also not advertising...