Hi, I have a project which uses Matter over WiFi and at the same time running a HTTP client. I want to retrieve and use the WiFi credentials from the Matter over WiFi provisioning...
Hello everyone,
I’m currently developing firmware on our custom board based on the nRF52840, using nRF Connect SDK v3.0.0 and Visual Studio Code.
The board is designed...
Hi,
We are testing connection resilience on our nRF9151 product. Generally, LTE-M connectivity (Germany, on Telefonica and/or Telekom) works fine.
However, under certain...
I am experiencing an issue with my nRF915DK board. When I connect the board to my PC via USB, the debugger LED blinks continuously.
I have the same issue with a nrf52840DK...
HI, In the Zephyr config, these【NET_IPV6_NBR_CACHE & NET_IPV6_ND】 are recommended to be enabled by default. Why does the Bulb project turn these off, and what impact will...
I tried to build the coprocessor using NCS 2.9.0, but it doesn’t seem to work. Below is my project configuration,are there any additional parameters I need to set?
Hi there,
I want to connect multiple nus devices to S120 central. After connection with device, it starts to scan again after the BLE_GAP_EVT_CONNECTED event. And there...
Hi,
I am using the s110 and SDK 6 and trying to have multiple notifications from different services/caracteristics. For now I have two services, one for the battery and one...
Hello, i have a strange situation here with TWI module and i have no idea what is happening. I have read a lot of posts here on devzone and the code i am using is also found...
Hi,
I am using nRF51822 spi as a master to communicate with the AFE. Four bytes need to transfer each read or write process. I use nRF51_SDK_10.0.0_dc26b5e.
Configuration...
hi
I am trying to gather information on what is needed to create a mesh network using BLE.
I am more familiar with Zigbee/Thread, but I am asked to implement something...
I downloaded S212 for nRF52 from thisisant.com and programmed the softdevice to nRF52832DK(PCA10040) via nRFgo Studio. Then I copied the 'include' folder of unzipped softdevice...
I have been trying nrf-sniffer with no success. Setup is:
Win7 64,
Sniffer Win 1.0.1,
Wireshark 1.10.14 (both win32 and 64 tried),
PCA10000 and PCA10001
The sniffer...
I generally upload codes from mbed.org to my PC then send the hex file to nRF51822 by nRF51-DK's pins. But I don't want to use cables to upload hex codes to nRF51822. Are...
Hi community,
When I want to use the example multilink peripheral inside the s120 directory example of the SDK 6.1.0, I'm not able to compile the code.
The device_manager_peripheral...
So, I want to make an application where my NRF52 advertises an URL via the Eddystone beacon.
The URL will link to an webpage, that will connect to my device through the physical...
As here said link1 If we want to use flash in the mesh we should ignore APP_ERROR_CHECK(NRF_ERROR_INVALID_STATE) in ts_sd_event_handler() ,
2.And here link2 tell us...
How do I set up a variable length characteristic which is greater than 20 bytes and use notifications with this characteristic?
For example I have several variable length...
In an nRF51-based application I'm working on, I am using the SPIS peripheral and a generated clock signal to send a large buffer out over serial using DMA. I want to use the...