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...
Hello,
I am trying to implement PWM using PWM library using Timer 3 and 4. However, I am not able to use these timers at all as compilation gives this error:
# Error...
I am developing a solution that needs to use nRF51 UART to send streaming data and I found a great example for android at GitHub, however the application is multiplatform...
Hello,
According to the Bluetooth Mesh Spec it is up to the stack developer on how to handle multiple Friend-Offers to an LPN. So I am wondering what strategy has Nordic...
Hai team,
iam using sdk_12 and ble_app_beacon ,i want to send different advertising packets in one frequency interval.
let us consider example : iam using frequency interval...
I am trying to implement pairing and bonding feature on my application. I have referred to few questions on the forum regarding the same but I am unable to find a complete...
Hello,
I encountered a crc check error when update application via bootloader.
The SDK version is 12.2.0.
I found that this error is related to watchdog.
In the beginning...
I use nrf51822xxAC,SDK 12.2,Buttonless Secure DFU and WDT in application.
I added NRF_WDT->RR[0] = WDT_RR_RR_Reload; to the wait_for_event loop in the DFU to pet the dog...
Hi ,
I'm new to working with NRF52 and Bluetooth mesh, I wanted to change some parts of the light_switch_client and server projects to be able to send other data than just...
Hi,
I am trying to send data from a peripheral with sampling rate of 125 through ble by using nus service. i was able to send all the data (ie. 125 * 4 bytes ) without...
Hello!
I'm new with Nordic SoC. I've bought nRF52 DK and would like to run precompiled example in accordance with instruction
There is 3 hex files in the examples\peripheral...
I want to develop a beacon that can modify data with smart phone App.
I'd like to modify the device name, UUID, Mojor, Minor, Tranmission Power,
Advertise Interval etc...
Hello,i have try to make ble_app_buttonless_dfu work with ble_app_template && ble_app_uart .
My problem is that the program directly into the bootloader and i don not sent...
I need to transfer a lot data via BLE from periperal nrf52832 to central just like here.
The answer looks like what i exactly need. Major priority is to maintain seamless...