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...
As per this document ....
nrf5_SDK_for_Mesh_v1.0.1_src/doc/introduction/mesh_hw_resources.md
The mesh stack uses flash to store the following states:
- Encryption keys...
We modified the ble_app_beacon example to advertise the beacon once a second.
#define NON_CONNECTABLE_ADV_INTERVAL MSEC_TO_UNITS(1000, UNIT_0_625_MS)
As a result of...
Hello all.
Sorry for the nube question, but I am really struggling to try and get my IMU data from my MPU9250, to send constant notifications through BLE using the NRF8001...
When using BLE_GATTS_VLOC_USER I would tend to make the variable pointed to by ble_gatts_attr_t.p_value volatile to reflect the situation that the value can be changed by...
Hello,
I am new to nrf5 mesh. I have setup my system based on Nordic's documentation and was evaluating Serial Example with Interactive Py script.
My setup consists of...
Hi:
I have a project which nrf51822 exchange some data with TI cc2541.There is a serious issue that the nrf51822 is occasionally reset by the watchdog when it communiates...
Hello all
I am trying to get out some debug messages from my custom Firmware (and board) but the log looks like this:
<info> µ“°8$Mø@ñ¨ó¹)F¨: NRF_LOG initialized
...
Hi,
can you please to provide a more information regard power up sequence?
for example:
we would like to use DC2DC (instead LDO) with CR2032 battery.
the PCB have...
Hi all,
I am trying to send a command to the sensor so that the sensor will response with sending something back for acknowledgement, via UART.
Let say, I want to send...
Does anyone have experience about range, robustness, link stability etc. for Bluetooth 4.0/5.0 (using nRF52832) compared to the old Bluetooth 3.0 standard? For some applications...
Hello guys, I am the newbie with this development board. I want to know that how I can write a simple led program or can upload any example into nrf52840 using window operating...
I'm trying to print received data on my com port but when I set the "NRF_LOG_ENABLED" as 1 the error below shows up.
What does it mean?? How would I know what files to...
Hi There,
I'm just getting started with ARM and the NRF52832. I've done a lot of work with 8-bit micros and I'm interested in learning 32-bit and in porting some old AVR...
I would like to use printf using ITM for debugging my application using a BL652 module (nRf52832).
I have followed the instructions in the Keil paper APNT_308. Printf is...