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...
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/......
On initialization of the bsp, I get ERROR 4 (NRF_ERROR_NO_MEM) when I define LOCATION.
Why is this? Because it seems rather weird there's no more memory at that point in...
Hi all,
When I start the bootloader using ble_dfu service as-is in my application I get no ble events in the bootloader. When I call the bootloader from the main loop it...
I have a sample program that is failing on sd_ble_gap_device_name_set with an invalid parameter.
It's calling BLE_GAP_CONN_SEC_MODE_SET_OPEN(&sec_mode)
And then it passes...
Gentlemen: Do you have posted a copy of the original firmware that comes installed on the nRF51822 beacon? I have been experimenting writing my own app on that beacon, and...
Hi all,
I have an TICK interrupt on RTC1 on nRF51822, but the program keeps cycling in the interrupt - as if the interrupt is never cleared?
Here's my code:
void...
Hello,
I am currently building up a little application on top of the ble_multilink_peripheral_example.
I would like to have the nRF Master Control Panel on Android to...
Hello,
First, my setup is as follows:
nRF51822 Rev. 3 dev board (PCA10028)
s110 7.1
SDK 6.1.0
I am developing firmware on the PCA10028. I am matching SPI to a custom...
Well not my best title. But I hope you can follow this explanation:
I added RTT to my project to replace UART. It works so far. But there is a strange behaviour...
Code...
I am trying to do OTA DFU on nRF51-DK from a BLE dongle (CSR 4.0) and gatttool from BlueZ. The image is compiled from blinky_s110_pca10028 example ( blinky_s110_pca10028.hex...
Hi
I want to program the S120 softdevice over an mbed HRM1017 ([link text] that uses nrf51822. I can program only with CMSIS-DAP or drag and drop over the drive. I am using...