I need both zephyr power device management and the low power features of LPUART in my project.
However, enabling PM_DEVICE raises idle current consumption by quite a bit...
Hello,
I'm trying the Thingy 91X but I'm having a few issue with the demo application that connects to hello.nrfcloud.com:
After flashing it with the Quick Start from...
I have a test application which uses the "Azure IoT Hub" library. I have set up the IoT Hub, Update Account, update instance, etc. The device does successfully connect to...
Hello,
I get "data_len_update failed (err -5)" error message in lesson 3 exercise 2 of Bluetooth course. I have posted the output log below. Any idea why this is happening...
Hello,
We’re testing the nRF9160 GNSS performance on our custom PCB and have noticed that, even with A-GPS, the first fix after powering on the device takes significantly...
Tried with PCA10036 and PCA10031 on Windows 10. Both show as JLink CDC UART Port (COMx) in Device manager. Tried different versions of WireShark. Tried to erase and copy new...
Hi,
Using SDK 15.3.0 , example "ble_app_hrs_freertos", pca10040 with armgcc.
I want to increase MTU and GAP data length.
I started with MTU to 247, and when I try to...
I'm using SDK 16.0.0.
I wish to use two MEMS microphones to record audio over the I2S interface, and then send it over Bluetooth.
What is the best library to use for this...
Hello,
I have had issues in the past with twi manager causing ANT to drop out. These problems are ongoing despite me taking action in hardware to improve power supply (e...
I'm debugging on an nRF52832 (nRF52-DK, non-preview) using the ARM GCC toolchain and GDB under Eclipse on Ubuntu 14.04LTS, set up following the devzone tutorial .
At various...
When calling sd_ble_gap_connect(), and providing a whitelist, what is the expected process for establishing a connection, as far as timing is concerned? Will the device scan...
nRF52840. In case of standby current (battery only)
Measured as follows:
With only the battery connected, the same current draw as the one attached. Is there any...
In my DFU bootloader I am protecting areas of Flash memory used to store user data.
After an update, when my application starts and tries to write to this memory it is causing...
I am trying to use the real time clock on the nRF52840 dongle using the pc-ble-driver. However, my nrf.h file has nothing in it but the following:
#ifndef NRF_H__ #define...
I have a working iBeacon advertising a beacon UUID, Major, & Minor on a nRF52832. In addition, I also have a single BLE service (which has a single characteristic) defined...
Hi I am managing to initialize a serial instance using uart0 within the BLE Buttonless DFU Template. However when I carry out a similar process for uart1 I get the following...
Team,
I received the following customer inquiry and hope you can help:
The BLE – WiFi bridge project I’m working on will need to control up to 64 nodes, not concurrently...
Hello,
I am trying to upload the firmware with secure DFU using following method:
generated the dfu_public_key.c and private.pem pair
copied the " dfu_public_key.c...