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 would like to ask about the problem of how to implement SOC shutdown in NCS. 1. In V2.6.0, CONFIG_PM cannot be enabled, it will prompt that there are dependencies...
Hi there!
I was just trying an example of DFU over UART from the new nrf Connect SDK Intermediate course using the NRF9161DK but I'm unable to disable the mass storage device...
Dear sires,
Would it be possible to let you answer the following question?
In nRF5340 SDK, does it use CMD20"SPEED_CLASS_CONTROL " in SPI write sequence to ensure minimum...
During some operations like factory reset, or during a hardfault we want to check if the softdevice is enabled and disable it if it is enabled before continuing with further...
Hi,
I want to use BLE mesh to reach my application, the requirements below.
I have a root node and need to send the custom data to each client node and need to read...
Hello! I was building a custom board and tried to build the project for my board but it gives an error: === child image hci_ipc - CPUNET begin === loading initial cache file...
My understanding is that Singled-linked list built in to zephyr... https://docs.zephyrproject.org/latest/kernel/data_structures/slist.html But, I don't quite understand how...
Hey I've got this project that requires two buttons. In normal mode, these buttons react to the Ready pin switch signals. when it goes into sleep mode (where it controls other...
I am using ESB communication.
In general situations, data transmission works well. However, issues arise when multiple PTX devices transmit simultaneously.
It's understandable...
Hello,
I use Nrf52833DK running nRF Connect SDK (NCS)
I want read and write BLE MAC device address no matter it's the public one or static one.
Now i know bt_read_static_addr...
hello,
I'm try to fit my application to Android 14.
my application implement nordic DFU library ( for nrf52833 running freeRTOS firmware SDK 16 ) version 2.5.0
while...
Hi
I'm using the PDM module to capture audio through MP34DB02 PDM microphone ( here 's the datasheet). I set the clock frequency to default 1.032 MHz and a gain of +4 dB...
Hi there,
The nrf5340_audio application provides a -DFILE_ SUFFIX=fota overlay that adds FOTA capabilities to the application. This FOTA is introduced via Sysbuild configuration...
So I was experimenting with the Hardware Codec and I created a simple config which redirects the audio coming from the LINE IN mic to HEADPHONE OUT speakers.
Here's the...