Based on the nRFUart demo, I added a masterEmulator.DiscoverServices() block before the DiscoverPipes() block in a very similar manner. Purposed is to be able to get more...
Hi,
There is much talking about the "large data transfer" over BLE, the l2cap channel being the best option for the moment.
However, does anyone know the datarate achievable...
NRF24AP2 with MSp430F149 . ASYNC 9600 N 8 1
step 1 : reset NRF24AP2 with reset pin , and received a pulsing signal through RTS pin
step 2: send a char (0x4A) to NRF24AP2...
Hi guys,
I am using the gcc setup to program my boards. However for flashing the softdevice I use nrfgoStudio. SO I downloaded the hex file and fashed the siftdevice. But...
How do you create hid information for a joystick and send it over BLE. Nordic doesn't seem to have
primitives for this (they have keyboard and mouse facilities). I'm working...
I use a PCA10001 board as peripheral role of heart rate service and it can be discovered by control panel. But as I download the experimental program of central role of hrs...
Hi,
I am using nRF Loader built from its source code.
While it works well on iO7, does not work on iOS8.
After pressing an upload button in PROGRESS pain, the status...
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...