Hi All
I am doing a BLE based project using nRF51822.Where i need to handle the message [with UUID] by using ble_gatts_char_handles_t.
so, can any one please share information...
I have a central application and peripheral application that are based on the multilink-central/multilink-peripheral examples.
I've modified them to run on the PCA10001...
Hi All,
I'm using nRF24L01P for TX device and want to receive packet from nRF51822 RX device.
nRF24L01P TX device Register settings are as follows;
Reg.EN_AA=0x00...
I am trying to develop for some nRF51822 mbed boards, and I would like to use the S130 SD to enable both central and peripheral behaviour. The machine I'm using for development...
I'm using the nRF51822 eval kit
I have installed MCP but after starting I get pop-up: Master Control Panel has stopped working
In nRFgo Studio / Device manager pane...
the proximity example is running ok. but when I modify the length of the alert_level I have the following error on the server side that I am not understanding.
476;16:12...
Hi all,
I'm working with the nrf51422 and the nrf51822 and I was wondering what the current status of the over the air DFU system is.
I'm using SDK 6.0 and I managed...
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...
Hi everybody, i am working with a nrf51822. S110 with sdk6.1 IDE:keil
I want to do FLASH Erase while in a connection.
I have read this page devzone.nordicsemi.com/......