Hi, I'm pretty new to microcontroller programming so please correct my wrongs.
I'm using the Libuarte driver library to have the pca10040 talk to my server via serial connection...
Hello,
Fllow the guide of Configuring and performing DFU over Mesh,I can update firmwre successful use DFU:
Source: Example/Dfu
Target: Blinky(about 180 segment)
But...
Hi, I am working on custom board with nrf9160. I want to use LTE LINK MONITOR but my uart don't work. I create simple helloworld application from samples. I change uart0 rx...
I'm trying to add a second element to (light_switch\server) (SDK_for_Mesh_v5.0.0). I've already have a look at this post , it gives an idea but I found that it's not applicable...
Hi,
Again the topic which has already been discussed several times in this forum. I just want to share my experience and perhaps help other users having difficulties.
...
I'm working on setting up a West Workspace to manage projects for two different MCU vendors: Nordic Semiconductor (nRF series) and STMicroelectronics (STM32 series), since...
Hallo,
I have been having a problem with implementing just works (level 2). When I have the following advertisement parameters connecting and pairing works great:
#define...
I use the nRF52840 dongle on Windows to sniff BLE using the Wireshark extcap. I have been using the python extcap, but recently installed the new executable extcap. I noticed...
I am writing to seek your assistance regarding an issue we encountered during the Matter certification testing. Our product failed to pass test case TC-S-2.2 , specifically...
HI
I am using the nRF54L15. Is it possible to integrate BLE Mesh functionality into the periodic_adv_conn example? This would allow the device to both receive data reported...
Could you please let us know in which NCS version Neuton ML is planned to be integrated, and whether there is a specific timeline? We are considering incorporating this technology...
Hello
nRF5340 and nRF54Lxx datasheet contains a section where the "AP ID"s of the "Debug access port" are described.
Is there anything similar for the nRF52xxx available...
We are working with Nordic's official Peripheral_esl and Central_esl samples from nrf-esl-bluetooth, using nRF Connect SDF v3.0.2 and Toolchain 3.0.2. Our setup is aimed at...
Hello,
I would like to ask and explain what the options are for uploading production firmware to Nordic chips, specifically nRF5340+nRF7002. So far, I have been using VS...
Hi,
I have a BLE Mesh network managed by an nRF52840 device (let's call it the central device). I can add and remove other nRF52840 nodes to and from the network (kind of...
Hi,
I’d like to implement firmware updates where a central device (SMP Client) updates a peripheral (SMP Server) over Bluetooth.
I came across this repository: github...
I’m currently exploring peripheral support on the nRF54L15 and nRF54LM20A series controllers. I need to turn an LED on and off using the PWM component. The LED is connected...
We are developing a device based on the nRF5340 with an nPM1300 PMIC. The device has three power modes :
Active mode: most peripherals are enabled, and BLE communication...
I want to send Advertising packet with non-connectable and non-scannable via 2.4G without using the Bluetooth protocol stack. I try Congfig Nrf52832 's RADIO ,but it didn...
Hello
I am looking to use [as much as possible of] the full-speed USB bandwidth of 12 Mbps (or 1.5 MBps).
I have been able to use the USB MSC for my initial testing (with...