I want to build a USB dongle, so I purchased the nrf24lu1+ development kit. However, in order to program the target board, it would seem that I need the nrfgo. Is this correct...
Hi Nordic,
I would like to re/program my device using a OTA BLE Bootloader but i don't want others to copy my firmware or at least make it very hard. As far as i know there...
After modifying the ancs example to remove the data and control points, the event_connect() subfunction in ble_ancs_c.c gets called immediatly upon a connection to a master...
Using nRF51822, I define keys and pins as follows:
Keyboard key
Mouse left/right key
Mouse move (up/down/left/right)
Media play/pause key
Pin 0 Mouse...
The bluetooth device keeps getting disconnected from the app, even when its not 'idle'.
I am using the android app mentioned here .
I need help getting started to solve...
Moving from SDK version 5.1 to 6.0, the buttons on my PCA20006 beacons no longer works as expected. When I press a button, it seems to register the release of a button incorrectly...
I have been unable to get an ISP130301 module to work with the example dfu s110 bootloader. Dual band, single bank, all of the sdk and SD variants. I've followed the tutorial...
I want to store sensor measurements taken every 2.5ms persistently. Does a write to the internal flash happen faster than this? Can I safely assume that the internal flash...
Could somebody, please tell me what it means? I couldn't find it in the docs.
uint32_t bleDeviceManagerInit()
{
uint32_t errorCode;
dm_init_param_t params;
dm_application_param_t...
Hi, can someone help designing one PCB antenna (1.6mm PCB thickness)?
Also, I intent to do another design using with amplifier and di-pole antenna (also in 1.6mm PCB thickness...
Hi All,
Complete newbie here... Essentially I'd like to modify the nRF51822 smart beacon kit to also advertise it's battery level. From this link it certainly seems possible...
I'm developing an application based on SD130 1.0.0 (latest) and DevKit board with 51422 chip.
The application uses timer for some synchronization purpose. Operation with...
Hi
Maybe I'm getting stupid, but I'm having problems to program my new nRF51 DK kit. I was working last year with the previous version with no problems, but with this new...
Hello,
I noticed the various examples as well as the ble_advertising component all check for pending flash operations and will not start advertising until they are all...
hi guys,
im developing a program to interface accelerometer MMA8452 with nrf51822.so if accelerometer is in peripheral device,how do i send the x,y,z co-ordinates from peripheral...