It seems BLE stops advertising after the first connection. Is this expected behavior? Should I restart advertising in my "connected" connection callback?
prj.conf:
main...
Hi all,
I'm trying to integrate joiner into my project, here's my goal:
We will start a device as our commissioner, and while it is active, we will start the other devices...
Hi,
I would like to know if nPM1300 supports an input voltage of 4V for Vbus. According to the datasheet, the recommended operating condition for Vbus is from 4V to 5.5V...
Hi, I am trying to set my acqtime different to the max value. And the build throws an error unless i set it to ACQTIME_MAX.
It appears in the header file it needs some other...
Hi,
I need support to get my brand new nrf9151 development board LTE connection up and running.
I have bought this kit and it came with 2 SIM cards as per documentation...
Hello!
We are planning to implement OTA update of an application and a second stage bootloader in our product. As a bootloader chain, we will use NSIB + MCUboot as the nRF...
There appears to be a bug with commenting in prj.conf. If I do this:
# This is the appearance of the device from the BLE SIG Assigned Numbers List (384 is general remote...
Hi,
I am fully aware that this is not an Arduino forum and that is not the responsibility of the users here to answer Arduino related questions - I have tried looking on...
I run into this situation on Android nRF Connect [latest version], where the device can lose a connection when attempting a DFU. In this situation, the advertising name is...
Hi all,
I'm testing serial_uartes example (from SDK v.15.3.0) on nRF52840 in order to adapt it to my own project.
I need to receive and send large amount of data (up to...
I've read everything I can find in the documentation and on the forum about sdk_config.h. I also installed the CMSIS configuration wizard. However I'm still not clear what...
Hi,
For my project, firstly i erase all the user program, and then I install succesively the softdevice (s132 v6.1.0), the bootloader and my application software with nrfjprog...
I'm developing the Mesh DFU, and the source role is able to update the target role.
But now, we would like to utilize the method of broadcasting for transferring big data...
I'm running the at_client project one of our custom boards and am able to see the "AT host sample started" message, but it only responds to the first "AT" I sent. Any commands...
I'm using the mpu9250 connect to tca9548a and connect to the board, but if I move my sensor , sometimes twi read and write returns error code=3(but it usually don't happen...
Hello,
I'm integrating Nordic Mesh SDK into nRF5_SDK_15.2. I have following following guide for this:
https://infocenter.nordicsemi.com/index.jsp?topic=%2Fcom.nordic.infocenter...
can any anyone suggest me how can i do this ble communication between those devices
i have used example program ble_app_hid_keyboard.
my question is i have to type data...
Try adding PA rfx66 to the device nrf52810:
#if defined(NRF52_SERIES) || defined(__SDK_DOXYGEN__) /** * @brief Set up external front end control. * * @param p_pa_lna_cfg...
Hi, I'm trying to using SEGGER IDE to program the nRF52840 whit both Zephyr RTOS and Nordic SDK accessible to my project. I have followed the guide on https://developer.nordicsemi...
Hi I still have problems with this board. I check it at my nRF dealer and it works. Yesterday I run it on an another PC and it works well:
But today at the same PC it...
Hello,
I am trying to implement the Peer Manager for bonding and pairing on my central device (nrf52840 Dongle) using SDK 15.3. I based my project off of the ble_app_uart_c...