Hi
After each connection, I should press Alt-A.
Is it possible to add a feature so the advertising will restart automatically after the connection is finished?
Hello Support Team!
I use nRF52840 and migrate to nRF5 SDK 17.1.0. But I can't use Trace functionality, because SystemInit method from system_nrf52.c file use wrong pins...
I'm having some issues regarding the data update interval when running the asset_tracker_v2 application, particularly with adjusting how frequently it publishes data to the...
Hi,
We are integrating the nRF52840 into a new test apparatus and I am using the nRF52840-DK for development. I have pulled out my unit from storage and it will not power...
Hi,
There was an app timer immediate expiration issue with my project which is using nrf52840 + S DK 15.3.0 on custom board.
So I changed apptimer code to app timer2...
I was wondering why the RSSI Viewer Values are locked to a minimum of -33 dBm. Is there any reason for that and is there a workaround to get lower values? Currently I am using...
Hi,
I currently need to stream 1000 data samples over BLE, each data sample is 14 bit value, hence i'll be using a short integer but i'm confused as to how to send it over...
HI,
we are using the nrf52840 in our new poroduct and we are running the zephyr/ncs RTOS on it.
for real time reasons I need to read from a SPI bus upon a GPIO trigger...
Hi all,
I would like to ask whether is there any details description of the matching network circuitry of NFC for NRF52840 in the datasheet.
The only information I could...
Hello,
I am following the instructions given in this ticket https://devzone.nordicsemi.com/f/nordic-q-a/57896/pdm-interface
When I call the nrfx_pdm_enable_check() the...
Hello,
We are developing wearable devices. 17 sensor terminals send data to the receiver at a frequency of 60hz per second. The data sent by 17 sensors at the same time...
Hello,
I'm interested to know whether the continuous integration and continuous deployment (CICD) is possible on nrf52840 board using Segger Embedded Studio ?
if yes,...
Hi
I currently have a nRF52833 DK which I am using as a transmitter. I also have a custom board with a nRF52811 SoC with an antenna array to act as the receiver for AoA...
Hi,
I am trying to add PWM in my application. My application uses application timer, SPI (my own written code just like CMSIS) and BLE for smartphone communication.
Everything...
I am trying to integrate buttonless DFU with FDS in ble_app_uart example from sdk 15.3.0. Merge hex was done properly which includes bootloader_settings.hex+bootloader.hex...
Hi developers and researchers,
I am working on a project in which multiple nodes are communicating with each other in p2p manner.
My goal is to implement a multiple access...
In the AWS IoT example I have been trying to add RSRP support (i.e. getting RSRP when sending my data packet).
I registered the handler/callback function in main after modem_info_init...