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! Writing to flash memory. After calling nrf_fstorage_erase (...) a hardfault happens. It only NOT happens if JLink is enabled (using dbg or rtt logs). So I can not debug...
Hi i just bough module E73-TBB(nRF52832) from EBYTE . I've already downloaded the sdk this link https://www.nordicsemi.com/Products/nRF52832/Download#infotabs
I test with...
Hi,
I would like to set up RTT on both net and app cores, but I haven't been able to get both running simultaneously. I'm wondering if this is even possible, and if so...
Hi, I am trying to get a working demo up for the Zephyr OS on your nRF52 DK but having trouble. See attached for description, I get this error -
-- runners.nrfjprog: Flashing...
Hi,
nrf9160dk device is not latching with CAT-M network. Please provide the solution for changing the "network mode" from CAT-NB(NB-IoT) to CAT-M in nrf9160dk device.
...
Hello,
I am able to program softdevice hex file with application hex file into nRF52840 microcontroller. However, I am not able to program softdevice and application hex...
Recently purchased nrf5340 to validate BT and BLE profiles.We have followed the guide and installed NRfConnect-3.7.0.
Installed BLE app and programmer app from nrfconnect...
I'm working with the latest v1.6.1 nrf SDK, and was able to get the Blinky sample code to work.. But trying to translate that to toggling other GPIO isn't working. I also...
I freshly installed Nordic Edition SES v5.50c and nrf sdk 1.6.1 on my machine and opened the empty_app_core with the Open nrf-sdk project option, selecting nrf5340dk_nrf5340_cpuappns...
While trying to build and run on my nRF9160 DK the project: asset_tracker , that I imported into SES by selecting: File>nRF Connect SDK Project...(in the SES menu), I followed...
Hello,
I have a ble nrf52840 module. I want to make it as becon code which is power optimized. Pls tell me the steps by which i can do that .Share some document or code...
hello ;
i need to send data from the nrf52840dk to / over the internet and to the server , so i know that on board nrf52840dk , there is no wifi chip on nrf52840dk , so...
Hi,
After the execution of erase all command(nrfjprog --eraseall) My custom board is not visible anymore. When I tried to connect with the nrf connect programmer ,I received...
This is the error I have. Couldn't figure out what causes this error. Tried all the related issues mentioned on this website. I have made sure the python and latest version...