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...
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,
I'm working on project where I want to scan nearby beacons while participating in a Mesh network. I've configured everything as shown in the sample ble peripheral lbs...
Hi,
I am working with an nRF52832 in the nRF52-DK. I am trying to use the ADC with timers through PPI. I have a timer with five CC events, and one of them through ADC measurements...
I am attempting to establish a PPP connection between an nRF9160 and a Linux device over a UART (hardware flow control is optional). The goal is to allow these devices to...
Hi,
When applying for the SUPL client library i get the error message: "your application for SUPL-C license hase been denied"
I have an active DevZone account
I applied...
I have my code working correctly and for site testing of the first 20 units the customer wants to know the
MAC address so that any glitches can be identified to a particular...
Hi,
we would like to use nRF Desktop to test throughput and show we can send 20B per ms (from peripheral to central).
The LLPM sample is not well optimized, while nRF...
Hello,
Using the nRF Connect SDK 1.9.1 for nRF9160 location. Found the "location" library quite simple and scalable to use. So was looking into it. We do not plan to use...
I bought a PPK (not the PPK2) a while ago, and it's been working fine. However, recently it stopped working. I'm using a JLink EDU mini, and the power profiler app in nrfconnect...
Hi, I'm developing an application using Libuartes to handle GPS data 1. According my knowledge about Libuartes, It will call the NRF_LIBUARTE_ASYNC_EVT_RX_DATA when the buffer...
Hi,
Since BLE advertising consumes current, I want to stop sampling ADC data during BLE is advertising. Are there any BLE events to know when advertising happens or are...
I use the zephyr version 3.0.9 for DF.i use the both boards nrf52833dk.i set the antenna array including antenna_num,antenna_patterns,and antenna_ref(pdu_antenna).
both...
Hello,
NCS1.9.1, VSCode, nRF5340DK, periodic_adv
CONFIG_BT_DEVICE_NAME="xxx" in file prj.conf.
how to dynamic change BT_DEVICE_NAME in main() start?
Best rega...
Hi everyone,
I am looking the schematic of nRF52840 (PCA10056) and I am a bit confused with the Power Sources (sheet 7 of 7).
There are three load switches that prioritize...
Hello,
My project:
- I have a low consumption project width BLE. - I'm using internal LF clock (I know it's better to use an external) - I use the Beacon example project...