Hi,
My android Proximity application fails on service discovery only for the very first time it connects with the devices(nrf51822 evaluation kit with sdk 5.2.0). Actually...
Has anyone converted the app note AN34 DTM Python script to C# or C/C++ ?
The Python DTM script is works OK with the setup specified in the app note AN34 figure 2, which...
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...
sdk: 1.6
modem fw: 1.2.3
Hi,
Been trying to test mqtt every which way and not getting any success with mqtt keep alive longer than 30 minutes, the mqtt connection...
Hi All,
I have encrypted app_update.bin manually and perform FOTA with single stage bootloader and it is working as expected.
Now I have enabled Two stage bootloader...
i am working with spi example but the clock appears as shown in the following photo i do not know why it is generated like this and i need help to configure it to work as...
Do you have an updated schematic for the latest nRF52-DK development board? The board I have from July 2022 (reference # 0365RUBR) has some differences compared to the online...
Hi there,
A couple of weeks ago, I'm facing the issue that my nRF52840DK board is not visible and led5 is flashing rapidly. I reflashed the bootloader, j-link-ob-sam3u128...
I added some functionality to asset_tracker_v2. I used two pins of Nordic chip for following purpose: 1. Detect BMS, pin as Input 2. Reset BMS, pin as output. The pins overlay...
Hi,
I'm a newbie of microwave board design, after many research I finished our 2.4G USB Receiver board which use the nRF52840-QIAA. But I still want some advice of the RF...
Hello,
My setup is UDP sample and PPK2 for power measurements. I am trying to figure out the best settings that are available with eDRX set to <= 20.48s, and preferably...
Hello,
I am trying to get the data out of an out of the box zigbee sensor (PIR motion sensor) with the CLI example provided.
I flash an NRF52 with the CLI example, and...
We are working with tuning of the GPS:
Basically the tuning is fine but we are mostly bandwidth limited.
I wanted to ask how much is the acceptable bandwidth for a GPS...
Hi Team,
I am working on air mouse development using NRF 52832.
nrf standard package support ICM 20608 with AIR_Motion Library , but its not available now in https://www...
Hi,
I have noticed that when a peripheral (using NUS) is disconnected from a central it takes 2-3 seconds for the peripheral's BLE_GAP_EVT_DISCONNECTED to trigger.
Shouldn...
Hi,
I encountered that the PWM couldn't be closed completely, it still has about 100uA after PWM is uninitialized.
For troubleshooting purposes, I have posted my code...