I have installed nrf-command-line-tools_10.24.2_amd64 and jLink_Linux_V794e_x86_64 on Ubuntu 22.04. I have also installed nrfconnect-5.0.2-x86_64 for desktop and the Toolchain...
Hello,
We have an NCS v2.2.0 nRF5340 application with MCUboot that requires GPIO control of a few pins extremely early in the startup process. We have a signal "A" pulled...
Sorry if this is too off topic, I actually don't have any problem with my nrf52840 dongle, but the App I'm communicating with. But maybe someone of you has run into the same...
Hi,
I want to use SPI to receive data from an ESP32 microcontroller to the nRF52840 development kit. Where can I find information/example regarding the same (I'm using nRF_SDK_17...
Hi
we have a custom board with nrf52810 chip, 32M crystal on it and using the zephyr version 1.14.1 as the firmware base.
Using zephyr samples/bluetooth/hci_uart
Custom...
Hi Sir,
We design the nRF52810 in an embedded system and plans to use BlueZ to control the BLE device.
We can work with nRF52-DK through HCI_UART, so w e also implement...
Hi There
More recently, I have implemented the experimental of nrf52840 Dongle ,which is about Er asing it with nrfjprog or programming it with SES by DK. The dongle will...
Hi. Its my first post here.
I plan to make a secure remote control for garage door opener product with a BLE SoC, for example, currently I plan to use nrf52832. We want...
Hi There
I did 2 experimental for recovering boot-loader of nrf52840 dongle by download dfu (nRF5_SDK_16.0.0_98a08e2\examples\dfu\open_boot-loader\pca10059_usb_debug\ses...
My device is central and peripheral running freertos.
In the central role it would receive advertised packets from devices with certain MAC addresses. peripheral device...
I have a peripheral device that sends an advertisement package with all the data I need every 5 seconds (sensor).
When I use NRF Sniffer via Wireshark I see a message from...
Hi,
I have a project which is intended to log data via the UART port.
When I enable BACKEND LOG via RTT (NRF_LOG_BACKEND_RTT_ENABLED = 1). I'm able to view output via...
Hi,
I'm discovering documetation of the Scheduler library. So, as I understand the idea is to call function app_sched_event_put(...,some_func) from the interrupt/event handler...
I am trying to add the tensorflow lite to a segger project. I am startting with the simplest project https://github.com/tensorflow/tensorflow/tree/master/tensorflow/lite/micro...
I am keep trying to get the BME680 example to work with the nRF52840-DK using Zephyr.
I check and successfully find the node for the BME680, but "device_get_binding()" for...
Hi,
I am using
I am able to list BLE devices using the below example.
SDK = nRF5_SDK_15.3.0_59ac345,
Example : nRF5_SDK_15.3.0_59ac345\examples\ble_central\ble_app_gatts...