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...
I see from the 51822 PAN sheet v3.0 that item 61 still shows Rev 3 QFAA package devices as potentially having problems with LO leakage. We are in production with R2 QFAAG0...
Hi,
I am trying to run the ble_app_hrs_c, using:
s120_nrf51822_1.0.1
nrf51_sdk_v6_1_0_b2ec2e6
PCA10006 + nRF6310 + nRF6350
After the compilation of the...
I need to port ssd1306 library for oled to nrf51822.
so i tested following code. but it's not worked.
main(){
if (!twi_master_init())
{
return false;
}
ssd1306_init...
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...