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...
I receive my nRf-9160-DK but decided to try to get the nRF52840-Dongle working first, Simply walk through installing nRFUtil, following the directions I ended up here: https...
Hi
When programming /NordicSDK/v1.3.1/zephyr/samples/basic/blinky in the cpu_app_ns version, it will not start. It is starting when I compile it as a secure application...
In our application we have an RC network (1kOhm-100nF) on pin AIN1. We charge the capacitor with a defined pulse length and then measure the voltage.
At the desired voltage...
Hello,
I can connect to the Segger JLink plus device using USB but when I try to connect to a Segger JLink pro via Ethernet, nrfjprog I receive the following message " There...
Dear Nordic support,
I'd assume it should be OK to allow nrf52840 to advertise in dual phy mode - primary in 1Mbps and secondary coded phy so that phones with and without...
I followed the "Getting Started Assistant" and can import and build the nRF9160 side.
SES -> Open nRF Connect SDK Project:
Works, "Build Solution" works, all seems...
nrfutil version 2.3.0 correctly fails with message " Application file not found." but incorrectly sets the return code to 0
nrfutil settings generate --family NRF52 --application...
I know it basic question but i need direct answer with numbers(exact voltage accuracy)
and i am very much confused to understand about adc output calculation please help...
Hello,
I'm attempting to enter System OFF mode via sleep_mode_enter() using a long press. However, I want to wake up from System OFF using that same button. The problem...
Hi to everyone,
I am having trouble establishing a network connection with NRF9160 Dk. I use a local SIM and according to the information I got from the provider, there...
Hi Nordic
I am using mesh sdk4.1 LPN example to develop a LPN product, we seems found that LPN's RF range will degrade large compared to common mesh node.
We want to try...
hello Nordic
i am working with nrf52840, sdk16, over the peripheral app_ble_blinky example
my system will go to sleep mode for 10 minutes each time, i wonder if there...
SDK: 4.1.0
Hi, I want to send change notification. so I writes below this.
Some buf_id has got failure in zb_zcl_ias_zone_set_status.
So I added loop which get...