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 never manufactured using the nrf9151 before and I was just wondering if there's any recommendations for solder paste type/size?
& stencil opening?
For...
Hello,
I am trying to configure cellular modem application running on nrf54l15dk board and SLM on nrf9151dk board.
I get the 2 boards communicating but communication...
In data sheet of nRF54L15, the numbers in 11.1 current consumption power and 11.13.2, 11.13.3 have some delta. Can you please help to explain the deltas? I was thinking the...
Hi,
I'm building an non-secure application for nrf15l15 SoC using NCS SDK v3.0.2. The available SRAM memory for my application is set to 188K in the base dtsi files ( see...
Hello,
after a longer time, I wanted to use nRF Connect for Desktop again, to figure out what exactly my device under development is advertising. I upgraded to the latest...
tl;dr: The clone would probably work more reliably if the nrf-toolchain-manager added the --depth 1 option, e.g.: git clone --branch v2.6.1 https://github.com/nrfconnect/sdk...
Dear
I'm working on controlling an I2C device.
I want to achieve TX->TX using the nrfx_twim driver. I specified NRFX_TWIM_XFER_TXTX. When I looked at the nrfx_twim source...
Hello,
During design and schematic entry I used the online datasheet to select GPIO capability. I was advised that I should try out the pin planner to confirm that pin choices...
I am using the nrf_fuel_gauge_idle_set function to handle the fuel gauge state when the system enters a low-power mode. When the charger is connected, I exit this state and...
Hello Nordic Support Team, I am experiencing an issue when using MQTT over an NB-IoT connection with the nRF9151 DK, and I would like to ask for clarification and guidance...
Hi,
I am working on a Matter device based on Nordic NCS v2.9.0, using Google Home as the OTA provider.
I have successfully uploaded a new OTA image in Google Console,...
n the nRF52805, if the hardware is configured for DC/DC regulator operation—namely, with the DCC and DEC4 pins connected through the designated inductor and capacitors—does...
I am using a Thingy91x, with some additional sensors attached via qwiic cable.
Initially to test the Thingy91x I inserted the SIM and scanned the QR code on the Thingy91x...
I am developing a proof-of-concept for remote controlled super-low-power devices using PAwR. I started with nRF52840 (for boths, clients and remote) and now migrated my code...