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...
What is the correct way to connect an nPM1304EK (or other nPM product) to an nRF7002DK? Is it possible to do this and power the nRF7002DK via the PMIC but have the USB connected...
When trying to figure out why we couldn't flash the network core on the nRF5340 with pyOCD, we noticed that the Debug Base Address of the AHB_AP returns 0xe00fe002 for the...
I am trying to migrate my project (for a custom nrf5340/nrf7002 board) from NCS2.9.0 to NCS 3.1.1, to hopefully get the wifi WPA Enterprise functionality to work.
This is...
I can connect to targets using the JLink WiFi probe and JLink Commander (JLinkExe), but when running `nrfutil device list`, they don't show up there. Can you please patch...
Hallo together,
I noticed today that the example circuit diagrams for the nRF9160 seem to have been using a completely incorrect tolerance value for the supply capacitors...
Hello.
I am currently testing nRF Cloud and encountering an issue. I encountered a build error when merging the Peripheral Memfault Diagnostic Service (MDS) sample program...
Device: nRF5340
SDK: nRF Connect SDK v2.2.0
IDE: nRF Connect for VS Code v2023.6.345, Running on Windows 10
------------
We are working on a new project for the nRF5340...
System Calls link is: https://docs.nordicsemi.com/bundle/ncs-3.0.0-preview2/page/zephyr/kernel/usermode/syscalls.html --> not found
the "3.0.0-preview2" is likey the cuprit...
Hi, building itself works as the code is correct, but it won't fit onto nrf52810. In the example is no exclusion for this Product/nRF52DK.
Building & Linking for an nRF52832...
Hello,
I am experiencing a critical failure while trying to program my nRF5340 DK using the nRF Connect for Desktop Quick Start app (v1.6.0). The process fails at the "Program...
I am having a recurring problem with NFC-CONNECT: build action. It hangs when building. Gets stuck with the following message in lower-right hand corner of screen:
The...
I have successfully installed west and zephyr, and I have successfully build a simple tflite-micro hello_world example, but it just generates the zephyr.hex file. SInce i...
I am using a dynamic BAS service. I have noticed that after a few bt_gatt_service_unregister() and bt_gatt_service_register() calls, the following error occurs: bt_gatt: Unable...
Hi, trying to directly build the solution for the exercise i get this error at the end.
The whole log-output:
Building l5_e1_sol west build --build-dir /mnt/df01dc22-f3bf...
Hi! I am trying to get the samples "Bluetooth: Direction finding connectionless locator" and "Bluetooth: Direction finding connectionless beacon" to work on nRF54L15dk. I...