Hi, I'm pretty new to microcontroller programming so please correct my wrongs.
I'm using the Libuarte driver library to have the pca10040 talk to my server via serial connection...
Hello,
Fllow the guide of Configuring and performing DFU over Mesh,I can update firmwre successful use DFU:
Source: Example/Dfu
Target: Blinky(about 180 segment)
But...
Hi, I am working on custom board with nrf9160. I want to use LTE LINK MONITOR but my uart don't work. I create simple helloworld application from samples. I change uart0 rx...
I'm trying to add a second element to (light_switch\server) (SDK_for_Mesh_v5.0.0). I've already have a look at this post , it gives an idea but I found that it's not applicable...
Hi,
Again the topic which has already been discussed several times in this forum. I just want to share my experience and perhaps help other users having difficulties.
...
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...