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 all,
I am currently using the SoftDevice Handler library to enable/disable the SoftDevice and observe requests and state transitions on nrf52832 with SoftDevice S112...
I need maximum throughput in nrf52832. So i enabled DLE and using s132_nrf52_5.0.0_softdevice. The data packet length is 96 bytes in single packet. Conn interval 7.5 and 10ms...
I Can't set nRF5 SKD Root Path to: nRF5SDK=C:/nordic_semi/nRF5_SDK_15.2.0_9412b96/nRF5_SDK_15.2.0_9412b96
I created a global macro as instructed (many times) but the path...
Hi there!
I'm using nrf9160 DK's SiP to establish TLS connection to MQTT broker.
When I call nrf_inbuilt_key_write it returns 13 error code which means "If the operation...
Hi everyone.
In mesh light switch example., i try to add timer0 (or any timer).
After initialize timer, application always jump to timeout event, and i don't know why...
I am developing based on ble_app_uart example of SDK12 for nRF51 DK and I need to switch BLE off completely when power disappears to save battery and switch back on when power...
After reading the document for nRF52840 Radio Peripheral. I have a doubt about LENGTH field in packet format. what is the difference between LENGTH field and STATIC_PACKET_LENGTH...
Everything works fine if i use the default baudrate
NRF_UARTE_BAUDRATE_115200 but if i change it to 250000 or something higher the applications starts and goes directly...
Hello ,
I want to read around 6 analog pins, not necessarily simultaneously. I could afford some delay in between them. i am using nrf52832 dev kit with sdk 15. How do i...
http://developer.nordicsemi.com/nRF_Connect_SDK/doc/0.3.0/nrf/gs_programming.html#building-with-ses
I am following the example at the address below.
However, the following...
Hi,
This error has been bugging me for few days and I still have no luck in troubleshooting it.
Recently, I just changed my work project from nrf51822 device to nrf52832...
Hi DevZone members,
I would like to output the elapsed seconds as a floating point value using NRF_LOG_INFO. However, nothing is generated for the floating point value....
I am interfacing nrf52832 with TI TRF7960A using SDK 14.2.0
According to Application Report ( http://www.ti.com/lit/an/sloa140a/sloa140a.pdf) ,
when receive data, SPI...