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 wake the nRF52840 SoC from sleep via a GPIO High Pulse input.
What is the minimum allowable pulse period do I need for it to successfully wake up...
Hello,
I have the following application code (based on the template project from the SDK):
The receive callback is working and I get all the characters from my terminal...
From the datasheet I understand that any pins in port0 can be used as SPI. But I tried using the pins defined in nrf-sdk here and but there is no response. After searching...
Hi!
I am kind of DIY person and have a lots of time in COVID, I am a beginner to Nordic family, few months ago I implemented MPU9250 with NRF52832, I was able achieve...
Hi !
I am working with nRF52 DK to drive the nRF52832 and a sensor of Maxim Integrated.
I am using an older version of the SDK (14.2.0) because i need to modify an old...
Hello,
I was looking at power profiler (just playing with it) and I run it without proper setup on nrf52840DK, after that It seems that dk does not execute any application...
My application is again having troubles with opening an AF_LTE socket. It hangs indefinitely on the call to socket(AF_LTE,...). This code has been running successfully at...
i use nrf51822 and uart project
i need disable only RX when tranmitsion and reuseable when tranmistion complete. i tried
//NRF_UART0->ENABLE = UART_ENABLE_ENABLE_Disabled...
Hi
Do any of the Soft Device versions support the periodic advertising feature which is part of extended advertising and involves AUX_SYNC_IND PDUs? I looked at the API...
I am having a high rate of connection reason 0x3E when connecting two nrf52832 devices together both with only one active connection at a time.
Most of the information I...
hi..
development board - nRF52832
SDK version -15.2 version
Fellowed method - B1b. Use Oberon crypto library instead of uECC
softdevice version - v 6.1.0
tools using...
After pressing F5 I get.
Preparing target for download Executing Reset script TargetInterface.resetAndStop() Reset: Halt core after reset via DEMCR.VC_CORERESET. Reset...
Hi,
I'm using NRF52811 to evaluate the direction finding. I have successfully got the phase data, but I found a strange thing:
I did some processing on phase data for...