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 will be selling various ble products. My customers can connect to and program the devices using their bluetooth smart phone or tablet.
I want them to have the option...
Hello,
I'm using NCS v1.9.0 with a nrf5340-based device.
Is there a method to update the public key embedded in MCUBoot using DFU after the initial load? I'm looking...
Hello,
we are using SEGGER Embedded Studio for ARM 4.16 to program Nordic chip nRF52832 (SDK is nRF5_SDK_15.3.0). We would like to have some functions executed in RAM and...
Hi,
I saw that LOG_HEXDUMP_INF prints debug data to a console, Is it possible to write in a dump file at memory..? As I have a requirement to generate core dump file ...
When I debug the peripherals box is always empty. I'm using a nRF9160 on a custom board, J-Link pro.
I reinstalled VScode including deleting all settings, and reinstalling...
On MacOS with VSC and nRF Connect for VS Code v2022.10.30
Using Connect SDK and toolkit v2.1.2
Using nRF5340 DK board v2.0.0
Creating, building, flashing and running...
When I use SES and the optimization level is Release, nrf_sdh_ble_enable will return the error code NRF_ERROR_NO_MEM. But when I opened LOG, it returned to normal. When the...
Hello,
I am trying to retrieve the MAC address in the micro when I first power up. Is there a function I can call to retrieve this information?
Thanks in advance,
A...
Hello Nordic team,
I am working on an application with BLE + Zigbee with FreeRTOS and I see that the SoftDevice is initialised successfully and zigbee stack is also started...
Hi,
I could only find "pca10040 e _s112_ble_debug" / "pca10040 e _s112_ble" configuration in the examples folder (SDK17.1.0, SD112_7.2.0)
I need it to run on true nRF52832...
I am currently looking for a way to add a user-callback in the wakeup-period of the SED communication. This is done to prevent two wakeup cycles (communication + sensor readout...
Hi,
After spending a whole day on trying to figure out why I couldn't toggle GPIO P0.18 in nRF NCS, basic sample, e.g. blinky.
Instructions:
I added this overlay under...
Hi,
I am trying to test the nordic distance tool box sample.
1 on 1 test seems working well but I also want to see the result that one scanner measures the distance from...
Hi, We have used Thread 1.0 for our current product and using OpenThread for our next gen product. Are these two compatible with each other? In other words, can an Thread...
We need to add a custom mac address in nrf52840. I check the offical way about wirting the address in URCR. BUT it can be reflash or erase by anyone. We want find a way to...
Hi team,
I am using Segger 5.4 version and nordic SDK 16.0v for the nRF52840 microcontroller. I am working on UART peripheral to send and receive data through interrupt...