Hi
i use the hrs example to transmit the data to ios.
but i need to add an option to send back data (from ios to nrf51822). 10 bytes maximum .
how can i implement...
Hello,when i get connected to the phone,when i call err_code = ble_hts_measurement_send(&m_hts, &simulated_meas) and err_code = ble_bas_battery_level_update(&m_bas, battery_level...
I got the Dynastream N5 kit and have successfully used it with limited ANT work and was trying to get BLE working but can't get a driver for the USB dongle. On the 51422 product...
Hi All,
I am working in the sleep mode with system off and wake up with internal RC clock.
It function well when connected to EV board...
I see the "Emulated System...
I want to write PCA20006 nRF51822 Beacon Firmware to PCA10004 on nRF6330.
I understand need to modify GPIO.
PCA20006 firmware consist of 3 firmware, SoftDevice, application...
Hello,
I spent a solid two hours debugging an interrupt pin that was not working, to discover that the problem appears when configuring a callback in another part of the...
I have been bringing up an application on nRF54L15-DK, and about 50% of the time it hardfaults on initialization. I tracked down the cause to a branch to address 0, caused...
I build the NCS 2.9.1 connectivity bridge with
west build -b thingy91x/nrf5340/cpuapp
when I try to flash that with jlink, I get
west flash -- west flash: rebuilding...
I am currently using DWM3000 EVK with NRF58240DK for a UWB indoor localization system. I want to use the timer to setup a localization period for each tag node. I tried several...
I am currently working on direction finding using the nRF Connect SDK in VS Code. I am using an nRF52811 custom board, and my logs work properly. I wanted to include timestamps...
Hello. I'm trying to control led in gpio pin in addition to LED pin in npm1300. I don't think you need to use resistance in LED pins, Is it the same when using led in gpio...
I am using NRF Connect SDK v2.5.2. Sometimes, after I factory reset my Zigbee router device, it will immediately join a network with PAN ID 000000000000. I get this with my...
I'm trying to move my nrf9151 project over to sysbuild (SDK v2.9.1) but when I try to use a custom board definition, the code fails to start up.
So far I've tried debugging...
When dynamically allocating BLE GATT services and characteristics using custom structures and Zephyr’s dynamic memory functions (e.g., k_malloc, k_calloc), the service registration...
Bit baffled by this one, I assume it's related to the attempted nRF SDK Intellisense magic: We do have a monorepo for various controller projects that includes two zephyr...
I found this pretty old post devzone.nordicsemi.com/.../switching-between-apps-with-dual-bank . Currently I am building two different zephyr projects and selecting between...
I'm trying to commit a VS Code project to source control and don't want to include the entire build directory (with all of the build-generated files). But it seems that all...
Hello,
This is long shot more than anything else but are there any instances of a video coded (mp4, AVI or similar) ported over to the nordic/zephyr platform. I can't see...
I got an nrf52840 dongle(PCA10059) and I'm trying to run the official usb-hid-keyboard example on it, but the compilation is failing. What could be the cause, and how should...
Hi,
I want to make an I2C communication with an NRF5340 DK as Master and an NRF52840 as Slave, but all the example i found in I2C communication it use the slave adress...