Hi Nordic Team,
In my BLE project I'm creating a Test application which gets all the advertising data from peripheral devices. The complete list of scanned device is received...
Hello all,
According to the documentation and this feedback on a case there is a maximum size for a particular cert before nrf_inbuilt_key_write returns NRF_ENOBUFS . Can...
Hello,
I am using nrf52840 DK, Segger Studio IDE, Win10.
My application is I want to transfer the image from iOS to the DK board.
I am aware of the Image Transfer...
Hello, i intsalled the software stack for use with latest release of nrf sniffer package.
By starting the capture process with wireshark 3.2 i have noticed an issue:
In...
I have a project where we have 2 nrf51 that need to be time synced with eachother.
The problem is they are placed on the body one on the back and one on the chest of a person...
on the page
https://infocenter.nordicsemi.com/index.jsp?topic=%2Fsdk_nrf5_v16.0.0%2Flib_crypto_backend_micro_ecc.html&anchor=lib_crypto_backend_micro_ecc_install
step...
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....