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...
I'm developing a beacon application using the Fanstel BT832AF, which uses the nRF52810 internally. This unit is mounted to a custom board, but before raising a private ticket...
As instructed to post here by We're using Zephyr on at least 4 of our products and have thousands of boards with NRF chips in the pipeline; we're trying to get the consumption...
I'm trying to install nrfutil, but for some reason the installation is unsuccessful.
After installing python and the executing pip install nrfutil, restarting both the shell...
Hello,
when my application runs, from time to time I see the following:
[00:00:29.000,000] <debug> nrf_sdh_ble: BLE event: 0x26. [00:00:29.000,000] <error> app: ERROR...
Hi Nordic team
Customer SecuX failed to use JLINK V9 to update modem firmware to Thingy91 and customer nRF91 board both.
But, JLINK V9 can program merged.hex file(application...
I want to bring up a secure bootloader with support for ECDSA and SHA-256.
I am having a hard time coming up with a combination of SDK components (frontend, backend), external...
Hi All
I'd like to implement "Fast advertising" with SDK14.10
Q1: I add some code in advertising_data_set() to do fast advertising, is that correct ?
Q2: If want...
Good afternoon. I have the Zephyr gsm_modem sample up and running for my GSM modem and a PPP connection is established to the cellular network. The example does nothing further...
After I write bonding data to flash memory (SoftDevice has been disabled before the write) I get an APP_ERROR:ERROR:FATAL. But I do not know what is causing it. I do an NRF_LOG_DEBUG...
Hi,
We added new commands for code from openthread and generated .hex file by "make -f examples/Makefile-nrf52811 NCP_SPI=1 FULL_LOGS=1 && arm-none-eabi-objcopy -O ihex...
We are planning to develop BLE and Bluetooth Mesh products using nRF52840. I have a couple of questions in use of Zephyr. 1) What is advantage of building BLE or Mesh on Zephyr...
Hi,
I tried to build the ble_app_uart example for nRF52820/s140. In my project I need to use C++ modules.
My usual approach that worked so far:
Take an example project...
Dear Nordic Semiconductor-Team and everyone else, thank you for helping the thousands of people in this forum an answering their questions thoroughly. I have a question/problem...
Hi,
I have to program the application on an nrf52840 chip that is connected to another MCU via the SPI interface. Since I have to send the image from the MCU to program...
Hi, I am building an application on the nrf5340dk using using nrf5340dk_nrf5340_cpuappns as the target board.
When I have CONFIG_NETWORKING=Y enabled in my prj.conf I am...