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...
Dears,
I am working with nrf52 SOCs using nrf connect sdk.
I want to try the SMP Server Sample for OTA firmware update.
There is a tool called mcumgr-cli that cannot...
How are private keys stored on the nrf9160 modem? I've read in other forum posts and observed that the private key cannot be read out once set in the modem. Where could I...
According to this discussion, all the 4 UARTs are functional in nRF5340. I intend to use multiple UART ports, and I modified this exercise solution to do so. I was able to...
Hi new to this, so excuse the elementary question
Can I put custom software on a XM122 using the XB122 dev kit? This is the only hardware I have, is nRFUtil my only option...
nRF52840 does not mention medical as one of the application areas. Is there any specific reason for this? Any hardware or software requirements not met in order to use it...
Hi, I tested Central HIDS example in nRF Connect SDK 2.1.0 with NRF52840DK. The example works with my BLE keyboard, but does not work with my BLE mice. The followings are...
I am unable to use UART 1 with a very simple use case.
All I need to do is enable an interrupt callback when there is data to receive from the UART. I know that UART0 is...
Hi
I am facing range issue in transmitting and receiving data over ZigBee in nrf53833, how can i improve the range maximum i am able to recieve signal from around 35 feet...
Hi All!
I am using Zephyr RTOS NCS v2.0.2.I used uart_central and uart_peripheral apps. But it Can only connect one peripheral with central at a time. Is it possible to...
Dear Nordic,
I am currently working on a USB project were I am interested in building a USB audio device with two-way volume control, i.e. such that both host and the device...
Hi
I am trying to connect my own mosquito MQTT broker. I created certificates and I uploaded all certs through the LTE Link Monitor. I defined
CONFIG_AWS_IOT_BROKER_HOST_NAME...
Hi,
I have been working on a setup where I connect a sensor (TI ADS1299) to the nRF5340-DK 2.0.0 using an SPI connection and transmit the recorded data using BLE. I have...
Hi team,
I am using NRF52833 DK with PCA10100 on it and s140 soft device version..
While writing data into the flash, it is not updating.
Here I am attaching my fds...
My device and Software details are as below
nRF52840 DK
nRF connect SDK 2.0.2
Want to verify USB device role for nRF52840 DK.
Found the below example and its documentation...