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 am following the tutorial on Nordic Dev Academy I have a nrf7002dk board and I flashed the code present here . The problem is even if I configure only one channel and I...
Hi Nordic,
I am currently working with the nRF52833 development board and facing an issue related to the APPROTECT feature. Each time I connect the board, the access protection...
HI ALL,
v2.8.0, nrf54l15, using the "periphral_uart" demo without any modifications
I downloaded nrf52840 using v2.8.0 and it runs normally, but nrf54l15 has issues. ...
Hi there, I am trying to implement a UART handler on my nRF9151 that can Tx GNSS updates to my nRF52833. I am adapting this into the cellular/gnss sample, which is working...
Hi
Are there any examples of a custom board for nRF54L15?
I have a project built/running on the nRF54L15 DK.
I now want to create a custom board for the nRF54L15.
...
Hello, I am using the nRF52832DK with the peripheral_nfc_pairing example. With nRF Connect Mobile the NFC OOB pairing works fine, but when I try the same with my own Kotlin...
Hi
I've recently tried to move from SDK version 2.6.3 to 2.9.1. However i've run into issues with this transistion.
I made a new custom board, by following the guide...
Board: nRF5340-DK SDK: nrf ncs v3.0.2 Hi, On the project I am working on there is a tight timing constraint for DMA timeout (30-40us). Also there was a need for specific baudrate...
The current default and only recommended way to use MCUboot is to make the private key available as part of the build process.
There have been several questions about this...
Hi
we are using nrfx drivers for nRF5340 with gcc-arm-none-eabi and they work great. Now we are planning to move to another compiler and I have a couple of questions:
...
Hi, This is my basic information:
CHIP: NRF52840DK
SDK: NCS2.9.0
Project: Matter Bulb
This is my question:
I want to commission bulb into 2 fabrics, but when I...
VS Code is not loading for me today:
I followed this thread but it seems like permissions are fine...I think. Here are the errors in the log:
Activating extension...
Hi all,
I have an issue with achieving bigger sizes of ext adv data as 31 bytes.
My current BLE code is pretty much the same as the nrf_dm sample code:
https://github...
I have a custom board, with nrf5340, nrf7002 on it.
I would like to get the uA levels of power consumption I see other nrf5340 projects talk about (eg here ) when my application...