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 DevZone.
Is it possible to enable Notify and Indicate method at the same time in NCS?
From my side, this doesn't work on my project, neither on Nordic sample ...
Hello Nordic Team,
I previously asked about how to configure the internal load capacitance for the 32 MHz crystal on nRF54L, and I’ve successfully applied the solution provided...
Dear Engineer
When the advertiser and the scanner enter the connect callback, a timestamp will be printed immediately. The problem now is that the advertiser and the scanner...
Hi Nordic engineer
I am evaluating a project based on nRF52840 and there is a question need to be confirm before schematic design start.
Due to limitation of power resource...
Hi,
I recently started working with the nRF54L15DK and nRF Connect SDK 2.9.1. I'm trying to use I2C21 and SPI00, but I noticed that certain pins on the development kit always...
Hey guys,
I just came up with an error I can't explain with my current zephyr knowledge and I really can't workaround because the other MCU isn't programmable and needs...
Hi, With this setup in , I successfully built a CIS mode using my nRF5340 DKs , enabling stereo sound while the microphone is active .
However, I am currently experiencing...
I am currentry trying to evaluate the RAYTAC-MDBT50Q-CX-40.
Raytac Corporation 勁達國際電子股份有限公司
But sample applications(helloworld, blinky) don't work.
I installed the...
Dears,
I made module with nRF52832. And I made also custom board with the module.
And then I tried to write FW(ble_app_uart_c_pca10040_s132.hex) but timeout error occurred...
Hi,
I was working on Channel Sounding for my NRF54L15 boards and suddenly the boards in "connected devices" were no longer visible. I don't know how it happened and what...
Hello,
Im trying to security connecting but i'm getting this bug.
After auth_passkey_display(), Next step is so late(more then 3min).
Tool : VS code
SDK : nRF...
Using VSCode and the nRF Connect VSCode extension, each time a debug session is started the target is erased and programmed, regardless of whether the code was changed.
...
Dear Nordic TS,
I'm trying to power an nRF9161 DK with a simple external battery. According to the documentation, I thought that this battery voltage should be applied between...
I have followed the instructions in the DevAcademy Cellular IoT Fundamentals Lesson 3 Exercise 1 exactly, (whilist filling in the gaps from the cloned cell-fund repo) and...
Currently I'm working on a nrf7002DK board and I'm trying to deploy tflite example on the device with bluetooth DFU funtionality. But I got many errors on the way and frustated...