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'm currently on a question for which the documentation here can't help me.
If I'm correct, the Dual-Bank Update allows to retain a safe copy of the old firmware image...
Hi,
I am using esb project of SDK15.3 to test esb PTX and PRX function.
The default setting of address-0 and address-1 is 0xE7E7E7E7 and 0xC2C2C2C2, and PTX and PRX can...
Hi,
1.I want to develop the my product using nrf51822 with PCB antenna(as shape given in sdk hardware) with following board stackup-
2. i am going to use cap-0603 in...
Hi,
I am using nrf52840 S140 PCA10056 SDK 15.2.0 version with example ble_app_multirole_lesc_S140_PCA10056 . i am using Segger Embedded studio IDE. So now problemis i am...
Hi,
I am trying to get my systemOFF current below 1uA, but Im struggeling.
normally I use MBED, but to eliminate that variable, I just did a test without MBED, I took...
Hello together, I am experiencing problems with the nrf52840. I got the BLE_APP_Blinky example to run. Now I am trying to get the BLE_THROUGHPUT example experiment to run...
Dear nordic,
I want to know something regarding your SDK. I have nrf52832 development board and i use sdk 15.2 .
1. if i want to use BLE 4.2 version what changes i want...
Hi,
I am working on a project where my mobile phone will be acting as a central device and nRF52840 DK will be acting as a peripheral device. I added the UART example to...
Hi,
I am working on a project where my mobile phone will be acting as a central device and nRF52840 DK will be acting as a peripheral device. I used the nRF UART and nRF...
Dear nordic,
I need more information regarding this?
1. I heard the BLE one packet has possible 20 bytes. but i tested this example and connect using nRF connect app...
Hello everyone,
I am experiencing a weird problem; I am working on an NRF52840 DK board and writing my code in Segger Embedded Studio.
I do not have any problem when...
Hi,
I am looking for the nRF52 / nRF52 Mesh online courses.
I am going to developing a new project based on MESH network. where i required lot of sources to clarify my...
Hi, I'm using the nRF52 SDK 15.3.0's BLE_APP_UART central/peripheral examples with my PCA10040 boards.
Can I ask about the central example, please?
0. Currently, I think...
hi guys, I'm looking for understand how to send a simple signal using the 802-15-04 between two nrf52840 boards.
The only available example use the uart in order to have...
I have modified the Blinky example in the SDK to support CODED_PHY as per the examples I have seen but am unable to get it to run. The modified main.c is attached
It seems...