Just putting this here in case anyone else comes across this issue, esb_arm.lib and gzll_arm.lib don't appear to implement the work-around in PAN 18(in the version I tested...
Yesterday, I tried to connect to my nRF5340's serial port in vscode by calling "nRF Terminal: Start terminal" from the command palette. Unfortunately, the response I received...
hello,
TCA9548A is the i2c multiplexer I am using. The problem statement is as follows:
The I2C multiplexer is connected to nRF52832 via twi communication. I2C multiplexer...
Hello,
I just saw the App update on google play store with below changelog :
Mesh library adds support for Timezone messages and generic global location messages.
But...
The project I work on is considering updating from SDK version 1.71 to 1.9.0 to benefit from some updates. (Thanks!)
As I was looking over the Known Issues I noticed KRKNWK...
Hi
I am testing the new distance estimation techniques introduced in nRF Connect 1.9.0.
I have flashed both of my nRF52833 DK kits with the sample code connected to this...
Hi,
this is something of a follow on question from https://devzone.nordicsemi.com/f/nordic-q-a/85892/basic-gpio-on-nrf52840-development-kit
I'm working with NRF Connect...
Hello everyone,
I am working on an application where I am using the BLE Nordic UART service (NUS) with a changed service UUID. I need to be able to uninitialize the service...
Dear ,
I am using nrf52833dk with NCS1.7.0 SDK.
Is there any flag or register value that I could use to determine if the device has been connected via USB? Or I can only...
I working on Asset_tracker_v2. I found in the project :
target_sources_ifdef(CONFIG_CLOUD_MODULE app PRIVATE ${CMAKE_CURRENT_SOURCE_DIR}/cloud_module.c)
in file at
C...
Hello!
I was just wondering if it is possible to use multiple encoders at once with the QDEC driver? Can you initialize multiple encoders on different pins or do you have...
Hi,
I use self bord with nrf5340 on it.
i started with project "central_and_peripheral_hr" and added CMSIS v2 and EVENT MANAGER configuration.
The i configured interrupt...
Hi,
I am using the nrfx GPIOTE driver to manage the output, input and interrupt on a nRF5340 on top of Zephyr Framework.
I know I can use the GPIO Api from Zephyr, but...
Hi,
I want to disable firmware signed key validation from mcuboot, when it validates a new image available through DFU.
Kindly suggest how to disable key validation from...
Hello,
I've been testing the AWS IOT app and ran into an issue where sometimes I see error -95, EOPNOTSUPP, on a connection when I am sending data to AWS. When I run the...