Hi folks,
I'm having some UART trouble - help would be much appreciated, and thank you in advance.
------------------------
Overview:
I'm working on a project that...
Hi,
We are using the nrfconnect for thread and zigbee 3.2.
We have modelled our Bluetooth peripheral, running on the nrf52840, on the BLE UART example. It connects fine...
I have installed nrf-command-line-tools_10.24.2_amd64 and jLink_Linux_V794e_x86_64 on Ubuntu 22.04. I have also installed nrfconnect-5.0.2-x86_64 for desktop and the Toolchain...
Hello,
We have an NCS v2.2.0 nRF5340 application with MCUboot that requires GPIO control of a few pins extremely early in the startup process. We have a signal "A" pulled...
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....