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 re-uzip NCS1.5.0 ,using SEGGER Embedded studio or using bash.exe to creat a sample project ,and can not creat .the problem is
CMake Error at D:/v1.5.0/zephyr/cmake/zephyr_module...
Hi Nordic,
Aquick question with respect to the Thingy91. As part of our development, I am looking to the Thingy91 as a reference. In the Thingy91 design, it appears that...
Hi, I'm new to C language. I copied and pasted nordic example TWI codes to my self-defined SDP31.c file. And declared some of the functions in SDP31.h.
After clean and rebuild...
Hi
In other toolchain with GCC it is possibility to move some variable to a non initialiseed section
__attribute__((section(".non_init"))) int buffer[1000U];
When I...
Hello,
I cannot receive the email about SUPL client library download link.
The email is the same as my devzone account.
I have checked everything in my email subscription...
Hi
i would like to how to properly set an authorization on write, i am using sdk 17. please explain all proper value of "ble_gatts_rw_authorize_reply_params_t " for write...
use ncs1.5.0 and sample peripheral_uart ,a board with nrf5340 . load app core hex and net core hex in nrf5340, i use a andriod app can connect nrf5340 through ble.
but below...
Hello
I am trying to install CMSIS on nrf Connect SDK.
I followed the instructions to modify the .xml file and point to the folder location of the .jar file in "Tools...
Can the pairing code be extracted from memory via JLink during production in order to print a pair code decal for a product without a display?
I know it shows up on the...
Hello devs,
I found this thread: https://devzone.nordicsemi.com/f/nordic-q-a/48928/radio_test-example-code-run-on-nrf52811 where exist it for the sdk 15.3
Is there something...
Because of my forced downgrade from Win7 to Win10, I can no longer build an older project under VS, so I am porting it to SES, the "approved solution" development environment...
Hello. Using SDK16 on my NRF52840 board I'm stuck here on my product development - trying to make my device have longer "sleep" battery life. when I call a simple function...
I'm trying to implement OTA update via BLE on my nrf52dk using Zephyr. I'm following this configuration guide to implement the FOTA in my project. However, when connecting...
With the NRF53 DK Board I have written a Firmware to use the CP_NETWORK for Bluetooth and this is working properly.
In our Company Dev Boards with NRF53 i had to enable...
Hi
I am using nRF-SDK-Connect.
I downloaded SDK v1.5.1 through Toolchain in nRF Connect, and nRF5_SDK_17.0.2 (not through Toolchain).
What is the difference between...