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...
I am building and running the Serial LTE application on a nrf9160. But am facing an issue with the application going into a reboot loop when network is activated.
I am using...
Hello,
I am working on building a BLE peripheral using the nRF52 DK board. I want to create both connectable advertisement and unconnectable advertisement (beacon type)...
Custom nRF9160 hardware. UART0 over RX/TX-TTL. Updated to MFW 1.3.6. nRF SDK 2.5.2.
Two issues:
1)
Normal at_client w/ PDN enabled to set APN. LTE Link Monitor, and...
Hi
I have a question regarding the power consumption of my own PCB.
I have taken a power profile of the nRF9160DK dev board and of my own PCB with the same software, but...
Hi,
I was looking for a way time sync among nrf52840 devices and I found "Wireless timer synchronization among nRF5 devices" guide and the git hub.
However, it seems...
Since upgrading to macOS Sonoma 14.4.1 yesterday, I can no longer use my NRF52840 DK (PCA10056). The `JLINK` drive momentarily mounts and then disconnects. This process repeats...
Subject: Assistance Required: Troubleshooting nRF52840 and nRF52832 Connection Issues
Hi,
I am currently working on a project involving a nRF52840 (S140) serving as the...
Hi,
I am on nrfConnect SDK v1.7.0, with a nrf52832, with UART in ASYNC mode.
During the uart event callback, the event type UART_RX_STOPPED, but when I check for the error...
I am having issues getting the LVGL library working with my nRF9160 Feather . I am using SDK version 2.5.0.
I have narrowed it down to the call to: `lv_task_handler()` not...
Hi,
Starting from the AWS IoT sample, I’m having a hard time configuring the connection before calling net_if_up() which abstracts a lot of stuff. I would like to configure...
If you try to write a program on a board with nRF5340 installed, an error will occur.
I can write to other boards using the same J-Link, so I don't think it's a J-Link problem...
I disabled the DIS. With nRF52DK the custom services characteristics are shown but if I upload the code to the ebyte e73-tbb, the custom service and characteristics are not...
I am following this page regarding Matter commissioning using the CHIP-TOOL.
I am using Ubuntu as the host for development and running the chip-tool. I want to commission...