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.
...
Hi,
I'm not sure if SES support C++ compiler in nRF9160 project, I did add C++ source in CMakeList:
target_sources(app PRIVATE src/xxx.cpp)
It won't work, Does anyone...
hi,
I use the SDK16.0 ,to develop BLE touchpad on nRF52833,which is should set non-zero value for feature reports . And now,i have a problem,how to implement the FEATURE...
I made a custom board using nRF9160 and tested a very simple program.
However, it consumes high current compared to nRF9160 DK. I measured current flowing on VCC line of...
nRF52832 / SDK 14.2 / SD5.1.0
There might be two configurations to setup a PPI channel to assign some peripheral event to both timer capture & clear task:
nrf_drv_ppi_channel_assign...
Hello all,
Having a smallish problem seeing printk() output on my board. My board is an NRF9160 PCA10090 inspired board. Long story short, I can't see printk() stuff showing...
My application implements a beacon with services, and a buttonless BLE bootloader.
The application can start the bootloader in two ways.
The first method is executed locally...
Hi,
I am in the process of provisioning and configuring a 2-element light switch server node and a common light switch server. I am using the orginal exemple for the provisioner...
I'm attempting to transfer 256K bps (1 244-byte notification every ~7.5ms) using an nRF52840 using Notifications and am not getting close to the necessary bandwidth. I'm getting...
Hi,
We are developing an application requiring the DFU Service on nRF52832.
The implementation of the DFU Service without bonds works very well, but when switching to...
I've been able to connect to our server using the LTE modem sample app.
As shown below, I configure the modem, open a socket, bind the port, and send and receive a small...
As I'm working on debugging a problem where a TLS connection silently fails with no error code, it occurs to me that it would be VERY handy to have a way to connect wireshark...
In using the Thingy52 I can't figure out how to just get the just XY coordinates from the motion sensor - or any other sensor. I'm trying to figure out if I can capture motion...
hi, i am a student, i am new to nrf52840 DK. I downloaded Gooligmelec "nrf52test-led-battery" from github and open Solution inside SES . it was running ok. when suddenly....
Hello,
I am using nrf52840 and SDK 15.3.0. and the device wakes up every hour and every day for reporting data.
So I am using app timer to wake up also using app_timer...