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 am using SDK 15.3 and wanted to ask that if there is a while loop where I can check flags and increment tickers. The program at the moment gets stuck inside
Suggestions...
hello, I have two questions for SAADC of nrf52832 when we use nrf52832 SAADC for voltage measurement.
The AIN0 is connected to the pin to be measured(the voltage is about...
Hello, I encountered the following error when compiling the SDK16.0.0 with keil5.26, how to solve it?
compiling system_nrf52840.c... RTE\Device\nRF52840_xxAA\system_nrf52840...
Hi,
I am using nrf52832 with softdevice s132. The peripheral device is nrf52832 and central device is a mobile app. I want to disable BLE in nrf52832 and I am using this...
Hello,
I have tested the example code of the nRF-IEEE-802.15.4-radio-driver and now I'd like to modify it.
How I can disable the ack? (I tryed this function: nrf_802154_auto_ack_set...
Hello
SDK 15.3.0
4 year old post describing flash storage libraries:
https://devzone.nordicsemi.com/f/nordic-q-a/13821/difference-between-persistent-storage-libraries...
Hello
I try to use this bootloader https://github.com/williamhuang03/STM32F4-Custom-Bootloader on STM32F4 which works well through cable but as suddenly I use Nfr51 as transmitter...
Hello All,
I want to perform an Rx blocking test for my nRF52840 BLE chip which is installed on my custom board. I wan to transfer the packets from device to other, and...
I take the external PWM signal, I directly used the method of controlling the GPIOTE register to be successful.
But I can't achieve the same effect using the program in...
Hello,
I'm using nRF52840( PCA10056 ) of SDK 15.2 to debug long range mode. And I have already followed the steps in thread: https://devzone.nordicsemi.com/f/nordic-q-a...
There was a similar question in the past, but I couldn't solve it by referring to it.
ESB communication between nRF24L01P and nRF52832 (PCA10040) fails. nRF24L01P...
I would like to remove the HEAP in my app to free up RAM.
I removed all explict calls to malloc and family.
I removed all variable length arrays, after finding that...
Page https://infocenter.nordicsemi.com/topic/com.nordic.infocenter.s140.api.v7.0.1/group___b_l_e___g_a_t_t___c_p_f___f_o_r_m_a_t_s.html, link to http://developer.bluetooth...
I am dealing with a strange anomaly on the MOSI line of the SPI bus - sometimes, the first byte of a command 0x84 to the external SPI flash, I get this on the bus (~ 4 MHz...
Hi,
I'm running an app with softdevice v2.0.0 with SDK 11 on an nrf52832.
the app is using gpiote to handle incoming interrupt from another device.
to start handling...