Hello,
I am facing an issue with SPI when the SoftDevice S132 is enabled and i cannot figure out what the problem is.
The following test works perfectly when SoftDevice...
Hello!
So I can connect, disconnect and write to my applications characteristics via a PyQt5 GUI I threw together. On the python backend, I use Bleak to
search for devices...
Hi, I am developing using nrf52832 and st7735s.
Successfully displayed the lcd screen using the code in \examples\peripheral\gfx
However, when screen clear, text_8print...
Dear friend I checked the data sheet of 52820 and I didn't see any LPCOMP peripherals. Check the data sheet of 52832, there are LPCOMP peripherals. Comparing COMP and LPCOMP...
Hi,
I am working on internal flash nRF52832 merged with twi sensor, my sensor function will return a string . How to assign the string to the my_data.p_data . i am getting...
Developing on the nrf51822
Have working code for the nRF52840 Dongle using the pc-ble-driver therefore all Bluetooth work is done using sd_* calls. The PC provides easy...
Description
I’m developing a product designed to recognize people standing in front of gates.
Let’s consider the following scenario:
There are three gates , each...
I am setting up our production facility in India. Brought out our test jig software that flashes the nRF53 modules.
I use nrfutil to program the boards via "nrfutil device...
Hi,
I am using "nrfutil" v8.1.1 and "device" 2.15.2
If I have my Otii ARC plugged into USB, then "nrfutil device list" crashes nrfutil with it complaining about "serialport...
After moving from nrf9160 to nrf9151 on our prototype, our old firmware resets while trying to set up the LTE connection (this still happens when `CONFIG_RESET_ON_FATAL_ERROR...
Hi,
I am following the below link to enable the FOTA over BLE in our custom project. I have tried the "Peripheral lbs" example and it is working.
https://academy.nordicsemi...
I have programmed an nRF5340 DK with the Auracast Broadcast Audio Source application. I have a pair of Samsung Galaxy Buds3 Pro paired with a Samsung Galaxy Tab S11 running...
Hello,
I am creating my own board with a nRF5340. I see a development board with a PCB antenna. I do not have the thousands of dollars for the simulation software. What...
C:\nRF5_SDK_17.1.0_ddde560\nRF5_SDK_17.1.0_ddde560\examples\peripheral\spis\pca10056\blank\ses project is giving me the errors listed bellow when trying to run the example...
Dear Team,
I have nRF54L15-DK and my firmware is running fine over there.
Now I want to use nRF54L15-DK to program & debug standalone NRF54L15 on a my custom board....
Our existing product (already in the market) at Element Science in San Francisco, CA, USA uses an nRF52832 (BMD-350 module by u-blox) and nRF5 SDK 15.3 as base for the firmware...
Hello, I have two nrf52840-dongles which I am using to test ESB. (NCS 3.1.1)
With a few modifications to the ESB prx and ptx samples:
Remove logs except for PTX ESB_EVENT_RX_RECEIVED...
I upgraded my sdk from 2.6.1 to 3.1.1 and after resolving a few issues everything was working just as it was before the upgrade except for MCUmgr. When I run the MCUmgr client...
Hi,
I recently migrated a project from NCS v2.x to NCS v3.x and noticed that the method I previously used to generate a device-unique identifier no longer works the same...
I've seen similar threads but haven't yet found an answer that works for me. I don't know much about encryption but I've been tasked with adding 256-bit AES GCM to our project...