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...
Hello,
I've taken the peripheral_uart sample and ripped all of the uart stuff out so that it currently just connects and logs anything received to the console - the simplest...
i just rebuilt the code in the beacon_advertiser.zip file attach to this issue for the NRF52232....
the code runs as expected, though consumes about 200uA when sleeping...
The link from https://docs.nordicsemi.com/ to the latest nRF SDK documentation is broken.
https://docs.nordicsemi.com/bundle/ncs-latest/page/nrf/index.html is not wor...
I am in the process of migrating to NCS 2.7. My project includes NSIB, MCUBoot, TFM, and the application. Everything works fine with multi-image builds.
However when using...
Hi All,
Working with the Nordic nRF7002-DK I've been going through the nRF Connect SDK Fundamentals course and have been unsuccessful with Lesson 6 - Serial Communication...
Hi,
I'm working on an indoor positioning system using an nRF5340 and a CHW1010-ANT1 antenna array. I'm receiving IQ samples from BLE CTE packets and using them to calculate...
The issue I'm having is signature verification failing when I sign my firmware package and perform a DFU. I've generated signing key pairs with the nrfutil CLI tool, signed...
Hello everyone,
I'm trying to set up the Wifi stack on the nRF7002 and use it with MicroPython, but encountering a lot of difficulty with it. I cropped up a network_wlan...
I have followed the instructions in the DevAcademy Cellular IoT Fundamentals Lesson 3 Exercise 1 exactly, (whilist filling in the gaps from the cloned cell-fund repo) and...
Hi Community,
I designed a similar board asThingy53, espacially the antenna parts are almost the same, except the RF switch, we replace it with another one (BGS12WN6E6327XTSA1...
Hi all,
We've followed the reference EVK designs closely and are now in the Pre-Production phase.
The initial development board was intentionally large to accommodate...
Hello everybody,
I am doing some optimizations on the code due to I am at 94% of used of the ROM (I am using DFU).
When I created the memory report, I realized that there...
I am trying to create a partition on mx25r64 using partition manager on my nrf52840dk. Below is my overlay file
Below is my prj.conf file
Below is my pm_static.yml file...
Hello,
I have a problem with using custom external Flash. QSPI communication.
nrf52840 + NCS2.9.0 , sysbuild.
Flash chip is GD25Q32, datasheet link
An error occurred...
I'm developing my product using NCS. It compiled fine yesterday, but today when I opened VS Code with the nRF Connect extension, it prompted me to install the toolchain. I...