Hi,
I was looking at the .map for my project and I noticed that pstorage.c was taking up a bunch of RAM (~600 bytes), which I thought was a lot, so I went into pstrorage_platform...
The document nRF51422_Evaluation_Kit_User_Guide_v2.0.pdf says:
Locate the Heart Rate demo project found in the folder
ARM\Device\Nordic\nrf51422\Board\pca10003\s310\ble_app_hrs...
Using the nRF Beacons app, but cannot see the battery condition of each beacon. Is this already implemented - if so how to turn on? If not how is it implemented?
Using the nRF Beacons app, but cannot see the battery condition of each beacon. Is this already implemented - if so how to turn on? If not how is it implemented?
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 using the S110 softdevice from v8, and building the bootloader from SDKv8, using keil uv5.
The project is dfu_dual_bank_ble_s110_pca10028, loaded from the dfu_dual_bank_ble_s110_pca10028...
Hello, Greetings, in the nRF24L01 datasheet, it's mentioned that the module can work as a multiceiver using the six parallel data pepes,my question is that if it is possible...
on an arduino+redBear Shield 2.1, I read an analog port and write the value to the serial monitor and to my bluetooth connection with
ble_write(analogRead(0));
Serial...
I can't find anything related to this in the docs :(
In the client_handling.c is a function static void on_evt_hvx(ble_evt_t * p_ble_evt, client_t * p_client, uint32_t...
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...