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...
Hardware Setup:
nRF52840 DK: Serving as the BLE central device and I2S master.
PCM5102 DAC: Connected to the nRF52840 DK via I2S. The connections are:
LRCK (Pin 30...
Hi ,
For Battery operated devices, we are using NRF52840, and developing the firmware using Segger Embedded studio + NRF SDK. s140nrf52720, nRF5SDK1702d674dde
For our...
Hello,
I'm sorry to ask a maybe stupid question, but I'm a bit lost with the available boot loader options right now.
I want to setup an updatable and secure bootloader...
Hello,
I am using nRF9160DK, nRF SDK 2.8.0 with sysbuild and trying to enable image encryption trough sysbuild Kconfig options. I have set SB_CONFIG_BOOT_ENCRYPTION and...
Hi, After switching to a newer Zephyr version with the hardware model V2 I am struggling to build a BLE sample for the nrf5340 DK. It seems that the netcore image is not built...
Hi guys,
I'm working on a project with a custom board around nrf52832 chip and I'm trying to generate an 8MHz clock signal using the compatible "pwm-clock" on Zephyr.
...
Hi, I have encountered some problems:
hardware: nrf5340-dk
software:Visual Studio Code
ncs:2.5.0
sample: nrf\samples\bluetooth\direction_finding_central & direction_finding_peripheral...
SDK 2.1.0
nRF9160
Hi,
I recently configured a GPIO input in my project with an associated interrupt whenever it detects a high to low transition. The transition is...
Hi,
I am currently extending the NRF Cloud multi service sample, thus I am constantly reflashing my NRF9161DK during development. However today, my device fails to connect...
Hi,
While debugging an issue with reconnecting to our Azure server after the network is lost for some time, I found that azure_iot_hub_connect() returned a non-negative...
I tried to use `-Dmcuboot_DTC_OVERLAY_FILE` to use different mcuboot overlay for different builds but it always use all the overlay files in the folder.
The same way works...
This is a continuation of Case ID: 272157
That case resolved issues I had dynamically changing the device name (and having that new name show up in advertising).
It seemed...
I tested with an nRF52840 dongle, but it seems that nRF Connect for Desktop cannot scan long-range/coded PHY advertisements.
(I used this BLE long range peripheral demo...
Hi,
I’m currently developing an application for the nRF52833 that collects sensor data via SPI and sends it out over BLE using notifications. My primary goal is to achieve...