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...
Hi, I am trying to use the DECT NR+ sample from the 2.7.0 nrfconnect sdk but I can't seem to get the following to work in the prj.conf:
the results of my build give...
Is there a way to convert the firmware for the nRF Connect RSSI viewer to work on the nRF21540DK. I imagine it isn't too difficult, since it is essentially the nrf53840 but...
After I updated to v2024.11.22 of the nRF Connect For VS Code I can no longer get the option: "nrf-connect.debugging.flash": false to work. It keeps flashing the device before...
I have customed a board based on nrf54l15.
Then I built the matter light_buld demo with target 'nrf54l15pdk_nrf54l15_cpuapp' and burned the file "merged.hex" into my custom...
Hello,
I'm using "Bluetooth Mesh Light switch" code which i have modified to act as a gateway. Where it periodically collects data from lights. After receiving data from...
Can the VDD PIN of 4L15 be used to detect the ADC voltage? VDD is powered by a dry battery (3.2V~1.8V), LED+ is powered by 3.3V, LED- will be connected to the I/O of the 54L15...
Hi,
I would like to add MCU boot hardware downgrade prevention in my project.
So i had the following config in prj.conf
Then, when i flash my board i get this error...
I am trying to configure himax camera and stream to app but unable to get image, rather when I am using nrf app to see data i am getting data something like this:
'40-13...
I saw a few questions related to this but nothing I found quite answered my question. We are experimenting with the nRF9161 DK, and we need to securely identify which device...
We are considering to implement ”ASCS/BAP/CAP/CSIP/PACS” as the BLE profile.
Do you have any QDID for this profile certified in SDK 2.3.0? If yes, please provide each of...
Hi there, right now I'm working with an application that allows me to collect data via UART from several sensors (two), and I also I have a SIM module that allows me to communicate...
Hi,
I'm trying to build the " tx_rx_non_blocking " sample (ncs2.70, nRF52840dk) but get the following error message -
C:/devtools/nordic/ncs/v2.7.0/modules/hal/nordic...
The CPU runs the main thread every 3 seconds, and for the remaining time, it enters the idle thread. However, after entering the idle thread, it doesn’t save power.
But...
Hi guys,
we are planing to use the nRF52820 as BLE proxy to UART/SPI. It shall receive data from a host controller via UART/SPI and forward it via BLE to a smart phone....