I am a started guy.
I only need a bluetooth device (BLE) to check the signal and mac address.
What is the best choice?
I need the smallest and low powered!
Thank you...
I am working on code to setup a bond manager for ancs based off of the example, but have a fixed advertising and connection interval of 25ms. How does the bond manager and...
Hello,
We have experienced odd problem, we are not able to scroll up or down SDK documentation at these pages on Android devices. IPHONE browser Safari works ok. Any help...
HI,ALL!
I tried to add a RTC wakeup funtion to my ble device, so i add the code of the Nordic board example named "rtc_example" to my program.
But it turned out that my...
Hi,
I'm working on a Keyboard&Touchpad project, very similar configuration with Smart Remote 2, so I'm considering to use nRF24LU1+ as receiver's MCU. The receiver will be...
Hi,
I am developing an application, in which I need to store the data collected from various sensors in external flash, in a particular format (Dataset no. - Sensor1 data...
When I use sniffers and wireshark for debugging (ble_app_uart), I found a strange place.
The following are the empty data PDUs seen from wireshark:
50ms:
Master-...
Hi,
I want to use battery service in my beacon for that i have tried two examples of sdk14 on nrf52 dk
1)ble_app_hrs
2)ble_app_proximity
in first example ble_app_hrs...
Hi,
I am nrf52832 SDK14 .
Can you provide a simple example of IRK implementation to resolve the peripheral address in SDK 14.It will be helpful to get insight of it. ...
Hi,
Do you know why I get a warning : Unable to allocate memory for relay packet. ?
I am trying to mesh 2 servers and 4 clients. with client capacity 3 for each server...
Hi,
I'm trying to run the gdb on the nRF52 with softdevice s132 and in the begining it runs ok but after some time when I run (gdb) list I get: "Line number 435 out of...
Hello,
I'd like to send 16 bits data over ble instead of 8 bits
gatts_value.offset = 0;
gatts_value.len = len;
gatts_value.p_value = data;
err_code = sd_ble_gatts_value_set...
The call to ble_x_handles_assign() is not uniformized on all the examples. It's sometime call from on_ble_evt() or/and from x_evt_handler() .
From the doc on the function...
What shoul i do? 0 erro with code
SEGGER J-Link GDB Server V6.20d Command Line Version
1. JLinkARM.dll V6.20d (DLL compiled
Sep 29 2017 16:44:59)
Command...
I am using S120 Softdevice, with bunch of different type ble tags(peripherals). written a code to connect multiple tags at a time and doing a gattc read to fetch the battery...
I have a technical issue I am facing while doing development with Nordic NRF52840. I have an application which I am sending command though virtual com port using CDC ACM USB...
Hello everyone!
I am learning with nrf52840 MCU and SDK version 13. When I read the example. I see one line:
SVCALL(SD_BLE_GAP_CONNECT, uint32_t, sd_ble_gap_connect(ble_gap_addr_t...
Hi,
I'm developing a project based on nRF52 and utilizing NFC for my master's degree. One part of the project will be a beacon with as small PCB layout as possible. That...
Hi,
Often when I try connect BLED112 dongle to bluetooth module BMD-300 by command:
ble_cmd_gap_connect_direct(DeviceMAC, gap_address_type_random, 60, 76, 100, 0); ...
hi,
i want to add uart function to my application. so i added necessary .c files to my project. if i compile the program i am getting these errors.
when i change the...