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 work nRF52840 + nRF5 SDK(S140 v7.2.0)
If I call sd_ble_gap_connect() for a DeviceAddress of an already connected device, what will be the result?
What will be the error...
I am currently developing with the nRF9160DK and nRF7002DK. My project is to use the nRF9160DK as an external MCU to control the nRF7002DK's wi-fi and BT like a module.
...
This issue is exposed, or exacerbated, by our ongoing project of trying to upgrade from NCS 2.3.0 (Zephyr 3.2.99) to NCS 2.6.1 (Zephyr 3.5.99).
In our product, we emit log...
Our projects don't need all the repositories fetched by the default nrf/ncs manifest.
Is it possible to use a custom manifest repo or manifest file while installing the...
I'm looking in to an application that needs to support Bluetooth LE as well as a custom ANT+ profile. We were planning on using Zephyr for this but it looks like I might not...
We have been testing our nRF9151-based device with the nRF Cloud Multiservice sample program and had to debug some SIM-related issues. It turns out that the UICC slot was...
Hello,
Can the NRF52840 module connect with normal Bluetooth modules (such as HC05, HC06)? Is it necessary for the normal Bluetooth module to have BLE support? If so, can...
Dear Devzone,
I can no longer build Nordic's Wifi provisioning (BLE) sample together with custom nanopb code using SDK version 2.7.0. It worked fine in 2.6.1.
Steps to...
I have followed the installation instructions for the nRF52840 on 2 separate Macs using the latest version of all of the packages AND using the proper packages for the respective...
Hi,
If I launch "nRF Connect" inside of VS Code, it uses PowerShell by default.
But if I use the Toolchain Manager, it will open the Command Prompt terminal instead...
Hi all,
We have an application which uses both MCUboot and a watchdog timer. This combination seems to be causing issues anytime we attempt a soft reset using sys_reboot...
Hello Team,
I have have loaded the modem FW 2.0.1 and Serial LTE Modem application on my NRF9151-DK from Quick Start. I wanted to test the RAI release functionality and...
Hi,
If the image we falshed using mcumgr is 90% of the allowed image size mcumgr flashes the unit without a problem, If the image is 98% the proccess seems stuck.
...
I am receiving bytes from a GPS module and passing them to BLE UART example app configured to use UARTE1 and asynchronous API.
After few minutes of running it starts leaking...