I have a peripheral running the S110 stack, which presents a characteristic to which I want the central (running S120) to be able to do a long write. What I've been trying...
Hi all,
I have been trying to combine the UART and hID Keyboard examples into a single application.
I want to use the HID part to send specific keystrokes using buttons...
Hi, I'm new to BLE and just started feasibility testing, using RF8001, on a small device with no IO. The device will have a unique code set at factory, and printed on label...
I had the same experience as fishman and I went back to give Eclipse a try. (Post: nRF Beacon does not build on Android studio) I tried to build it in Eclipse Luna with the...
When using the BLE device, BLE_GAP_EVT_DISCONNECTED event informs us that connection between dongle and BLE device was closed/lost.
Is there a way to know when dongle connection...
When using nrf51-ble-driver_win_0.3.0 with Visual Studio 2010, after I put a breakpoint in my code, when I try to have the process "continue", I always get unandles exception...
Dear sirs,
Many thanks for the IoT SDK.
Just setting up the Raspberry I can't start the Phyton CoAP example as defined in documentation.
The envirinment is:
R...
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...
Hello All:
I am working on the time service of NRF52. As I know, there are two standard profiles refer to the time service, one is CTS(Current Time Service) and the other...