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...
Hi all,
I’m planning to add crypto support to my nRF52811 application. My main requirement is encrypting and decrypting a string , but I’m hitting flash size constraints...
Hi,
I am using the nrf52840DK development board and running the SDK of version ncs/v2.6.0. When I flash the samples/esb/esb_ptx and samples/esb/esb_prx projects onto the...
Hello,
I recently tried some examples with nRF53 + nRF7002 (e.g. ble_coex example).
However, I am developing with nRF54 and I would like to understand if the combo nRF54...
Hello,
I am new to embedded programming and I'm trying to create a small application that uses BT advertisements. I've tested my code on an NRF52840 dongle, and a board...
Hello,
we made a circuit board with nrf5340. We only burned the blinky program once for testing and it was successful. However, when we tried to burn the program again,...
Hello everyone,
During the design of my core board, I encountered an issue where after flashing a demo program, the core board cannot be programmed again. The demo program...
I want to pair my Oticon hearing aid with a Bluetooth LE audio/Auracast transceiver for streaming from laptop or mobile or TV to my hearing aid. It is a personal use case...
Hi there
I'm trying to make the SPI work on nRF53 (My board is nRF7002 DK) refer the tutorial academy.nordicsemi.com/.../ but I had the issue about frequency of spi peripheral...
I recently purchased the Maker Diary nRF9151 Connect Kit (LTE-M/NB-IoT, nRF9151 SiP) and I am using the iBasis SIM that came with the Nordic Thingy:91. The device is unable...
I've just come back to software development on Nordic after focusing on other projects, and since I last did any software development work, nRF Connect has been integrated...
Hi,
On the nRF54L15DK board, I flashed an application and then performed a full erase. However, after erasing, I noticed that approximately 2000 bytes of memory were still...
Hi
In nRF Connect, in VSCode, I have several SDKs and Toolchains installed.
For some reason, I cannot select toolchain 2.9.1, or toolchain 3.0.1.
For example, in VSCode...
I have inherited a NRF52832 design, it uses Zephyr and I am using the NRF52 DK to debug the design using the SWDIO and SWDCLK. The board flashes correctly and I can single...