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...
Suppose I configure RTC0 and RTC1 to have the same LFXO clock source (with a 30uSec tick) and start them in quick succession. Will their counters read the same value?
I...
I just started trying to get an IOT IPv6 application up and running. On the nrf51882 end, I have flashed the IPv6 COAP server. The LED on the device is happily flashing away...
Hi,
It looks like system (laptop windows 7) is not supporting more than two windows of RTT viewer simultaneously.
When I connect, third one, it disconnects, one of the...
Hi
The concept of setting the event_length (the time set aside per connection) was introduced post softdevice v3.0.0. To my understanding, with softdevice v3.0.0, the softdevice...
I have a android phone, and it says there's a FW update (1.1.0) for the thingy (it says I'm on 0.0.0). I confirm that I want it, but nothing happens. What can I try? I get...
We are using a nRF52840 (QIAAAA) on a custom board which replicates exactly the schematic used by the development kit (PCA10056). When using Segger RTT for debugging purposes...
I am using adv_report_parse to try and return the device names the scanner picks up. However device names are being printed repeatedly.
I have 4 to 5 devices around me...
Hi
The serial connection handler "ser_conn_handlers.c" may case an INVALID_LENGTH error when receiving Advertise Reports (or other long BLE events). The reason for this...
I have BLE Nitrogen. It is defined as a disk on which it can be dropped hex and it is loaded. Please explain in detail how to make hex which can be dropped on the device....
I have code running on a nRF52 device, with SoftDevice enabled, based on the example given in this topic:
devzone.nordicsemi.com/.../
This runs fine on its own, and...
Hello !
I am currently working on a custom board on which I don't need 32.768kHz. I want to use P0_1 as an interruption pin connected to a pushbutton. The button is connected...
Hi,
I am using IAR embedded version 7.40 and my board is nRF52840 PCA10056,while i was checking devices list in IAR IDE under NordicSemi i can see only nRF51 series devices...
Hey .My source code was compiled against SDK 8.0 now we need to upgrade the SDK to 10.0.
I have just copied the SDK10.0.0"components" folder to my project ( replaced the...
main.c
y_timer.c
y_timer.h
Hi,
I wanted to make the function that get timestamp like mills().
I made this code bellow.
It does'nt move well.
Main loop is unintentionally...