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...
I just bought a PPK2 , and try to connect it with the PC software, but it seems cannot connect with the power profiler software. The green led blink slowly .
The software...
Hello Nordic Team I Have tried different usb cables ,and different PC .
all cannot connect to the software .
can you help me to check what has happened .
open log...
I am on the learning curve of nRF9151 and LTE/GNSS.
Trying to build and run the sample app under nrf/samples/nrf9160/location
The errors Im getting are
[00:11:23.476...
Hi, I have upgraded my custom nRF52840 devices from SDK 2.4.1 to SDK 3.0.2. For few days, these devices did connect to existing OpenThread network. But now, all SDK3.0.2 devices...
I used the Bluetooth mesh distributor example from ncs2.9.1, and the Bluetooth mesh dfu can proceed normally. However, when I tried to pause and resume the dfu process, I...
Dear Nordic Support Team,
nPM2100, SHPHLD pin: we would like to connect a pushbutton to GND to wake the PMIC from ship mode. Additionally, we would like to read the pushbutton...
Hello, I am currently designing a custom board using the nRF9151 and I have a question regarding the SWD interface. My understanding is that the nRF9151 contains two main...
I've just spent about 4 hours trying to figure out why a particular build was failing (on nrf9151dk).
Examing the cryptic errors finally revealed that the TFM partition...
We're using the nPM1300 in our designs and we noticed that the charge portion does not appear to keep a battery charged when USB is connected for extended periods.
Our arrangement...
So far we have been using nRF5 SDK v17.1, but we ended up using nRF connect SDK v1.9.1.
However, this compiles too slowly.
I modified main.c and it seems to compile everything...
Hi,
I’m using NCS v3.1.0 and noticed that my application does not run unless I enable:
CONFIG_CLOCK_CONTROL_NRF_K32SRC_RC=y
Without this configuration, the system fails...