I want to control GPIO toggle by PPI. Timer1 is in timer mode. CC[0] is 1000, and CC[1] is 8000.
I use compare[0] to toggle gpio18 by PPI. I also want to use compare[1] to...
Hi,
I use two evk board to connected and test the uart serialization sample(ble_s110_serialization), one is ble_app_hrs and one is ble_app_connectivity. But I have one...
I am getting get BLE_EVT_USER_MEM_REQUEST and BLE_GAP_EVT_CONN_PARAM_UPDATE event, when writing to ble device, sample code did not handle these event, and seems no document...
Hello:
Why do I erase SDK5.2 version of flash and read not, in SDK4.2 can. I tested nrf51_sdk_v5_2_0_39364\nrf51822\Board\nrf6310\flashwrite_example is a good example.However...
before i write the flash, it has been erased.so ,its value is all 0xff.
when i write 0x00 to flash address 0x0001,the value read out is not 0x00 but 0x01,and the value in...
I'm looking for a way to use the nordic uart service ( devzone.nordicsemi.com/.../ble_sdk_app_nus_eval.html) from Linux using the native Linux BLE Stack (BlueZ). My application...
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...