Hello!
Our current project is bare metal and has logging over CLI. I'm in the process of setting up a new project of ours that uses FreeRTOS but reuses a lot of the same...
If some one else have trouble that the Nrf52840 Dongel do not mount using cdc acm on openwrt this will most likely help.
First number is the verdor id second is the product...
Hi,
I am using "asset tracker" project in nRF9160 DK.
I want to update asset tracker application through HTTP.
So i migrated changes of "asset tacker" in main function...
I have a simple TCP client application running on the nRF9160. After connection to the server, recv is called and writes the data over Segger RTT channel 1, where on the host...
Hi,
firstly, I have to say, I use MBED OS, if you cannot help me because of this, I understand, but maybe somebody still has some general Ideas.
I am trying to build an...
Hi everyone,
Currently, I am working on my bachelor thesis for creating simple network by using MQTT, BLE-6LoWPAN and nRF52832. I have three nodes of 52832 and one raspberry...
Hi,
When I used nRF52840 dongle (connectivity_5.1.0_usb_with_s132_5.1.0.uf2 firmware) to receive peripheral device notifications, nRF52840 dongle can only receive 20 bytes...
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....