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,
In my design, there is a tag used by 24l01,It can transmit the temperature value.In the tag, the parameters are like this:
addrofch[0] = 0xe7;
addrofch[1] =...
We've been working on a product that utilizes a NRF51822 chip as well as WS2812B NeoPixels. Since there have been numerous posts about it here we've decided to release our...
Due to limited resources we are looking for someone who can help us with making a custom profile.
You are preferably in the Stockholm area and have done this before.
The...
Just putting this here in case anyone else comes across this issue, esb_arm.lib and gzll_arm.lib don't appear to implement the work-around in PAN 18(in the version I tested...
Hello, Guys.
I had problem that if I config nRF9160 through UART0 (default) it works and I receive IP address and can make MQTT connections.
But when I use UART2 (external...
Background:
I seek to interact (human and/or additional MCU) with both UART peripherals (uart0 & uart1) in the easiest manner possible - issue commands, pass traffic, etc...
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...