I will be deploying my nRF51822-powered devices into the field and the end user will not be able to have any physical access to, for example, power cycle the board. I need...
Hi,
We are using the ble_app_uart example in evaluation board to read data from some sensors and send it to the nRF UART V2.0 in Android 4.4. Every 20 ms I am trying to...
I am try this at nrf51_sdk_v6_0_0_43681\nrf51822\Board\nrf6310\s110\ble_app_hids_keyboard
Firt I connect to Android device and keep one whitelist.pp_addrs and one whitelist...
Hi,
Parameter uint8_t ble_gap_scan_params_t::filter is present in the documentation, but not implemented.
Checked for SDK 5.2.0 and 6.0.0.
devzone.nordicsemi.com...
After I get a Disconnected() event, I want to start scanning again, therefore try to call StartDeviceDiscovery() again.
IsDeviceDiscoveryOngoing was checked before.
The...
Hi, I wanted to ask a question regarding sending data.
I currently have external memory that will send out serial data (SPI) to the nordic microcontroller. I have saved...
Recently, I try to programme nRF51822 DK communicating with nRF2401e1 DK,unfortunately,which does not success. With setting radio configuration: TXPower,frequency channel...
my android program add many nRF51822 devices mac adress to a file in my android device.So I can count number of connected nRF51822 to my android device with bluetooth low...
Hi,all.i want to integrate ble_dtm(6310 board) to ble_proximity(pca1001 board).Can someone give me advise? i run ble_dtm on my board,and cannot find "Nordic_DTM" when i scan...
Hi,all.i want to construct our product test system.i follow AN34 page6 (figure 2) to do this.i have a question: DUT and nRF DK module run same firmware ? if correct,when nRF...
Hi,
In my application, I would like to take some action, when the bonding is removed from the phone.
At the moment I'm using static key for bonding and I see that BLE_GAP_EVT_SEC_PARAMS_REQUEST...
I'm using SDK 7.1, SD310 2.0.1, MCP 3.8.0.7
I have two versions of a board with the nRF51. Some of them have the 32kHz crystal and some don't. In my application I have...
Hello,
I am working on an application based on the "Motor control example". However instead of just setting two different values for the duty cycle I am trying to either...
Hello,
I have started to study your UART to/from BLE sample but after reading the following post ...
devzone.nordicsemi.com/.../
... I have a big doubts.
Due to...
Dear Nordic,
I am using a pretty much unmodified version of the BLE HID Keyboard example from the Nordic BLE SDK (straight of github).
I only modified pins, and disabled...
In Short: How to get status wether noticiations are enabled or not? Where is this stored?
Hello,
I would like my peripheral to start/stop a timer that does measurements...
I have a project which will send the temperature from the nRF51DK to host.
The value of the temperature is an integer. As example Value:0x00000A2B -> 2603 ->26.03°C
...
NRF24L01 has its own protocol, but I do not understand the protocol itself is how to handle the payload sent and appear in the header contains the same Bite, whether to adopt...
I'm implmenting my own radio porotcol and I'm a little confuse on how to handle the ACK packet. I send a packet from node 1 and disable the TX then I enable the RX to get...