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 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 everyone,
I would like to know if it is possible to establish a serial communication to a PCA10028 card using Adafruit Bluefruilt LE friend knowing that there is no...
Hello everyone,
I am using nrf51822 chip that has functionality to flash bl, sd or app using mobile app application. I want to reuse this functionality in order to have...
When I was using the device as peripheral, I was wondering when the Softdevice notified BLE_GAP_EVT_SEC_PARAMS_REQUEST and BLE_EVT_SEC_INFO_REQUEST:
1, when peripheral...
I am using the ble_app_uart example as my base on a 52832 with sdk 12. My project runs off line power and needs to remain available for connection 24/7. I have commented out...
I am communicating with a temperature sensor (MLX90614), which has flag register. However, in order to read this register, I must send a read sequence without issuing the...
Hi,
As has been mentioned many times, the DIF on both the nRF51 and nRF52 consumes quite a bit of current. In the past, on the nRF51, I've relied on power cycling both chipsets...
Hello,
I would like to make changes in ble_app_uart_c example for connecting to a custom peripheral.
Service Uuid of my peripheral is as follows : 99aa0001-d0e3-44ce-a306...
Our homeowners association has a gate which opens when a transmitter in the car is pushed. I would like to add a BLE device to the gate which would trigger the gate to open...
Hello all,
So.... i'm quite green to the Nordic and Bluetooth protocol.
i want to program NRF51422.
what i have now it the Nordic test board and a spi-canbus print. this...
With custom hardware and softdevice flashed on board (using BDM_350) when I try to debug I get and error: with () at 0xfffffff9
It appears to come from address 0x3a2
...
I currently have a Braveridge device which uses an advertising rate of 50 Hz (connection interval is 20ms)
CONNECTABLE_ADV_INTERVAL is set to 0x0020
sd_ble_gap_adv_start...
Hi, I am trying to determine if there is an error in the generated code or if I am not performing the actions correctly. I am trying to Update Characteristic User Description...
Hello,
when a bootloader wants to update the softdevice, I think it has to first store the SD binary somewhere in flash memory and then to use sd_mbr_command to ask the...
I'm trying to debug the Experimental IEEE 802.15.4 example on a nRF52840-Preview DK Board PC10056 with IAR Embedded Workbench ARM 7.70. Compiling and linking the project is...
I am working on nRF51422 with SDK 12.3.0, S130 v2.0.1, Keil C.
I got a problem in initialization my custom service. When I add some characteristic to SoftDevice, it returns...