hello
i am using the Nrf52dk with Visualgdb.
i try to run the example project (tcp/IP -> client).
i am using the Nrf5 IoT sdk v0.9
Project complied successfully but i...
I'm using an nRF52 (SDK11.0.0, s132) and am able to generate a hex and axf via Keil/uVision. It uploads and works just fine using a Segger J-Link. I want to try some lower...
Hi, I'm a newbie to Nordic and need to use multiple nRF24LE1s to get ADC values and transmit them to a single nRF24L01 connected to an Arduino. I need sample Keil compiler...
HI:
i hava a sender and it send a frame every 15ms ,not use any protocol,and reciver code like as follow:
while (1) {
Rf_StartRx(ReciverSC.RfBufPointer...
Hi to everyone,
i have an mb39c811-evsk-02 and over it there is a tmp102 temperature sensor and an nrf51822.
I want to read the values of the sensor over a beacon app. ...
Hi,I'm glad you can see my post.
Now, I am in a program to read and write FLASH such as the screenshot in the attachment.
Then I update with DFU service for the equipment...
In NCS v2.9.0 I want to use BLE security (BT_SMP, BT_SECURITY_L4) simultaneously for a peripheral and a central connection. I have tested both separately and they work individually...
It seems I cannot post a full explanation of context so here is the short version. Ill add detail after.
Devices in field all suddenly unable to connect to GCP host.
Problem...
hi,
I need to develop some custom features for MCUBoot, so I transplanted the entire bootloader folder from NCS into my project. In the project's root directory, I added...
I am try to make Bluetooth LE with Nordic UART Service bondable in to pair with central, not requiring to enter pairing code again and again.
I have set followings in prj...
I have added shell console and its support into my nrf54l15 device and it worked well like below.
But now I want to use a python script to run this "bt" shell command...
Hi
I want to use BLE to send out realtime videos, and I found there is a nrf70-wifi-ble-image-transfer-demo given by nordic. Could you show me what is the BLE Camear App...
trying to build matter sample example light_bulb but getting error :
nRF connect sdk v2.9.0 & tool chain v2.9.0 using
board nrf21540dk/nrf52840
following are the...
I'm using the ESB API and I've noticed some peculiar operation when debugging with nRF Connect. I have made the following observations:
1) Giving a semaphore in the ESB...
I'm using the Async UART API and the Enhanced ShockBurst API and my code seems unstable. The RF Connect Debugger frequently crashes.
The ShockBurst User Guide specifies...
Each time I attempt to use a Zephyr API on my NORDIC device, I face the mystery of what CONFIG setting are required to go with it. For example:
To make the Async UART API...
NCS 2.7.0 with Toolchain 2.7.0
I'm working on an out of tree application derived from the example application project.
I'm using sysbuild with MCUBOOT.
The processor...
Hello, we are using the NRF52810-QCAA in LDO configuration. On reference design, there is an NC decoupling capacitor on DEC2 pin.
Is it possible to completely remove it...
Hi,
Not sure if it's a zephyr issue or a LVGL issue, so I hope I'm at the right place.
I use an 1.54 eink display with the SSD1681 driver, and LVGL. Everything goes well...
Hi Nordic,
Board:nRF54L15 DK
Code Base:peripheral_uart
Issue: Added Zephyr NVS Flash support but encountered error -22 from nvs_mount(&fs). Additionally, data cannot...