Dear Nordic,
it's about USB implementation. We need to add interface string descriptor for ineterface name. Using USBD_STRING_DESCR_DEFINE(primary) I've added that to string...
Hello, I have NRF D 24LU1P 1201FD and NRF F 24LU1P 2136IW. The first one executes all commands, while the second one does not work for writing and erasing. I tried to erase...
Hi! Could you clarify a bit about Bluetooth mesh gateways' implementations. I wonder to know possible ways of Bluetooth mesh gateway implementations. How is it possible right...
Hi everyone.
I catch a terrible issue
When I use nrf52840 and NUS Android app and had for a short time a bad rssi (because of long distance between Android and SoC) and...
Hello
We need to scan for more than 8 devices, so we can't use witelist directly.
We have an idea to use presaved IRK and mac-addresses and use scanning without witelist...
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...