Hi, i am using:
-nRF 52 DK
-nRF 52832
-Sensor of Maxim Integrated
-SDK 17.0.2
I have some problems in handling the I2C through the nrfx module.
This is my ReadByte...
Hi, I have a set up consing of an nrf52840, a Raspberry pi and a Linux workstation, which communicate over IPSP following the IPSP sample from Zephyr OS. The nrf52840 is a...
what can be the starting Point for Bachelor Thesis involving BLE 5.0 devices to be deploy in mesh Network. How the challanges in the Thesis can be address and set as a Goal...
Note: This is related to the following issues:
- https://devzone.nordicsemi.com/f/nordic-q-a/63255/nrf9160-getting-stuck-after-cell-change
- https://devzone.nordicsemi...
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...