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...
I want to creat a hci vendor-specific command of zephyr using nRF connect SDK, based on hci_pwr_ctrl bluetooth sample.
At first, I think just using follow steps in hci_vs...
Hi,
Recently I have heard that there are license restrictions on using DKs for production programming. Is this only for production programming? Can I still use the DK to...
Hello, im trying to implement the UARTE Driver for simultaneous Use of Bluetooth and asynchrounos Uart TX/RX on a nRF52840 and nrf9160. The Problem is that neither RX or TX...
Hi
i want use a nRF52840Dongle as a Zigbee end device, when power up, i get following message:
I: nRF5 802154 radio initialized ***** delaying boot 5000ms (per build configuration...
Hi, I have just started evaluating nRF52840 using the dongle and Development Kit. I have successfully tested the Openthread network using CLI project. Now I want to try out...
Hi experts, The situation is following, the NRF53 shall receive multiple packets. After the reception of one of the packets the next one shall be received at the same frequency...
Hello,
I am struggling to commission a light bulb matter sample device (nrf52840dk) with the CHIP tool running on my Linux laptop. I set up an OpenThread Border Router with...
I had configured zephyr.dts file for UART and I2C pheripherals. And when I tried to build an application it is giving below error
Board : nrf5340 Application name : SHT...
I implemented the nRF52840 (auto)upgrade with an nRF9160 on the nRF9160DK. I did my development with the Serial Modem LTE application from nRF Connect SDK 2.0.0. I noticed...
Hey All:
I'm trying to install V2.0.0 of the NRF Connect SDK on a fresh Ubuntu 22.04 VM, and the whole thing seems broken.
Here's my steps:
install the nRF command...
Hi, I have found several aged topics on Devzone but need this feature and would like current state. If it still not supported, is there any example implementation on how manage...
Is there a way to rebuild (clean and build) a project in Visual Studio Code with the nRF Connect Extension? A web search shows how to do it with the CMake Extension ( https...
I am using the Connect SDK v2.0.0 and attempting to use TCP in the stock CLI example to mimic the demo shown here . When I flash the v2.0.0 CLI sample on my nRF52840dk, "...
Hi everyone,
I have some devices that are communicated through RS485. nRF52840 DK supports RS485 communication?
Do you have suggestions of how should I connect those devices...
I have a custom board with 8 LED's and I use pwm API led_on(), led_off, led_blink() etc, to turn them on, set brightness and blink and everything works fine except one case...