Hi,
I just started to interface the lcd display with nrf51822 evaluation board. The display i'm using is, spi compatible, 18" tft (160x130) from tiny lcd. I took spi master...
Hi,
We are using the nRF905 device in an application where it needs to switch between auto-retransmitting and sending single packets, due to it communicating with several...
This is not a real question for support. It's more a success story i'd like to share with you!
Our company develops firmware for various customers on a lot of different...
Hi all,
What is the maximum data rate for the nRF24AP2 when using the Synchronous serial interface?
I cann't see it in the datasheet.
Is there anyone can answer me...
Hi,
In my design, there is a tag used by 24l01,It can transmit the temperature value.In the tag, the parameters are like this:
addrofch[0] = 0xe7;
addrofch[1] =...
We've been working on a product that utilizes a NRF51822 chip as well as WS2812B NeoPixels. Since there have been numerous posts about it here we've decided to release our...
Hi
I have a strange issue here.
I have been working with Nordic's sample project for AWS IoT, with the nRF9160DK.
What I usually do to see the serial output, is to view...
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...