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...
Hello,
I installed the new nrfjprog but it fails to write my nrf52 dongle:
ERROR: nrfjprog failed for an unknown reason. Run the same command again with ERROR: argument...
Hello,i want to get the mac address by sd_ble_gap_address_get().There is a error message as fellow: Undefined symbol sd_ble_gap_address_get(referred from main.o). Where is...
HI!
The use of simulation software I2C and the sensor module communication in my program, without the use of the protocol stack, the normal running of the program, but after...
Hello,
I am using sdk 12.2.2 and pca10040. I want to include the mac address in adv packet name. I am not aware of the api used to get mac address. I used sd_ble_gap_address_get...
HW: BMD-350
SDK: nRF5_SDK_12.0.0_12f24da
Sample Code: examples\dfu\bootloader_secure\pca10040_debug
I have my own firmware app.
Problem:
If I use Keil to flash...
Do I have to temperature dissipation? I attached temperature sensor on my board with nrf51822. I removed copper layer of around the temperature sensor. But it seems the temperature...
Hi,
I am using nrf51822(qfaa), sdk12.3, softdevice s130.
I am using the ble_app_uart (both central and peripheral) as reference for my development.
I have both central...
Hi,
I get following error when i try to compile nRF5_IoT_SDK_v0.9.x for target nrf52822
compiling x509_csr.c...
assembling arm_startup_nrf51.s...
(13): error: A1517E...
I'm working with LEDs in a ble example
I'm calling ble_notification_init() and activate the LED in the callback handler.
I get sd_nvic_ClearPendingIRQ, sd_nvic_SetPriority...
Is there a way to get the RSSI value of a message using the standard functions within the sdk for mesh. I am currently using a modified version of the simple_on_off client...
Hi all
I'm trying to send 180 bytes using sd_ble_gattc_write(). Writing 20 bytes at a time with the BLE_GATT_OP_WRITE_REQ write_op works. But now I'm trying to speed things...
When I tried S110 examples like BLE proximity, beacon and hrs on QFAC, it works without any problem. Unfortunatelly I can not see any activity on pin VDD_PA of CDAB. Is there...
Hello.
I used NRF51822 Dongle(Central) and Peripheral.
I want to change from Dongle(Central) to PC(Central).
PC version is window8.1.
but not operation bluetooth communication...
In the examples I see places where there is conditional code based on the #define HOST.
For example in function nrf_mesh_init() i see that the softdevice is only enabled...