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...
Hi,
We made an online course on Bluetooth Low Energy, includes BLE Fundamentals & Architecture, step by step implementation of Environment Sensing service development...
Hi,
I am trying s112 on pca10040 with SDK16.0.
I found that I can't build the app whenever I use the " nrf_ble_gatt_ data_length _set() " api... does this mean that s112...
I'm using the socket(AF_LTE) to talk directly to the modem on the nrf9160 and wanted to add a timeout to my recv() call. I added a call to poll() before recv() and am seeing...
Hello,
nRF51822
SDKv11
Kail 5.18
SD130
I have a pcb that has a sensor with I2C. I made a project that based on the sample of "twi_sensor", and I can read the sensor...
Hi all, I am trying to build the beaconing example from the nRF5 SDK for Mesh. When running:
$ ninja flash_beaconing_nrf52832_xxAA_s132_6.0.0
I get the following error...
I have 3 nRF52840 dongles and want to setup a mesh network between them. Which example from the SDK should I execute and how will i come to know if its working fine.
Hello all!
I'm using a nRF52 DK, which has been already programmed with the soft device s212, since my interest is to be able to connect to sensors using ANT+.
My purpose...
Hi,
We are currently testing DRX (not eDRX) on our custom board, and we would like to reduce the power consumption.
When everything on the board is in low power mode,...
Hi Goature,
We are also try to implement the same. We aren't getting any idea how to start. Refer the same thread : devzone.nordicsemi.com/.../make-ble-central-send-firmware...
Hi there,
Is there any Zigbee Motion Sensor code example that someone has put together? I could not find any on the nRF5 SDK for Thread and Zigbee.
Thanks
Hello,
Was programming two different boards today with the new 1.1.0 modem firmware.
Programmer reported the following for the two boards.
2019-11-21T21:10:34.297Z...
Hello!
Some time ago you seem to bundle sample 5 x nRF52832 to nRF52DK. Recently there was no bundled chips. Why did you change that?
The development and prototyping...
Hello, I tried to set up my nRF9160 with this tutorial and there is a problem: https://www.youtube.com/watch?v=jZQcmU3KIMY&t=216s
According to the tutorial, LED 3 and the...
I'm investigating the PDM peripheral on the nRF52840 and I have not been able to find out what the RATIO configuration bit actually does.
Presumably it controls how aggressive...
Hello,
I try to solve one problem with SYSTEM OFF and I still have no idea.
In my device I have one button switch and with this button I need to change characteristic...