Hi,
We are using the nrfconnect for thread and zigbee 3.2.
We have modelled our Bluetooth peripheral, running on the nrf52840, on the BLE UART example. It connects fine...
I have installed nrf-command-line-tools_10.24.2_amd64 and jLink_Linux_V794e_x86_64 on Ubuntu 22.04. I have also installed nrfconnect-5.0.2-x86_64 for desktop and the Toolchain...
Hello,
We have an NCS v2.2.0 nRF5340 application with MCUboot that requires GPIO control of a few pins extremely early in the startup process. We have a signal "A" pulled...
Sorry if this is too off topic, I actually don't have any problem with my nrf52840 dongle, but the App I'm communicating with. But maybe someone of you has run into the same...
I am trying to write tests for my code using CppUtest. I know the platform has memory leaks detection support. it seems that everyting is set up correctly to see the results...
Hello,
I am starting with the nRF Connect. I got a nRF52840 DK and I am following the 'nRF Connect for VS Code' YT series.
I got as far as part 5 (debugging), but I cannot...
Hi all,
SDK: NRF Connect v2.5.0 We've made a custom PCB with the NRF9160, and we have made a custom board configuration for it.
Our issue seems to appear when trying to...
Hello,
I have a mosquitto broker running on my pc. I want to connect and published to this broker through nrf9160.
The issue that I am facing is that prj.conf file only...
I want to use RTT log to output some data, but the data is output. 6 bytes in a line, but the first byte is an independent line, and the next 6 bytes are a line, staggered...
I would like to enable and configure the high power mode on the DC to DC converter in the nRF52840.
I am looking for the device tree source entries and the necessary entries...
Board: nrf7002 Project: matter_light_blub OS: Kubuntu 22 Toolchains: v2.6.1 SDK: v2.6.1
I am developing with the nrf7002, and my current setup involves using a Samsung A54...
Hello,
Is there examples of paring,bonding and whitelisting?
The pairing and bonding mode is static password.
It is best to have examples of the central and the peripheral...
Hi Nodic support team.
I am using esb_ptx and esb_prx for testing interface.
Can i change nrf_esb_payload_t.data in receiver of esb_prx?
It is always 8 bytes even though...
Hello everyone,
I followed the guide from this site to connect an Adafruit PN532 to an NRF52840
and tried running the adafruit_tag_reader example from the SDK.
However...
I implemented firmware update over LTE Cat-M and Ethernet last year by modifying the `fota_download` and the `download_client` examples into my own slightly modified version...
Hi,
I am using nRF52833-DK connected to my PC with usb cable for programming and debugging using the on board jtag.
In the beginning all worked ok, suddenly the jtag stopped...
Hi,
I have a custom board with nRF52833 and sky85303-21 FEM. To control the FEM, I have added the following code to my app.overlay file and enabled simple GPIO configs....
Hi everyone,
I'm encountering difficulties running my application on a custom nRF52840 board with a 48-pin package using Zephyr NCS version 2. 4. 4 in VS Code.
The problem...