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...
I am working the signed image signing by taking the bootloader example in examples\dfu\experimental\bootloader_signing of SDK9.0.0 when I compiled in the Keil and flash on...
Hi, i am working on two boards nRF52840. I have created a ble server with one vendor service which contains two characteristics. From the client, i am able to connect to the...
Does anybody has TWI for SDK7 and SD110?
I have problem with twi. Only HardFault appears.
I tried twi_sw_master and twi_hw_master
I would like communicate with senzor...
I have included app_fifo files in the group as well as in the linker along with enabled APP_UART in Configuration wizard of sdk_config.h still the error persists. Please ...
I've been trying to find resources on the possibility of securely limiting BLE connections to only 'signed' applications. I understand that this goes against the general concepts...
Hi all , I using timer 0 to count from 0 to max value 32bit . In my code :
If I using NRF_TIMER0->TASKS_CAPTURE[1] = 1; for save counter value to CC register . It run...
Hi Everyone
I am working on nrf52832 with sdk 14.0.0 on iar IDE. TWI and SPI separately working fine in buttonless_dfu then i merged SPI and TWI in buttonless_dfu itself...
I am trying to update an older application use the spi_5W_master and receive the error: (SDK11, using S210 softdevice)
:RTE\nRF_Drivers\nRF51422_xxAC\spi_5W_master.c(346...
Hi,
I'm trying to advertise 2 packets simultaneously, connectable packet using the soft device and a becon packet using the timeslot. I'm using nrf52 SDK 14.0.0 and SD132...
Hi I am doing some research for my paper, but It is my first time to use NORDIC board.
With broadcom and bluez combination, I could check data packet in l2cap layer, but...
Hi All,
I have a question about NRF52840 power consumption. It is not very clear from the datasheet what is the power consumption if I'd like to use only one of the DC...
Hi everyone,
Preface: I'm an educator and my students are familiar with the Arduino IDE, so I'm using that in combination with the sandeepmistry/arduino-nRF5 core.
Our...
Hi
I am developing nRF52832 wake up solution using LF (Low Frequency).
Initially, I develope it without sd_app_evt_wait .
After that, I am used sd_app_evt_wait to reduce...
Hi, I'm writing this because of nRF52840 booting error
I got this product today and It worked well, but after I downloaded one of the example's ~DEBUG.jlink file to the...