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...
Hi, Is there a UART bootloader built in to the factory firmaware similar to others like NXP LPC series where a specific pin is held low at reset. If so what pins are used...
Hi, Nordic Engineers:
Pls give your hand, new question: Could i run two app on one mobile-phone that connceted with only one device? also, they can operate the device by...
Guys, I would like to put the internal uC in sleeping mode while nRF51822 is advertising and wakeup him, when I establish a connection.
I know that is possible, it must...
Alright, so I am having a lot of trouble generating a valid zip file to update with nRF Toolbox (android).
I used nRFgo Studio to flash dfu_test_app_hrm.hex and dfu_test_bootloader_b...
I got a Tablet running Windows 8.1 with a Bluetooth Module that is able to find my nRF51-DK.
Is there a software I can use to interact with my Bluetooth Services of the...
I am currently developing an IoT device using nRF8001 which needs to report gas concentration obtained from a sensor. I have looked through the standard GATT profiles , and...
Hi,
I am having trouble understanding the new PACK structure in a project, in particular, with the example project dfu_dual_bank_ble_s110_pca10028.uvprojx.
My setup...
Hi,
I would like to know what is the footprint of softdevice S110 v8.0.0.
When i compile the Glucose code example from Nordic it shows a Program Memory utilised as around...
According to the device manager the length in bytes returned by sd_ble_gatts_sys_attr_get() is:
((ATTR_SIZE * (CCCD_COUNT + 1) + CRC) * 4)
When I call sd_ble_gatts_sys_attr_get...
Hi,
I'm trying to program nRF51822 Beacon Kit using nRF51DK. I'm trying to load the example ble_app_beacon to the beacon kit. After uploading SoftDevice 7.1.0, I try to...
Hi
I am trying to change the radio's transmit power in program, but I can't solve it.
I downloaded nRF51822 Beacon v1.1.0. and am testing PCA20006. (Source Code\nrf51_beacon...
Hello,
for my sensor I need to have a delay BEFORE pulling CS high. So I would like to add an argument to the
spi_master_send_recv()
function that give me exactly...
Hello,
I am altering this project: nRF51_SDK_8.0.0_5fc2c3a\examples\ble_peripheral\ble_app_hrs\pca10028
I am trying to turn on the BSP UART. I main.c the project uses...