Hi,
I have a code programming the nRF51422 development board to write to a Sharp Memory 96x96 pixel LCD screen using SPI.
Currently the code writes two numbers and a...
I've modified the ble_app_uart example by adding GPIOTE so that the transmitter sends a character to the receiver when a GPIO pin is toggled. This part is working well.
...
Hi,
I am working on my hardware product having nRF-51422 chipset. I just came to know from forum post that
nRF-52 chips will get arduino IDE support as standalone. I want...
Hi!
I've been using PCA10028 for a long time and I had some bricking issues but I've managed to un-brick it with "nrfjprog --recover" and everything would work again. ...
I want to build nrftoolbox app in android studio. I downloaded the zip file from the github website and also the required dfu library. I unzipped both the files in a folder...
Hello,
I have a device based on nRF51822 revision 2 and SoftDevice S110 v7.1.0. Because it is revision 2 it is affected by PAN44 and PAN45, and by default the SoftDevice...
Hi,
I have autoprovisioned and autoconfigured my nrf52840 board (provisioning and configuring are made inside the software and not through external app/provisioner).
In...
Please refer to the link below. How can I configure the Commission Flow according to the requirements?
www.matteralpha.com/.../how-does-matter-qr-code-work
Hello Nordic
Using the old SDK, i was able to do FOTA wiht 10kb/s.
After doing all kinds of tweaks, I am only able to obtain 5kb/s with the new connect SDK.
Can i...
Hello!
I don't know if there is a way to configure a nrf52832-QFAA's clock source on my custom board software-wise.
Just a disclaimer but please correct me if I'm wrong...
Hello, I would like to appply change in asset tracker template FROM nrf_cloud to Firebase Realtime Database.
https://github.com/nrfconnect/Asset-Tracker-Template/blob/main...
Hi,
Our project requires an unusual combination of running BLE, Gazell, and raw radio packets for time sync simultaneously.
Time sync and BLE are infrequent activities...
HI
I have been using the DFU APP to create a zip file and update it.
However, this time, when I created a zip file to update and tried to use the zip file in the DFU...
I use nRF5340 audio DK,iso_time_sync example, can successfully send BIS data, then I use DK as controller, bumble( google.github.io/.../index.html) as host and it fails to...
Hello DevZone,
For some reason, some customers didn't want to add an external flash on their module. So I advice them to use MCUBoot SerialRecovry single bank DFU.
I modified...
I used Nordic52480 DK(bulb) as DUT to run Matter Certification case TC-DGGEN-2.1 .
Steps:
1. setup OTBR on Pi4:./certification-tool/backend/test_collections/matter/scripts...
I'm trying to implement DFU over USB through Serial Recovery, for a custom board using a nRF52840, following the nRF Connect SDK Intermediate Lesson 9: Exercise 4 – DFU over...
Hello,
I'd like to ask if or how is possible to set Thingy:91X as a Wi-Fi STA or AP? I found some examples for Wi-Fi but Thingy:91X wasn't in device list to choose. Could...
Hi,
I am currently working on a two way communication between an nrf52840 thread host and an nrf52840 thread client over coap. I have nrf connect sdk version 2.9.0 in both...
I'm having trouble porting my project from the older SDK (2.6.0) to the new SDK.
I thought the most straightforward way to do that would be to start with a sample project...