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 have shell working with the following configuration
CONFIG_SHELL =y
CONFIG_SHELL_BACKENDS =y
CONFIG_SHELL_BACKEND_SERIAL =y #also selects serial
CONFIG_SHELL_CMDS...
Check the below C++ code:
in file S.h, we define class S
in file S.cpp, we implement S constructor and function init()
in file test.cpp we first declare a global...
Hello there,
I am looking for a way to connect to the Eclipse Leshan Server without DTLS using the LwM2M Client sample. However, this does not seem to be so easy.
The...
I try to run nrf sniffer with Wireshark.
I flashed sniffer_nrf52840dongle_nrf52840_4.1.0.hex
I download and run nrf_sniffer_ble.py.
I got this error and I cannot find...
Hi all,
For a project I need to use a private library which uses the app_scheduler to queue events triggered from a second MCU. I am using FreeRTOS on the nRF and I am unsure...
Dear Support,
as suggested I create specific question based on this thread:
Could you please confirm that the QSPI peripheral makes polling of QSPI flash Status Register...
I was trying to implement the nRF5_SDK_17.1.0_ddde560 proximity example into the template.
After getting all the functions working and the application compiling, the board...
For some reason the microprocessor will not wake when P0.07 is pulled low. I have an external 10kOhm pullup so there is no need to configure the internal pullup. If I change...
Hi! I've been struggling with a bug on a nrf51822 product I'm working on. It features some I2C devices, a screen and a couple of sensors. The mcu gets a watchdog reset due...
In my application (built with NCS v1.7.0) I use a nonblocking TCP socket for communication. The main modem thread handles sending data and a separate thread handles receiving...
Hi,
I have a particular use case and have been thinking different ways to implement it.
Let's say there are different beacon sensors (static/moving) installed in a big...
Hi,
Based on Matter samples provided, OnOff cluster is working great (using nRF5340).
We shall implement a more complex (and custom) cluster with 30 or 40 items and send...
so this is something weird I encountered.
Every time I use an eraseall statement and download my firmware, the chip doesnt start up immediately unless I reset it 4 times...
Hi,
I am completly new in nrf-connect sdk and zephyr environment.
i don't understand how to configure the Eddystone TLM format for the nrf5340dk. I tried wiith the eddystone...