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...
I am using the GCC DFU project provided by Nordic on GitHub ( devzone.nordicsemi.com/.../)
I altered the main.c to trigger to DFU mode based on the contents of the GPREGRET...
I'm trying to connect a camera module ( OV7670 ) to my nRF51822 EK. The camera requires an operating current of 18mA. If i were to connect the 3.3V rail input for the camera...
I have code that uses two GPIOs to program an NRF51822 via SWD mode. This code all works fine and suceeds in programming the device.
What I would like to do is get the...
How can I relocate or manage the transition between the bootloaders interrupt vector map and the applications interrupt vector map which will be at different addresses in...
Hi !
I'm completely new into programming this device.
I downloaded the nAn-36 source from Github and I'm trying to make it work on a PC10000 dongle.
The code stops in the...
Hi,
I wonder if there is any way to disable the Rx FIFO so that I don't have to fill it to generate an event, since I need exact timing for every incoming byte.
Also,...
Hi, I am trying to connect N51422 server to anther vendor's client... the devices always disconnect after 30 seconds of connection.
I found that the reason of the disconnection...
I have seen this question asked on this forum in several ways but none of the parameters match up to my specific case. I am getting this error when I try to run the example...
Hi,
I load the s110 softdevice (I tried many versions 5, 6 and 7)
When I load my app on the SOC using Keil and the nrf_xxaa_s110 (256) target, the app doesn't run.
I'm...
Dear Nordic Developer Zone,
I have implemented a real-time-clock using application timer which is based on the on-chip real-time counter on NRF51822.
A concern of mine...
I'm trying to get the Nan-36 example working on my PC10001 board and I'm having some trouble. I've tried using both SD110 version 6 and 7 with appropriate (I think) memory...
Hi,
Is there any connection/disconnection API in ant+ (sd210) similar to BLE?
I want to use this to control the device activity cycle, if I get disconnection event, would...
Hi,
I'm trying to implement a specific communication protocol using the SPI on a nRF51822. The SPI on nordic side will act as slave. When CSN line goes low, I will also need...
Hi,
I currently have a problem with the continous scanning mode. I implemented the scanning mode that my device searches for the first 4 seconds after power up then picks...
Which example projects are compatible with s110 v7 for nRF51822?
I keep running into samples requiring "Legacy Keil" to be installed.
I just want a clean s110 v7 example...