Hello,
Connection between linux router and NRf51 devices worked before I've updated kernel version from 4.09 to 4.3.
Now, with the same configuration and hardware, I'm not...
Hello,
Connection between linux router and NRf51 devices worked before I've updated kernel version from 4.09 to 4.3.
Now, with the same configuration and hardware, I'm not...
Hi
Does anyone know a CE—certified module based on the nRF24LU1+? Ideally, it should have an SMA connector, but any kind of antenna would be fine.
There are many modules...
I am running peripheral example radio test example on PCA10001(part of nRF51822 Evaluation Kit). using nordic sdk v7.
I am using mincicom on linux at baudrate of 38400...
Hello!
I am trying to get windows phone work with nrf_uart example on nrf51 dk board (pca10028).
I am using SDK 9.0 with S110 softdevice ver. 8.0.0.
I was using examples...
Hi
I met a problem when I use my new board,I found that the example in the peripheral folder in SDK can run correctlly,but the the example in the ble_peripheral folder...
Hi,
I am trying to use the PORT event to trigger interrupts when a button is toggled, i.e. both on LoToHi and HiToLo.
To my understanding PORT events are generated by...
Hello ,
i am trying to find out advertisement handler while SD advertising in SYSTEM ON mode.
i have added a simple counter to see if it is increasing or not but it is...
Hello fellow developers!
I am currently working on a scale application using the nRF52 DK, and I've run into a roadblock regarding the integration of the HX711 load cell...
Good morning,
I would like to know if I can work with Zephyr with C++ and how to do it.
development software, with versions:
Windows 11
nRF52840-DK PCA10056, 3...
Hello
I'm suing the smp_svr sample from the Zephyr SDK 2..6.1
I want to change the CONFIG_MCUBOOT_IMAGE_VERSION to force the OTA DFU ( over bluetooth ) but when I add...
Hello Nordic Team,
I am writing because I encountered an issue while developing a BLE application on the nRF5340 development board. Currently, I have set up this callback...
With multiple of the provided samples with the SDK, I'm getting a repeated build loop that ultimately fails due to a remaining "dirty build.ninja". This is primarily with...
Hi,
I am working BT840F which has nrf52840, I am using ble_app_uart example to transfer UART data to app. I wanted to know what is the system frequency of the microcontroller...
Hi,
I am using an external flash on the NRF52840DK via SPI and have established working communication with the flash memory. However, I need to disable CONFIG_SPI...
In my project, using nrf52840 controller, I am trying to store 253 bytes of data in NVM, but I encounter an error: "flash_nrf: invalid address: 0x00100ff8:8." Is there any...
Hello DevZone,
I'm porting my project from NCS 2.5.0 to NCS 2.7.0.
I know that there are lots of changes in build system, especially in Zephyr sysbuild. So, I decided...
Hello, I was able to update nRF Connect SDK to v2.7.0 fine using nRF Connect for Desktop. However, the nRF Connect for VS Code extension update v2024.7.13 causes VS Code launch...
Hi,
As described in the subject I'm not able to set "Extra High Drive" for a GPIO. This setting is described in 7.13.5.11 in product specification version 1.3. I'm able...
Setup:
nrf52840DK (Zigbee Cordinator based on Zigbee Coordinator sample)
nrf52840DK (ZR)
NCS v2.4.1
Hi,
I have encountered dangerous problem during development...