I am very familiar with the arduino side but the BLE is brand new to me. I was wondering if I can use P0.00 and P0.01 to talk to the arduino and if its possible how exactly...
Debug Logger without softdevice, and the define ENABLE_DEBUG_LOG_SUPPORT to my project in the C/C++ tab.
i just test, very simple , but cannot get debug log..
int main...
I am trying to use the scheduler, but I would like to know if it is possible to have events with different priorities... As an example:
Task A - Priority LOW
Task B -...
FIXED (see below)
Hi!
I'm developing software for nRF52 on nRF52 preview DK, which I got on the Global Tech Tour.
LED blinking (blinky) example is running OK, so I moved...
Hello everyone,
I am using the great platformio toolchain that supports the mbed framework so far. I am still a newbie to it however.
I want to be able to use both the...
Hello!
I have a device with nRF51288. And I need to fill technical specification with the following parametres: operation freq., channel bandwidth, modulation, number of...
Hello,
We are certifying our custom board which includes the nRF7002. Part of the spec EN 301 893 procedure for adaptivity (5.4.9.2.2.2) requires a multi-channel validation...
Hi,
I am trying to develop a small Zigbee device that has two endpoints, each with a Temperature Measurement Cluster. My starting point was https://docs.nordicsemi.com/bundle...
I am currently migrating from ncs 2.5.0 to 2.7.0 and am trying to move to using sysbuild instead of child / parent image. I have an out of tree flash driver that currently...
I'm a software guy with a bit of embedded dev experience and trying to get the LED_strip sample to work in v2.8. I got the code working in 2.61, and discovered that a 2.8...
I can only find the 1.3.0 nRF52 DK Hardware User Guide version / revision on your site.
I need the nRF52 DK Hardware User Guide version / revision 1.2.4 for my SDK - it...
Hi, I am looking into printing the RSSI values for both the boards in a walkie-talkie configuration example for the LE Audio dk. I tried reading other discussion about printing...
I have a project using nRF Connect SDK v1.9.1 and recently started having the issue that when I build it in VS Code with the plugin it always asks me to do a Pristine Build...
Looking for suggestions for power management on a product
We have a wearable that needs to periodically sync data to the cloud through a gateway. Currently the wearable...
I am working on creating a Bluetooth Mesh network using the BGM220P as a sensor node. My goal is to send sensor data (e.g., temperature) from the BGM220P and have it received...
Hi
I am having some issues flashing the modem firmware to a custom board using the nrf9151 SiP.
I can, with no issues, flash programs to the chip, but when i want to...
Hi.
I'm playing with an scenario based on two nrf52840dk and a dongle.
I have deployed a OTBR on a Linux Ubuntu22.04 and flashed the dk with OT COAP Server and Client...
After a lot of help, I've managed to get a central_uart with custom UUIDs going. After stripping out as much unwanted code and callback functions as possible, moving UART...
Hi,
I am new in Device tree concept. I am trying to operate a buzzer via PWM.
In our board, the buzzer is connected in GPIO 3.
I changed a segment in file nrf52dk_nrf52832...
Hello,
At the moment I have a correctly working Azure IOT hub connection.
DPS works, device twin configurations works and transmitting data to the hub is also no problem...