Recently s110_nrf51822_7.0.0 softdevice has been released. I cannot find specification where those new amazing features (they are impressive, indeed :) ) are described, so...
Hi All,
Please correct the following in my understanding. Also , i am planning to build a
remote controlled device using a PWM output. How does ATT,GATT and GAP affect/influence...
My board works most of the time are very good,but one time i power down the board when ble connecting and data transmitting,the board can't work when power on.and i can't...
Posting this as separate question as it got no traction in the other thread:
Why are there many of the same include files in the DFU example directory as in the S110 7...
Hi all,
this is not a question per se but rather a warning to those who are attempting to debug Flash related operations with the SEGGER J-Link GDB Server (v4.84a for Linux...
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...
Hello,
My team and I are experiencing a problem with our custom DFU Bootloader, which is based on the Experimental Bootloader Secure Serial example (SDK 13), running in...