Hi, I am fighting with a bug I found in SDK v2.8.0 for BLE scan filter on a test project as follows: 2 Devices (Ezurio BL653-DVK using the nRF52833), both having central and...
For a Bluetooth Mesh device, or ' provisioned node ' , does provisioning happen more than once for a established network? Will this device ever need to be re-provisioned once...
Hi,
Is there is a sample for using the nrf-9610 I/O input for A2D to read a voltage across a resistor(using P and N for differential), given that I'm having Zephyr as ROS...
Hello,
A few weeks ago I created a bootloader project from the Nordic documentation: devzone.nordicsemi.com/.../getting-started-with-nordics-secure-dfu-bootloader I installed...
Hello,
I use the Blinky example from the SDK. Now I would like to implement an UART on the nRF52840 Dongle. But the program always stops at either nrf_drv_uart_rx or nrf_drv_uart_tx...
Will the https://infocenter.nordicsemi.com/topic/com.nordic.infocenter.s132.api.v6.1.0/structble__common__opt__pa__lna__t.html# work with nRF21540? As I know this function...
Hello,
Multiple threads on our board require network connections, which can be over either the LTE-M modem, or over ethernet.
To this end, we created a Socket Manager...
Hi! I'm using nrf52832 and SDK 16. I have a custom board that doesn't have an external oscillator for low frequency clock and uses internal RC so pins 0 and 1 can be used...
I am using RTT logging and it is interfering with USB HID data transfer. The host sends consecutive OUT packets and I print some logs after each one. I will miss a APP_USBD_HID_USER_EVT_OUT_REPORT_READY...
Hi,
We are using nRF52840 chipset with SDK 15.0.0 with Mesh implemetation.
1. We are provisioning the mesh node using the nRF mesh APP.
2. Then we are resetting the...
Hello,
I had been looking at BLE mesh documentation as well as the examples on the SDK and looks every node should have a dedicated function. generic on/off server controlling...
Hello!
I am trying to interface with some old hardware that communicates over a single data pin. I need to take in varying 32-bit packets and output the data that translates...
Hi all,
The chip we used is nRf52832, the version of SDK I used is nRF5_SDK_15.2.0_9412b96.
The problem is when I pair to windows 10, sometimes PM_EVT_PEER_DATA_UPDATE_SUCCEEDED...
Hi,
I am using i2c driver available with zephr as i2c master. This is working fine.
I want to change the pins to P0.02 for SCL and P0.03 for SDA. I see multiple questions...