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 use access_model_pulish to send group message by a server, and make other servers listen. the message can go through, but after 5~30 mins, one of the receiver server cannot...
Hi,
i want to set up an eddystone beacon (UID Frame) application using the timeslot API, because i already use the softdevice for other advertisement.
So, i get started...
Hi All,
My configuration:
nrf52832 microcontroller
Softdevice S132 V4.0.2
Nordic SDK 13.0
I have problem with MacOS computer.
If I try to connect via BLE using...
Hi
We're trying to transfer a zip file OTA that consists of both the softdevice and the app. We are using nrf52840 with SDK 14.2.0 and softdevice v6.0.0-6.alpha, and are...
Hi Nordic,
this isn't a request for help, just to let you know that there is a small bug in ble_dfu.c in SDK14.0.
When calling ble_dfu_buttonless_init, the init struct...
I am developing a Bluetooth Mesh program to run on the nRF52832 development board. I started by modifying the "nrf5_SDK_for_Mesh_v1.0.0_src\examples\light_switch\server" program...
Having spent some number of hours figuring out production flashing and field updates, I think I now understand the current methodology. The biggest challenge was to sort out...
Hi,
I am trying to use random number generator as implemented in ".../examples/peripheral/rng" from SDK14.2 in a project but receiving compile problems as shown below. ble_app_hrs_rscs_relay...
Hi,
I noticed that my current NRF52 based prototype is consuming 4.5mA as soon as I enable the BLE functionality, when its off its only 1.6mA
I send the chip to a sleep...
Hello !
I was wondering How the interval connection was calculated in the Android application nRF Connect ?
Do you use a special/ hided function ?
I tried to get it...
Hello,
I want to set up client and 3 servers which will send data from sensors to client with high data rate. Currently I am testing light switch example from Mesh SDK 1...
Hi,
I am using nrf51822 with SDK 12.2.0. As of now, we are using RL-51822-A1 for beacon as well as scanner.
But, we are not getting stable pattern for RSSI at 2m, 4m and...
Good day!
I am working on a custom board which has NRF52 and am using SDK 12.2.0 and in that, I want to stream BNO055 data. The base code I'm using is ble_app_hrs. The problem...
I want to set gpio using one interrupt and want to clear it using another interrupt funtion?
It seems i can only use the toggle funtion ,if i use the nrf_drv_gpiote_out_set...