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.
...
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,
how can I store CCCD values in flash?
I read that the peer manager handles it ,but when i reset my device and load all bonded peer data, the CCCDs are not set....
Hello everyone,
i'm trying to hook up an external i2C sensor to P5 connector (TWI_SCL_EXT, TWI_SDA_EXT) and created a device driver template ( from drv_gas_sensor.c example...
What is the max amount of data that can be saved in records in fds?
When we do a dfu, is the data conserved or not?
How to vary the size of the records if possible?
...
Hi all,
Recently, I have concentrated on a mesh project using nrf52840 board programmed sdk_mesh_v_3.1.0. There is a situation that the board needs to send two different...
We have a project to explain the company Shenzhen Zhouhai Technology Co. to invite them as our partner because we see the smart bracelet CK series would be a good option for...
Hello,
We're using the UDP/IP/6LoWPAN layers as provided by the nRF5 SDK 15.0.0.0.
After experiencing sporadic issues in communication we have a question regarding the...
Hi,
I am using BLE_Blinky_Peripheral example from SDK 15.3.0 with s112 softdevice. I want to use basic softdevice APIs instead of nrf_sdh libraries for enabling BLE stack...
I am a beginner trying to get a device to operate optimally under a battery. Where can I find a starter code template that would shutdown/disable everything, putting the device...
Hi there,
I am working with the NRF52840 Dongle and have been trying to verify what sort of influence other processes on the chip could have on the radio. Specifically,...
Hello Nordic team,
I'm having some trouble with discovering the characteristics of a custom device.
The peripheral device has a private service with UUID 06000002-0000...
I'm busy implementing a (serial) DFU host, but sofar i'm unable to send a proper init packet.
The bootloader keeps returning an invalid signature error
If i open a .dat...
I am using nrf52840dk
sdk15.3.0 and s140
I want to read a sensor data over uart and then advertise it but the advertising never starts after reading over uart even though...
IDE: Segger Embedded Studio
SDK: 15.2
Mesh SDK: 3.1.0
Im working on adding light lightness model to the mesh SDK and it requires doing an equation like sqrt(x * 65535...