Hi,
I have a serious problem, when I use uart of NRF51822 QFAAC0 to receive data from another MCU, I found that it will lost one bit at same position everytime. my SDK is...
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] =...
When I recently tried to write a Gazell project using the nRF Connect SDK, I found that many files referenced the `nrf_gzll.h` file, but I did not find it in the nRF Connect...
Hello,
I've been playing with an nRF54L15 PDK, specifically with the sid_end_device sample. I was having a lot of trouble getting the device to register/connect to Sidewalk...
Lesson 8 of "nRF Connect SDK Intermediate" DevAcademy course deals with Bootloaders. I've successfully done the exercise of updating firmware using the off-the-shelf mcuboot...
Dear nRF experts. We are a module manufacturer and we have designed an nRF45L15 module. We are doing a series of verifications. When we were doing the connection test, we...
Hi there,
I am following nRF Connect SDK Fundamentals and it looks like that both k_sleep() and printk() are not working.
GPIO is working but I am not sure why these two...
Hi, I am working on long press button interrupt in nrf52832 device & used NCS. I am unable to detect the long press from button.below is my functionality which is I am trying...
Hi,
We are Designing the Long range module using nRF54L15 with nRF21540 FEM.
Now want to use Dual Antenna simultaneously. we have Couple of questions
Please guide us...
Hello.
I am developing using nRF5340DK and nRF Connect SDK v2.9.0. I am checking the operation of "Scheduler Server". The registered schedule was changed to inactive, but...
hi destiny98 i also working on sending string from peripheral to central but central device not able to receive it and show the same message every time, here i attach code...
nRF 52832 DK advertizes successfully .
But the name of the DK is not listed in nrf connect for mobile app. Peripheral_UART is the sample code that I have compiled.
I am developing AoA for nRF52833.
Please tell me about antenna switching.
Setting:
PSEL.DFEGPIO[0]=28 PSEL.DFEGPIO[1]=29 PSEL.DFEGPIO[2]=30 PSEL.DFEGPIO[3]=31
SWITCHPATTERN...
HI
We are mass producing products using nRF52832.
However, during production, a PCB was found to not detect low battery voltage for about 5%, so we are inquiring about...
hi,i wanna read the imu sensor lsm6ds3 on board of nrf52840 based Xiao BLE Sense
so i used the code in samples /sensor/lsm6dsl
first i didn't know if i do have to create...
Hi Everyone,
I am trying to develop a simple application with the XIAO BLE Sense device, the idea is to send a BLE message when something hits the device. To achieve this...