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...
1. SDK version : nRF5_SDK_15.0.0
2. Platform : nRF52832
3. Purpose: NUS service with example ble_app_hrs_rscs_relay.
4. Problem : NUS device connection only success...
Using a Peripheral set in Central mode and write then read data back in the Dongle nRF5240 set in Server Mode.
Once connected and exchange MTU (extended) I write and then...
Hi Developers,
I am exploring the light switch examples, client, server and provisioner, every time a node is provisioned it uses a unicast address, what if I want to use...
Hi all,
In our project we are using nrf52810, SDK 15.0.0 and ble_app_uart.c example.
We are using our custom board in which MCU is communicating with BLE through wired...
Hello,
So i found this code from one of the earlier post which combines the saadc example with ble_app_uart example to make analog values from the analog pins to be sent...
Hello,
I want to use multiple timer interrupts, want to fetch values from 3 analog pins on every 20secs and then average three collected values at every 60 sec. so i would...
Hi currently I am handling a project in which I used nRF51822. I am using SDK 11 and softdevice SD130. I want to know is there any significant difference in power consumption...
How do I rename the Solution/Project from template_pca10040 to insert_name ?
I copy-pasted the template_project folder and renamed it
I changed the names in [SDK]\[SDK...
I have a nrf52 DK that I want to use to program the nrf52832 IC. I have bought a qfn48 adapter from here . I wish to use this adapter to place the IC then make connections...
Hi, all. I am in need of serious help. I need to set up a wireless mesh network using the nRF52840 SoC. It must have 9 nodes and be capable of multi-hopping. I need to set...
After configuring and enabling COMP, when READY event emits, is the RESULT register valid? Rephrasing the question: must you trigger the SAMPLE task to ensure RESULT register...
Hi, I've rebuilt so far with the help of multilink examples, the uart example that I can connect to two devices (According to the status of connection-led and the debug info...
SDK:15.2 KeilC:525 SoftDevices:s140_nrf52_6.1.0_softdevice Hardware revisions: PCA10056
I have try the multiperipheral in 4 smart phone connection in blinky App. But I need...
Using nrf52832, SDK12.30 demo project ble_app_uart, testing with nRFconnect app.
Load ble_app_uart demo to board and run. Open nRFconnect on smartphone scan, and connect...
Hello,
I am encountering a small problem with my timer, I followed the tutorial : devzone.nordicsemi.com/.../application-timer-tutorial
The purpose of my project is to...