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...
I use custom board nrf5283 ..
Getting the following error while trying to flash
ERROR: JLinkARM DLL reported an error. Try again. If error condition ERROR: persists, run...
SDK: 4.1.0
CHIP: 52840
old question
my sleepy zed lost connection to the coordinator after refreshing key of the coordinator.
1) how can I manipulate refresh...
Hi All,
Is there any proper method for updating the firmware via serial port of nRF52840. The same process as arduino or esp32. Can we invoke the updation process with a...
Hi Nordic Team,
Summary: Please guide to open and build simple example nRF5340 project using Segger IDE on Windows 10
Details:
We tried to have Segger IDE setup for...
I am trying to compile a sample application for the Board nRF5240 . While i install the nRF Connect SDK for ncs v1.5.0 through Toolchain Manager 0.9.1 , I get the error as...
HI,
Is it in anyway possible to change the maximum gazelle payload size to 64byte instead of 32byte, I need more data when I send data return to the device.
Hi.
I am working on the MSC, and starting with the usbd_msc demo. The windows explorer will show a disk named "USB Drive" if connect to the PC.
I would like to change...
Hi,
I am using SPIM in nrf5340 to read datas from 2 sensors. The sample rate is 400Hz, and I have to send and receive 8 bytes to each sensor every 2.5ms.
So I set up one...
Hello,
I want to judge the end of a file. In the past, I can directly call the feof() function when writing in C. Now I call the api in "fs.c & fs.h" in the example of zephyr...
Hi,
On a nRF52840 based coordinator, I want to support Zigbee 3.0 install codes and legacy devices with HA predefined link key at the same time.
1. Is that possible by...
I am working on a device driver for the W25Q128JV flash device. This is the first SPI device I've used with the nRF52840. I had some observations and questions about SPI programming...
Hi - I've bought two nRF5340 DK kits for some development work - and after about a week's effort and searching Nordic Semi documentation, Youtube and the internet in general...
I develop my own device on nRF52840 which will be HID device. And I have made my own HID descriptor of device:
And if I send data with function from example:
...
Hi,
As an alternative to writing a configration software for my device (a native app for windows or maybe android) I,m considering putting physical controls on the device...