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
data sheet of the nRF52840 states that the QSPI port pins should be initialized to "high drive".
I've experimented a little bit because I have problems with a Macronix...
I have connected a BM680 sensor on a BL654 (NRF52840) via I2C. I have connected the power to the BME680 on a switchable power rail. I need to power this rail with a GPIO pin...
I am trying to create a test case for in house validation and would like to know how to do so.
Here is what I want to do:
I want to create a boot loader that checks...
Hello,
In nRF5_SDK_17/examples/dfu/secure_bootloader/main.c, the main program starts off with protecting a couple of flash areas:
But how can, after this, an OTA update...
I don’t know what all the XML syntax is, or what program processes the flash_placement.xml file, or what form the output is in, so I don’t know if I have to do exactly what...
Hello, nrf experts.
I have trouble with testing update over ble from main application. Using buttonless dfu example. But when I'm connecting to nrf dev kit, nrfConnect on...
Hello, I am trying to erase a page on the internal flash memory of the nRF52840. I am doing this as a BLE peripheral with 1 active connection. The problem I'm facing is that...
I am trying to determine the cause of iOS stopping to reconnect to my nRF peripheral in the background. I have seen posts from several years back that reconnecting too many...
Hi
I'm trying to add CMSIS DSP Software Library to my project.
After adding DSP function I'm getting linking error:
components/toolchain/cmsis/dsp/GCC/libarm_cortexM4lf_math...
Hi all,
I have a problem with 802.15.4 association in beaconned PAN. Basically I have two devices, PAN coordinator and an FFD. FFD is able to find the coordinator (throught...
Hi. I am working on the nRF52840 DK. Currently, I am trying to implement a DFU feature for my application.
The application has the bonding feature. Therefore, I tried testing...
Hi.
I purchased a nordic thingy 91 in Singapore. But when i try to update firmware through programmer, it is not detecting the module. Also i am not able to activate the...
Hi,
I'm using a custom board with nrf52840 and sdk 15.1.0.
I have altered the ble central and peripheral example(ble_app_hrs_rscs_relay) to support nus central and peripheral...