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...
Has Nordic provided a formula to calculate the average current using BLE based on the number of packets to send ?
My simulation on the Online Power Profiler for BLE just...
Hi,
I ma upgrading from nRF51(nRF51822-7.1.0SDK with mbed) to nRF52(nRF52832-17.0.0 SDK with SDK-OS) . The issue is that the sample nRF52SDK(17.0.0 SDK) used doesn't contain...
Hello,
I have 2 nRF5x development boards:
nRF51422 PCA10028
nRF52832 PCA10040
I wanted to learn the BLE basics such as pairing, advertising, scanning, etc, using...
Hello,
I am updating my application from older SDK 15.0 to use SDK 17.0.
In a newly added file in the SDK: nrfx_nfct.c - there is a definition of:
#define NRFX_NFCT_TIMER_INSTANCE...
Hello! I set-up my Thingy:52 devices, using the nRF52840 Development Kit, according to the GitHub tutorial .
Now, I would like to understand more about the communication...
I have an issue with attempting to test an encryption on a sample data made in that function and then called in int main(void). What happens is that during the debug the CRYS_CHACHA_POLY...
Ive Used GSM Modems for M2M data comms and would like to use the Nordic nRF9160. I dont want to use a Thingy or any development boards just need to get straight on to designing...
Hi I noticed that all of the examples use common/src/app_level.c Why is that? Is it recommended to not implement your own generic_level callback for example?
Hello,
I was downloading a project to the flash memory using J-Link SDK and I am having this messsage:
JLink info: ------------ DLL: V6.80a, compiled May 29 2020 16:27...
Hi,
I tried connecting the thingy91 out of the box and it was working fine, sending data to nrfCloud.
Now I tried to build the asset tracker application on my own and...
Hi All,
I am facing the issue with sleep current in nrf51822. initially i checked the sleep current 11uA. but after one hour it is increasing to up to 390 uA gradually....
Hi All,
I am currently designing a BLE module using nRF52840 chip which works with battery.
In the nRF52840 DK, it uses a Power Switch Driver ( SC728CSTRT ) from Semtech...
I want to add a button function to the ble_app_uart.
I don't need to use the functions of the BLE Button Module.
It's enough to just change the value of the variable when...
Hello,
I'm trying to develop a small module based around the nrf52832 chip, and I am trying to replicate the reference design and layout as closely as possible. One problem...