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...
I development nRF52832, I want change mac address.
So I modified nRF5_SDK15.0.0/examples/ble_peripheral/ble_app_uart.
I added code to the examples.
////////////////...
Hi everyone,
I want to program the nrf51822 module with the discovery board stm32f429i-disc1 through ST-LINK programmer in Keil IDE but this error appears: "ST-LINK connection...
Dear DevZone Team,
I am an absolute beginner in the field of mesh networking and hope you could help me getting started. Please bear with me.
I have a bunch of sensors...
Does anyone uses Sloeber to program nRF52? I have an issue, when I add a header nrf_temp.h to the project and using following functions:
The problem appears when I add...
Dear Nordic team,
We are developing a BLE application for IOS and Android. On Android, we utilized your Nordic Scanner Lib to scan Bluetooth devices and it is fine and...
Hi. I am trying to stop advertising after a delay in the UART example using;
sd_ble_gap_adv_stop(???)
What do I put in the brackets? It is asking for a uint8_t called...
Hi,
How to stop freeRTOS xtask using timer and recreate again when needed? I'm currently want to control the blink interval, for example I want to have the led blink for...
I used sdk15.2.
The peripheral sends the public key to the central.I received an exception to public key processing.
code:
case BLE_BITBUTTON_C_EVT_BITBOTTON_M_NOTIFICATION...
Hello Everyone,
Struggling with evaluation of Secure DFU over UART lines. I used the sample project "Secure DFU Bootloader over Serial Link (UART/USB) ", during the previous...
Hello -
Any advice on finding a connector from a standard NFC Antenna to the Molex 051281-0594 connector on the Nordic Thingy:52 Board?
I am trying to find a larger NFC...
Hi all,
As we see the release note of the Mesh SDK V3.0, one of the descriptions as below:
Example changes
Lowered the default Node Identity advertisement interval....
Dear support team,
i hope you are doing good.
i am using nrf51822 customized board, SDK 12.3.0 version keil 5.26 is development on windows environment.
softdevice...
We have an app that uses UART. It works flawlessly when only SD and app are present on a chip.
But if bootloader is used, UART does not work.
Why is it so? How to fix...