Zephyr Eddystone example is connectable after power on of nrf52833 board. But after disconnect it becomes non connectable. How to fix it? And how to change advertisement interval...
We are looking for an experienced software developer, for existing board with using nRF Connect SDK. We are using nRF52840-dk.
Please, contact me if you are interested.
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...
We have received few nRF52840 preview DK. And one among them has a white sticker label which says 2016.49 and all others have 2017.14.
Should we be using the ones with...
hi, i was just wondering whether the app_timer works like a function or like a thread.
e.g. lets say i got my mainloop
while(1)
{
start_timer(...);
//DO SOMETHING...
hi:
i flashed bootloader_serial_xxAC.hex and s110_nrf51_8.0.0_softdevice.hex with nrfjprog. and flashed flash_page.hex, then update app using mesh serial, the app run well...
hi :
I want storage different size in flash.How can i do it?
I can write like this?
param.block_size = 16; //Select block size of 16 bytes
param.block_count = 1; //Select...
I have been analyzing the current consumption of my nRF52832 dev kit today using both a multi meter and an oscilloscope with a resistor. I'm not sure what I exactly did that...
HI All,
I wonder if someone can help me out. I would like to send serial data by modifying the 'simple_coap_server' main program. I added the following header 'app_uart...
Dear,
is anyone of the Nordic customers here using unit testing in their nRF52 project and would be willing to share an example project/their setup? Would be awesome. ...
Hi,
We are range testing BLE using the DK-52 with an external dipole antenna connected via the u.fl connector. We are using the DK-52 + packet sniffer software on a laptop...
I tryed to port the dfu secure bootloader sample of sdk 13 to eclipse managed project. after a few hours, i finished it. compiling and linking went fine but the filesize is...
Cannot connect to ATECC508A through TWI with NRF52832. Tested with nRF5_SDK_12 twi_master and deprecated twi_sw_master. It was working fine only with NRF51822 nRF5_SDK_12...
Can nRF51422 or nRF51822 can be used as bluetooth device for Raspberry pi?
As I can see on the terminal Linux, the hciconfig log says, raspberry pi 3's Bluetooth device...
Hi,
I recently migrated our code to the SDK 13 (we use the nrf52832) and now the function:
uint32_t err_code = ble_radio_notification_init(6, NRF_RADIO_NOTIFICATION_DISTANCE_5500US...
Hi,
I can't discover more than 5 characteristics on central with SD130 2.0.0.
I have trided nRF Connect and characteristics were discovered successfuly.
Is there some limit...
Hi,
I have a situation as below.
I have the list of host addresses (public type). Based on the command received, BLE peripheral device should advertise in direct advertising...
Hello there,
We are using nRF52832 custom board. I2C and GPIO are working on it. Then I uploaded BLE program (which is tested on nRF52-DK) but BLE is not showing up at...