IUsing the Master Control Panel application on my Android device to connect to my nRF51822 module (acting as the GATT server), I have implemented the Device Manager (v10 SDK...
I have successfully compiled BLE application using tutorials provided on nordic website.
but when I start doing debugging for better understanding find out that I can not...
Hey,
We got a problem when trying to figure out how to detect the custom services from Unity. We are trying to read data and afterwards to do some manipulations of objects...
I want send ble bond connection request from raspberry pi to nrf51882.
Can you please let me know which ble libraries I need to send central ble bond request to nrf51882...
Dear Nordic:
I try to use pca10040 DK and SDK is nRF52_SDK_0.9.2_dbc28c9.
Test nRF52_SDK_0.9.2_dbc28c9\examples\peripheral\UART the function work well on my DK.
I...
Sometimes windows lose the connection to the nRF51 Dongle. The only way I have been able to reconnect to the dongle is by unplugging and replugging it to the USB port. I have...
app : nrf tools on git hub
s130: sdk v11
s110: sdk v8.1.0
example : nrf_ble_uart.
after modify, it happen, is there some definition shoud modify in app?
by the war,the...
I want to use the MultiActivity Example with the nRF52 with GCC and Eclipse.
In the documentation I ve read that S130 and S132 are supported, but in the directory of the...
When I using the UART port, if I float the port after init the UART it will restart the code, is it need a external pull-up resistor? How about the value?
A quick one, where do I find a list of the err_codes? I have had a look in the documentation and I was expecting to find a table of them, but I couldn't locate one.
Thanks...
Hello!
I am trying to send a notification to a peer device when a certain event occurs. To do so, I'm using the same procedure as with every other characteristic with enabled...
I used the example of the ble_central\ble_app_uart_c and ble_peripheral\ble_app_uart.
It seems no problem for operation when I check only this example.
But I modified this...
Hello Everyone ,
I ahve deveoped the custom board using NRF51SOC and i have flashed the custom board by usign P20 Connector referred below figure now i would like to debug...
If I let the SoftDevice write to my variables directly by having the characteristics point to my app's variables through BLE_GATTS_VLOC_USER - when are these variables actually...
HI,i have some problems about RSSI (51882)
BELOW IS MY CODE. who can tell me why I can not get RSSI from variable t
int main(void)
{
uint8_t *p;
uint8_t t = 0;
...
Hi,
In S130, both central and peripheral modes are enabled. How do you enable just the peripheral mode and not the central mode for S130 so that less RAM space is used...
I am just working through the tutorial on radio notifications and imported "ble_radio_notifications.c" to my application folder and included the header in included directories...
I use NRF51822 Bluetooth 4.0 e-val kit.
souce code is peripheral example.
so, android smart phone and NRF51822 is connection.
result, Pairing success. occur On_ble_evt...
Is it possible to detect a bluetooth (BLE) enabled phone when it enters the room?
I like to use the nrf51822 (BLE-Peripheral or BLE-Central) to detect any phone when it...
Is it possible to have S110 but not more than ~30-40K size? I need to establish communication in order to upgrade firmware over BLE (UART Emulation), but without using such...
Hello,
Situation:
I am trying to write a characteristic to an iOS device acting as a peripheral from a nRF51822 board.
The board has 2 leds (green and red) and a button...
What is the file pstorage_platform.h? Is it an SDK file? Where does it come from? Is it auto-generated somewhere or should it be just copied from an example?