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...
As I understand we have some problems with time sensitive actions while using softdevice with active ble connection. So here's my questions:
Are there some possible...
Hi All,
I am working on pca10040, nrf52832 and s132. I am using ble_app_uart and sd card, where i want to transmit data received over ble to the sd card.
Can you help...
If there an example on how to test the Raspberry PI border router ( infocenter.nordicsemi.com/index.jsp and some nRF52840 Preview DK together with the official Thread commissioning...
Hello,
I have an application which requires the firmware to be updated on the field. In our device the embedded microcontroller Atmel 328 is connected to nRF52832 through...
When programming the bluetooth mesh light control demo example found in the bluetooth mesh SDK, i get this error using J-Link RTT Viewer:
0> <t: 0>, main.c, 116, -----...
As I know, I need to do watchdog feed on bootloader.
but what If watchdog reload value is long enough for DFU?
for example, if DFU via BLE takes 2-3 minutes, generally...
Hi,
I am using IAR embedded workbench IDE - ARM 8.20.1 (full version) to compile the SDK 14.0 blinky_pca10040_s132 -nrf52832_xxaa example. However, I got some errors which...
I'm currently using nRF Connect (windows), in conjunction with the PCA10028 board, as GATT server so I can provide a default test service to be consumed by other devices under...
Hi
An unprovisioned device will advertise a beacon and the spec says that it shall be advertised with non-connectable and non-scannable undirected advertising events
...
Hello there,
for a project I would like to use the Arduino Primo core with the nRF52832 chip to read a NFC Tag.
I could not figure why it can´t read a tag even though...
Hi,
I've test the light_control example with the PCA10028 & PCA10040 recently. The PCA10040 was test and it works normally, but the PCA10028 does not.
I have also checked...
I am working on an application that allocate data dynamically at initialization, and my malloc/calloc returns NULL a lot earlier than I expected.
Using a debug macro, I...
Use the E: \ Nordic \ nRF5_SDK_12 2.0 _f012efa \ examples \ ble_peripheral \ ble_app_uart \ pca10040 this routine
Run to chart a breakpoint on the resumption of here
...
Hi guys,
I'm trying to use the HFCLK to generate high resolution timing. Ideally at the millisecond resolution. I've written a layer around the nrf_drv_timer.c module....
Hi,
I followed the tutorials you made to start developing BLE applications for nRF52 series development board. Then I started to make my custom application (in fact, it...