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...
We are developing a device where we would like to include the bluetooth connectivity of the device with phone, to answer the calls and to listen to audio. We are using nrf5340...
Hi,
actually we have following Solution:
- NO battery powered devices - the first nrf58240 acts as a beacon advertsing temperature values all 10sec - On our gateway, there...
Hi,
I'm trying to follow the MCUBoot + SMP SVR example on this page: https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/zephyr/samples/subsys/mgmt/mcumgr/smp_svr...
My application uses NVS to store data and it works just fine - no errors reading or writing , and saved data persists between device power cycles.
My application also has...
Hi,
i have two nRF52833 program for make AOA. One is programe as Tx with "direction_finding_connectionless_tx" and one is program as receiver with "direction_finding_connectionless_rx...
Dear Support Team,
1. How to use Bluetooth Low Energy CGM service on NCS? Are there any examples for us to refer to? For example, nRF5_SDK_17.1.0_ddde560\examples\ble_peripheral...
I turn on the device, the led turns green. And I use usb to connect it with computer then I open the nrf connect for desktop, the bluetooth low energy tool,
10:51:05.822...
Hi,
Our custom board using the nRF52840 with SDK 15.0.0 experiences a higher current draw if it starts up without the USBD module enabled at some time. The first screenshot...
Hi, I work with SES on an nrf52840 on a custom board. Here is my issue :
My board can be wakeup from SYSTEM OFF with 2 interrupts on 2 differents GPIOs : 1 is connected...
hello Nordic
sorry to nag but i am waiting for an answer on the thread below for more then a week now, hope you can attend to it or at list inform that you are working...
Hello Devzone,
Working on my Ubuntu 20.04 LTS host, I recently lost ability to flash my nRF9160dk board. The embedded J-Link is detected by its serial number, but an attempt...
Hi, we are working on an application with 300 nodes. each node do 10sec advertsiment and afterwards 10sec scanning pls check the picture below
1) Beacon2 for example advertisies...
Hi,
I have added an external reset switch on my custom board. Maybe a stupid question, but do I need a pull-up resistor? Because in de schematics of the nrf52840 dk I didn...
Hi,
i want to send and receive data via uart1 (connect to a raspberry and send/receive text).
Is there a simple example that shows how to accomplish this?
Im using SDK...