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...
Hi, I would like to interface an Alliance NAND flash to NRF5340. The flash supports SPI interface. Which set of pins will be a better choice and why ?
I am planning to use...
Hey Everyone, I am new to Nordic and zephyr. I would say I am a beginner. I am trying to setup custom drivers from ST for the lsm6dsv16x sensor. I know most of the time is...
Dear Team,
I installed segger embedded studio in my PC for working with nordic nRF52840-DK. After that I downloaded the nordic license and it was activated.Perfect. -...
If you Edit your build configuration and then add and argument using this button:
it doesn't seem to work. I've tried doing File->Save and using the Build Configuration...
As recommended by the documentation I am using the malloc/free in the common libc branch.
This code (in zephyr/lib/libc/common/source/stdlib/malloc.c) uses sys_heap_init...
I'm trying to increase the SPI speed to drive a DAC that can go up to 50 Mhz. I'm using an nRF52840 DK and SDK V17.
Even if I can set up SPIM3, there is a limit I need to...
Currently I am failing to make my two NRF24 modules communicate, to make sure the two modules weren't at a bas angle to each other to communicate I picked up and rotated my...
This is kind of just a general question out of curiosity.
Is there a functional reason to ensure that all stack sizes are powers of 2? I've seen it throughout many examples...
i am using nrf52840dk i have flashed the code for light switch lpn sample in 1 dk and 2nd dk with light sample.
i need to get help with the lpn node how it is acting as...
Hi,
I'm working on a BLE project with NCS v2.1.1 running on nRF52832. The project includes several I2C and SPI sensors. If I compile and flash the project in Windows 11...
Using the nus central and peripheral examples from SDK_17.1.0 trying to transfer at least 1 kilobytes per second.
Peripheral on nRF52840 PCA10059, central on nrf52832 pca10040...
Hi,
As audio sink implementing TMAP, is it possible to except only Conversational context (phone calls) and reject Media or other contexts?
My question is related to...
Hi Nordic Team
I encounterd the following behaviour:
Segmented message took 8s for acknoledge state.
I did the following:
Setup: 2 Devices NRF52840DK, provisioned...
Hi,
I'm using nRFConnect 2.6.1 SDK on a nRF52833 with the speed build optimization.
I got two peripherals on the same SPI which is SPIM3. It is configured at 32MHz and...
Hello everyone,
I'm working on a Bluetooth device using the Zephyr framework. I need to maintain a current connection while also continuing to advertise. If another device...