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...
Hello,
I'm not sure if this was already asked before. I didn’t found a similar question, so here it is: When I have a function that manipulates a data structure to communicate...
In this ADC example from Nordic on GitHub, it does not appear an AIN has been selected (e.g.: no call to nrf_adc_input_select() ). I don't understand. I have been assuming...
Hi,
I am creating a central application on a Nordic nRF51 device. Our project is related to connecting to peripheral of any profile. Using the MCP I connect, bond and enable...
Hello,
For our application I have to set up two simultaneous connections between a S120 master device and two peripherals that use the S110 softdevice.
A very short connect...
Trying to send 3 20-byte packets of data from nRF51822 (peripheral device) to a Samsung Galaxy S5 (central device) and send 1 20-byte packet back, all in less than 10ms. I...
Hello,
I'm looking to bootloader sources and i want to add a timeout if entering with a signal in DFU mode and no DFU detected for one hour.
There is a timers_init function...
I have a project that requires full-duplex voice comms (doesn't need to be high-quality). I'm evaluating the suitability of BTLE for the task. The new nRF52 has a PDM module...
I'm moving to Nordic from "another" BLE s.o.c. where the UUIDs, profiles, services and characteristics were defined in XML. With that product I could modify or examine or...
Hi
In nRFgo Studio there is an option to read the entire memory of a chip. In my case nRF24Le1 to a .mhex file.
The first lines of the .mhex file says:
Infopage:
Identifier...
I try to create a beacon which can receive dynamic UUID through UART and advertise with the received UUID.
Now I am working on the sample ble_app_uart, to replace the existed...
Hi,I have need to set TIMER2 interrupt at high priority because I need a interrupt at 0.5ms.
This interrupt must comes while Softdevice is enable and my device(nrf51822 beacon...
I've a query regarding the assert message that I see in the application.map file, when I use GNU Toolchain for building the application firmware for NRF51 SOC.
Environment...