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.
...
EDIT: We found the reason for this and it is a hardware issue. This question can be deleted as it is no longer valid.
-----
Hello,
We are currently developing a...
Hello,
I would like to obtain some information on the possible substitutes for the nRF51822 (BGA Packaging).
I received notification that right now only the final orders...
Hi
Do you have any example code to support OCF standard and/or IoTivity (Lite).
Or any plan to support IoTivity?
(We're targeting OCF supported device with nRF52832...
Hello all,
I am running "ble_app_beacon" example code in nrf52832. when i'm using samsung and honor mobile phones the nrf Connect application is not showing the beacon,...
I'm trying to enable the CMSIS Wizard on SES 4.42a. I followed the instructions and pasted the required xml into tools.xml, saved the file and restarted SES.
This is my...
Hi Support,
I need to use another eSIM not the iBasis, because the company those not have roaming coverage in Bulgaria.
Question: If I use a IoT eSIM card Telefonica...
I want to send a one byte payload from the nrf24l01+ (Sparkfun dev board), to nrf52840 DK using the example esb_prx. How should I configure the nrf24 registers to make this...
We have run the Hello World program on the nRF5340-PDK, but now following the basic steps to program the heart rate example, there is no BT broadcast for Zephyr Heartrate...
Hello everyone. I'm creating a setup function to configure LSM9DS1 accelerometer and gyroscope by writing to the corresponding registers as shown below
Although this code...
I use sdk16.0 and nrf52832.
Can you give me an example of nrf52832 timeslot example ? thank you.
I read timeslot on DevZone,but many routines are missing files, resulting...
Writing an app for the Arduino Nano 33 BLE Sense:
https://store.arduino.cc/usa/nano-33-ble-sense
Basically I am reading all sensors on the Sense board (temperature, humidity...
I have programmed a Nordic Thingy 91 with lte_ble_gateway, and when I send command from the cloud to the device, an NRF_CLOUD_EVT_RX_DATA event is called, however evt->param...
Dear all,
I want to implement multiple functions with only one power button, including: 1. Power on/off, Long press to turn on, long press to turn off; 2. Functional response...
I am trying to connect nrf52840 dongle to multiple peripherals(nrf51822) ,so far i combined multilink_c example with uart_c and i can connect and read rssi value of only 1...
Sorry, my English is very bad.
I think I can only express my problem in Chinese.
在使用异步串口时,使用uart_rx_enable()设置的超时时间和真实发生UART_RX_RDY事件的时间相差巨大
using async serial port...