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...
Hi! I created a unittest in my project using Zephyr CRC Unittest Example . It passes nicely using command line. However I cannot fix squiggles error in test code. I get following...
I am using NRF52833 Microcontroller to read data from the PCR based radar sensor. I am using NRF Connect SDK Version 2.6.1. I need help regarding reducing the power consumption...
Hello,
I'm new to the nRF5340 for BT/BLE; and was looking through older DevZone posts to see if I could find an answer to my question. Specifically, in RE: Query - Nordic...
When playing around with the nrf5340 Audio demo using nrf5340 Audio eval kits, if you play a tone through USB and transmit that through the Gateway to the Headset, you can...
Hi,
I am using the development kit nRF 52840DK running a firmware called pc-ble-driver . as USB-BLE dongle, together with the related python library.
I know that they...
The 52840 chip is stable with this and I have extended the code for my project, but I can't seem to get the 54L15 to be stable.
I will add the coredump and rebuild as well...
Hi,
I can't find any documentation for what the behavior is for the SPI API in Zephyr when the count of buffers in an spi_buf_set is > 1. In a transceive function, are they...
Hi! I have a problem with waking up from system on using gpio interrupts. Originally I was using SYSTEM OFF and that was working fine but i also wanted to wake the system...
Hello,
I know that this issue comes up from time to time. I'm raising it again, because to my opinion there have to be a solution for this. Perhaps there is, that's the...
I'm developing a FMDN locator tag and would like to use the locator tag sample in the connect SDK for testing.
Unfortunately, the requirements and exact procedure for running...
Hello,
* HW: nrf52840DK
* SDK: ncs v2.8.0
* APP: spi-master-slave example
In this example, I am interested in slave rx. Seeing this example, it apears slave makes...
Hello,
I am seeking guidance on the following issue:
Development Environment
IDE: Visual Studio Code
Toolchain Manager: v1.3.0
SDK: ncs v2.6.0
OS: Windows 11...
Hi nRF Community,
I'm currently delving into the bandwidth capabilities of LE audio (BAP Streaming), utilizing two nRF5340-DK (PCA10095 2.0.2) Dev-kits flashed with unicast...
I used the matter template project sample code, and after the nRF Kconfig configuration was modified and saved, I recompiled the project code, and the nRF Kconfig value returned...
Hello,
I am moving my project from SDK 2.6.2 with Adafruit_bootloader to SDK 2.9.0 with MCUboot/sysbuild. The problem I face is that I can't access the external flash...