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...
When utilizing PSA crypto, enabling CONFIG_MBEDTLS_LEGACY_CRYPTO_C (such as by turning on OpenThread), the PSA crypto features such as native ITS storage are not functional...
Hi DevZone community, I have an error while building GNSS sample while using SUPL server A-GNSS, please see below the error I get and help me if you know where the issue may...
HI
I want to upload data from the nrf9160 / Thingy:91 to my nrf clound broker.
The upload works fine.
I now want to run a mqtt client on my local dev box ( that is not...
Hi, We have implemented recently the BLE filter accept list based on this sample : https://github.com/zephyrproject-rtos/zephyr/blob/main/samples/bluetooth/peripheral_accept_list...
Hi,
I'm using NRF52832 with SDK11.
In my program i do "sd_power_system_off();"
However, on some units i see arround 50-200uA avarage current and on some units it's even...
I'm having an issue with "west update" taking a very long time on a Windows 11 machine . (Multiple hours) This install of the nRF Connect SDK is just over one month old, and...
Hi,
We are currently working on a project using the nRF5340 and are integrating DFU_OTA (Device Firmware Update Over-The-Air) functionality. Our goal is to implement DFU_OTA...
Hi, in the beginning of development my range of the NRF24+ was around 40 feet. My target was only 6. I have gone thru a lot of PCB revisions and mostly do my testing on the...
Hi,
I am creating a low power BT device, and want to renegotiate connection interval dynamically to further reduce power consumption.
But I have noticed this renegotiation...
Hi,
I see in the GNSS documentation for the nRF52840 that the GNSS modem performs scheduled downloads in Periodic Navigation mode, and from some testing, I found the download...
I got 'Clever Connect Kit' from Tech tour.
Could you please share the schematic and PCB layout information for reference?
how to programming and debugging external boards...
Hi Nordic,
I'm trying to integrating dmic sample code in to unicast audio client, while integrating Dmic Configuration Error occurring, how to solve this issue?
Could...
Hello,
I'm testing the IQ feature of the radio test. According to the documentation on https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/samples/wifi/radio_test...
Hi, We built a nrf52840dk shield that interfaces with an SPI sensor connecting to GPIO_IF4. We require using a voltage translator to translate 3.3V signals into 5V to comunicate...
Hi,
In the NCS V2.3.0 version, I successfully obtained the serial device through the following code and compiled it But when I get the serial device in the same way in NCS...