I was doing a demo code to implement a wake up triggered by motion. I was able to make it work with the integrated low power accelerometer on thingy52 but it only worked 1...
Hello at all, I try to compile the example peripheral_uart for the nrf54L15-DK. The goal is to compile without west. My directory structure:
where I copied everything from...
Hello, I've a nRF9161DK board and I would like to connect a UART to an external device.
Looking at the schematics I see that both UART0 and UART1 of nRF9161 are connected...
Hello, I know it's a bit basic, but running through all the docs for thingy91:x I got a bit lost.
https://docs.nordicsemi.com/bundle/ncs-latest/page/nrf/app_dev/device_guides...
Hi Nordic team,
I'm currently working on a real-time distance measurement project using channel sounding with the nRF54L15 DKs. I’ve been using the channel_sounding_ras_initiator...
Man,do you have the experience on DIY Bluetooth headset with PCA100059?
I raise this question for I hate the current product limit: limited time to run,short lifetime of...
Hello, I'm trying to perform a firmware update using the FOTA feature on the nRF7002. After building and running the firmware update code, the following error occurs:
...
Hi.
I'm using ES.
RTT(Debug Terminal) on ES works fine. But sometimes I want to use J-link RTT viewer.
How can I turn off RTT on ES and then use J-link RTT viewer? ...
Hi,
as discussed in different issue on DevZone . We have discovered that send command freezes the program in the CoAP client sample. The Nordic employee Hakon has confirmed...
Hello,
This is related to a previous post , but now with new information and a more specific issue to resolve.
We have product in the field based on RF Digital's Simblee...
HI
I used nrf51822- EK board.
BLE HID MOUSE - SDK 8.0
`
How to send left button or right button data?
How to modify below method?
static void mouse_click_send...
Hi everyone,
I'm working on a custom bootloader for nrf52840-based board. The bootloader needs to support DFU from an external SPI Flash and also BLE. I was working on...
Hi everyone,
I am trying to use the nrfx_uarte driver. I did the following:
(a) setup driver
(b) setup the event handler
(c) finally tried to send some testing...
I noticed a lot of the early SDK's 11, 12, 13 examples that had the service changed characteristic enabled. I'm using SDK 16 and it seems that most examples don't enable the...
I'm building an LTE device that only needs the GPS, LTE, motion, and button.
I'm trying as the first step to disable all the sensors that are not needed so that I don't...
Hi Nordic When the BLE is connecting, the fs_event_handler hasn't any callback after doing nrf_fstorage_erase or nrf_fstorage_write.
It seems like the storage (nrf_fstorage_is_busy...
Hi,
I noticed that there were changes in some of the priorities in SDK config - these defines were changed from 7 to 6.
NRFX_CLOCK_CONFIG_IRQ_PRIORITY
NRFX_GPIOTE_CONFIG_IRQ_PRIORITY...
Hi Nordic Support,
I am currently developing an IoT application (battery powered, cellular device with a few sensors connected). I have spent the past year building the...
I've read a lot in different posts about this but still fails to wrap my head around this.
We have a device using GATT with a few services, each with a few characteristics...
I am investigating Bluetooth mesh examples, which you presented, and I faced with incomprehension with initialization of struct bt_mesh_elem . Can you explain the meaning...
Does Nordic have an examples for implementing symmetric encryption at the BLE application level? I'm trying to understand how best to start because the Bluetooth LE security...
I have a setup where nRF91 and nRF52 on nRF9160 DK have to exchange ASCII strings over UART. nRF91 runs Zephyr and nRF52 - nRF SDK for Mesh.
When nRF52 is unprovisioned...