I want to experiment with recording observations of the beacons with raspberry pi's.
Is there any precompiled firmware I can install on the nRF51822 smart beacon...
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...
Dear devzone,
Based on ncs2.9.1 and nRF54L-DK(v0.9.2), add in the prj.conf of the peripheral_uart example:
Compile and burn to nRF54L15-DK, the program does not run, and...
Hey All! I've been following the nRF Connect SDK Intermediate course from DevAcademy. In exercise 2 of lesson 9, bootloaders, you get to learn how to use KMU (Hardware Key...
Hi.
I have been investigating how to use GRTC and LFXO for LFCLK with nRF54L15DK. In my goal, I would like to make the Intermittent application with sleep and GRTC that...
This happens quite often, I simply has to create a new build configuration and in worse cases simply a new application and copy all my sourcefiles over to the new project...
Hi,
I was wondering if the newest sample available in NCS3.0.1 is already capable of holding multi connections. Otherwise, for this little time that is present i will...
We have been fighting with the Distance Measurement Toolkit for a while (see other ticket ). As we needed to move forward, we started the implementation of LE Secure Connection...
System Info: Hardware: M3 Max OS: Sequoia 15.3 Following the instructions outlined in the readme of: github.com/.../nrf-docker Docker fails to build an image on Apple Silicon...
The Matter stack’s auto-generated file ` access_buildconfig.h` explicitly sets ` CHIP_CONFIG_USE_ACCESS_RESTRICTIONS` to ` 0` , overriding my attempts to enable it. This prevents...
Is there a BLE development board that supports extracting IQ data from raw MCPD ranging? Does nrf5340dk support users to extract IQ data for the development of ranging algorithms...
Hello,
I am new to modems and cellular domain.
We intend to design and build a cellular communication extension for an older product. And I eyed the nRF9151 for that....
I've developed a custom Matter application based on the Matter samples in the Nordic Connect SDK, targeting the nrf52840. I developed the first version using the nrf52840dk...
Dear Nordic Semiconductor Support Team,
I hope this message finds you well.
I am currently evaluating the nRF52840 for use in an industrial/automotive application and...
Hello,
I am using the nRF5340 in my project, and the device is capable of communicating with a mobile phone over BLE . However, we occasionally encounter a connection error...
While using PAWR, we see the above HCI event.
The subevent data is then empty.
Do you have any advice for debugging this?
There doesn't appear to be any helpful logging...
Hi Nordic team,
I’m currently testing UART communication on nRF54L15 with NCS 2.8.0 , and I’ve encountered an issue I’d like to ask about.
When using UART20 configured...