Hello, I’m trying to compile code for a u-blox C209 AOA Tag. I installed the nRF Connect Extension Pack and was able to build normally.
After adding some unrelated paths...
This stopped working for me... Error is the following
Command failed: git ls-remote --tags --heads github.com/.../sdk-nrf
fatal: unable to access ' github.com/.../'...
Hi.
We have a device connected to Azure IoT Hub with telemetry interval set to 10 min and on interupt. Tried changing interval to every hour, but then it looses connection...
We are currently utilizing the nRF5340 with Zephyr OS version 3.6.99-100befc70c74 and nRF Connect SDK version 2.7.0-5cb85570ca43. We have the following inquiries:
If we...
After a lot of efforts I managed to autoprovision and autoconfigure my nrf52840 board and a series of nrf52840dongles (provisioning and configuring inside the software and...
Hello,
After a lot of efforts I managed to autoprovision and autoconfigure my nrf52840 board (provisioning and configuring inside the software and not through external app...
hi
I am using nRF52 DK
Loaded Blinky Peripheral
I Connected this nRF DK to Com Port and Started Master Control Panel
But the Start Discovery Button is Disable. Please...
Hi,
I have an issue wherein once OTA update is complete through nRFToolbox (Toolbox says " Upload Complete") the Device does not reset and shows that it is connected to...
I am in the development stages of developing a ble application with the nrf52840 nordic chip.
I have come to realize the increasing difficulty of debugging this chip only...
Hello,
I made a custom board based on nRf52832, and I am using SDK 14.2
When I use a slightly modified version of the ble_app_uart example, I see it with nRf Toolbox,...
Hello,
I'm trying to configure 2 serial ports for a custom board with nRF52840 chip, but when I try to instance the second UART "NRF_SERIAL_UART_DEF(serial_uart1, 1);" the...
Hello,
I have an nRF52840 Preview DK, I would like to try the advertising extensions you introduced in the new released SDK.
My Goal is to make an application which send...
We're using a combination of the ESB library/example code and the USB CDC ADM example code to transfer data from one 52840 dev kit to another system via a 2nd 52840 dev kit...
I'm trying to build the gazell_dynamic pairing example for the host from the 14.2 SDK with GCC and I keep getting undefined references during the build process. I've added...
Hi,
I have modified nrf5-ble-mpu-data-ready-interrupts from nrf5-mpu-examples, the example works as expected. I have modified it a lot.
Now when I try to reconnect, it...
Hi,
We're running into a frustrating and tricky to debug issue with handling interrupts on the nrf52832. We have an active-low interrupt to pin 28, that is activated periodically...
Hi,
I just saw the errata for the nRf52840 Rev 1 and it seems Anomaly 197 ( DCDC of REG0 not functional ) and 202 ( Device does not start up in high voltage mode ) make...
Hello everyone
first if all, im not an expert in PWM, but doing my best to understand everything
I have successfully created and tested a project using the pwm_driver...