Hello everyone,
I am trying to communicate among 2 NRF24L01+ modules using 2 ATmega16A microcontrollers.
My SPI communication is working fine as I am able to write and...
Heads up for anyone using the IoT SDK (currently 0.8.0). This SDK has the TinyDTLS-0.8.1 embedded in it... and I believe that there is a bug in the TinyDTLS CCM functions...
A new library/toolkit has been built that allows us to invoke the services of an nRF24L01 from a Java environment. Documentation and links to the Github project can be found...
Hi,
I am sending data from Android phone in every 200 ms to nRF8001. But sometimes I found there is a 50 ms or 100 ms delay. It looks like nRF8001 spending some time in...
Hello,
I'm starting a new nRF51 project on mbed for a custom board. I wish to know what is the "cleanest" way to define pinout (what file to edit) ?
Thank you
I have enabled data ready interrupt bit and also enabled the fifo bit and also enabled gyro_fifo and accel_fifo bits in mpu6050 so that when data ready interrupt occurs the...
Hello,
I'm using the PPK2 to evaluate a DUT which is transmitting over BLE using NUS in SDK 17.0.2. I'm seeing very large variability over each transmission and was wondering...
Hi all, I am working on nRF52840 DK and wish to control the mesh light example using BLE central devices like Arduino nano ble 33, esp 32 and smart phones. I could not find...
hi,
I use download sample on nRF9160DK. I try to use CoAP with DTLS, but the SAMPLE_FILE_URL only support http and https url, I can't find another coaps server to replace...
Hi team,
Working environment:
development board: nrf5340
ide: nrf connect for vs code
os: windows 10 pro
Need to achieve board to board UART communication via...
Hi All,
I have been working on getting the ws2812-gpio working on the nRF9160 as I want to use the periphs for real stuff, rather than an entire SPI used for an LED.
It...
Dear:
I had using nRF Toolbax to upload application and bootloader and it can get my package file from google-driver or mobile phone
after 2 days... I can not upload ...
Hi Nordic,
I add a switch to let user can manual control BT on or off.
But when I tring to set bt off, I got error 134.
Here is part of my code. I turn on BT and scan...
Hi,
is there any reference code to enable DCDC converter in nRF Connect SDK (NCS)?? (> v2.0.0)
I found some API, such as nrf_power_ dcdc en_get(...) or nrf_power_ dcdc...
Hi,
We have developed a customized board for use in a gateway. We would like to have a working bootloader on that board but it looks like it is almost impossible to make...
I'm working with the OpenThread CoAP protocol in the nRF Connect SDK 2.0.0. I started with the samples:
\ncs\v2.0.0\nrf\samples\openthread\coap_client
\ncs\v2.0.0\nrf...
Hello,
I have added service data to my advertising_init function, however it does display when looking at the nRF Connect app. I'm not sure why it doesn't show as it's similar...
1. The code uses a value 0xFF55AA5A to identify the adv packet as the one that supports distance measurement. Is this value checked by lower layers?
If not - why not just...
I can successfully perform a DFU of my BLE device via the Nordic "nRF Connect" App using a nRF52 DK. I'm trying to do the same via nrfutil CLI, now running into an issue:...
Hello,
I'm working with the nRF Connect NVS module on the nRF9160. Every time there is a read/write to NVS the messages:
I: 3 Sectors of 4096 bytes I: alloc wra: 0, 668...
Hello With Zbus being added to Zephyr, are there plans to carry on support for the Application Event Manager and the CAF or switch to using the Zbus system in future releases...