I have a PCB with an nRf51822 @1.8V, using the SDK 10 (no chance to change it).
The PCB itself with everything but the nRF (we did not iron it on purpose to measure consumption...
I have downloaded the motion_driver_6.12 for Nordic Thingy 52 as given in the readme.txt file. And I am using Segger Embedded Studio to build and debug the code. But the IDE...
Hi,
I'm working on a project originally based on the light switch example of SDK 1.0.0 and then upgraded to Mesh_SDK 2.0.1 and nRF5_SDK_15.0.0
I use the code shown in...
I am looking for a freelance / contract developer to help us get nRF53840 working as a BLE controller under linux. ie: basic BT linux adapter. Integrated with BlueZ and similar...
Dear all,
I use FDS module to store some data in flash of nRF52832. I modified the example "ble_app_uart" based nRF5_SDK_15.2.0_9412b96 to test the fds functions feature...
Hello,
I am using nrf51422 with stm32L0. There is a uart connection between nrf51422 and stm32l0. I want to transfer data from stm32l0 to nrf51422 through usart and push...
Hi,
I’m really new to zephyr and nrf SDK (I currently use nrf connect on vscode) and I have a project which consist in remotely controling the brightness of the 4 LEDs built...
Hi,
I have program two nRF52833, one as transmitter and one as receiver (with zephyr project called "direction_finding_connectionless_tx" and "direction_finding_connectionless_tx...
Hey guys,
I am using mesh->provisioner_nrf52840 example flashed in one board, and mesh-> light_switch_server example flashed in another board
I could able to read the...
Hi, I am noticing a potential underlying issue with Nordic's LC server example containing the scene and scene setup server.
Environment:
1. Segger Embedded Studio V5...
Hi,
I have installed nrfutil on my Windows 10 computer and get the following error when running it:
C:\Users\00315055>nrfutil --help Traceback (most recent call last)...
I have been working with the matter sample project in the nrfconnect sdk and set up my Matter dev environment with a raspberry pi as border router.
When using the android...
Hello All,
I am first time implementing the DFU using BLE feature on nRF52 DK.
Wanted to know how to generate the zip file (with .dat , .bin , .json combined) using nrfutil...
Hello,
I have a question about “Peer Manager” BLE library.
Based on documentation & usage example ( https://infocenter.nordicsemi.com/topic/sdk_nrf5_v17.1.0/lib_pm_usage...
Hi,
In previous project, we enable RETARGET flag and include app_uart.h. After uart init we can use printf function to print some debug message very well.
Now, we have...
Hello,
we are currently planning to outfit yet another product with our firmware to make it connectable with our BlueRange mesh ecosystem. Now, I wanted to ask if someone...
Hello, guys.
We are using nRF51822 SoC together with nRF5 v12.3.0 SDK.
According to the nRF51822 memory layout , we have 127KB of space reserved for the Application code...
Hello all,
I followed the Getting Started Assistant for Linux (I'm on Pop OS 22.04 based on Ubuntu). Building with VS-Code and Segger is working.
I want to use Clion...
NCS main
Serial LTE modem does not compile with CONFIG_SLM_START_SLEEP=y in prj.conf
There is missing #include <hal/nrf_reset.h> in main.c but even after including it...
Hello all, I tried installing Segger mebedded studio on a new PC and followed the install steps from the getting started guide. Everything seems to be installed correctly...