Good morning,
I am trying to figure out how to write unit-tests using NRF Connect and Zephyr on Windows. Therefore I am trying to use unity as described here:
http:...
I have developed a custom board using nrf52840 IC and I need to use UART. For this I have two pins available P0.19 and P0.20 to be configured as RX and TX. I checked those...
I am using a BC840 on custom PCB for a low power data logging application and am struggling to get lower than 270uA sleep current. This part has the 32mHz external crystal...
Hi,
The python nrfutil package doesn't seem to be actively maintained.
Latest updates don't support python version > 3.9 which are now default versions for latest Linux...
Hi
We are migrating from Segger Embedded Studio (SES) to VS Code for developing in the nordic connect SDK. We are using the RTT logger for debugging our device. In SES you...
Hi,
I downloaded the project for PCA10040 with HID Mouse in ...\examples\ble_peripheral\ble_app_hids_mouse\pca10040\s132\arm5_no_packs . From Iphone and computer, I could...
Hello,
in my project i want to use watch dog timer in ble_app_uart_pca10040_s132 but am getting error as shown in image1, even after including driver files and paths
...
hello,
I'm trying to use RSSI Viewer for my custom board - problem is I need to change UART pin.
How do I make my own FW/binary for RSSI viewer?
My custom board uses...
Hello,
I'm very unexperienced with low-level programming, so I apologize is some of my questions make little sense.
We have this board that sends telemetry data using...
Dear Support,
I updated the nRF Connect for Desktop's Programmer to v3.0.0 and noticed that it is no longer possible to write a file to a nRF9160 using a Segger jLink without...
I am currently programming an evaluation board to get to know BLE better. Currently I am using the nrf52811 on a custom board.
So far I used an example from nordic to create...
Probably there is already some solution here in the forum, but I couldnt find a fitting one.
My problem: I have custom code on my nRF52840 DK, which is used as an aggregator...