Hi,
I am attempting to get the DFU working as per the example provided in the S110 V7.0.0-3 download. I've followed all the steps in the readme in the DFU subfolder and...
Hi all,
I have an application where an nrf24le1 is communicating serially with another processor, using the UART at 57600 bps. I have multiple identical boards communicating...
after flash DFU program into pca10001 board, com3 is not accessible,
www.dropbox.com/.../Screenshot 2014-04-26 15.41.47.png
even after I erase all, and re upload soft...
Using S120 V 8.0.0.3 alpha, processing a BLE_GATTC_EVT_READ_RSP,
received 0x16 bytes of data but there is more to read. Next call to
sd_ble_gattc_read using the same connection...
Hello:
Why Bluetooth Go to system-off mode, sd_power_ramon_set can not be stored. In D: \ RAM save nrf51_sdk_v5_2_0_39364 \ nrf51822 \ Board \ nrf6310 \ s110 \ ble_app_rscs...
Hi,
Recently I want to set up a dynamic network that with the node change this position ,the network will change dynamically.But there is the question,with the node's position...
Dir Sir. I am checking the current profile of nRF24AP2 in RX mode.
After "open channel" command, I found the peak current at 10ms interval until connection pass.
How does...
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...
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...