Close Bluetooth in Iphone's settings when IOS/51822 is paired and connected normally.
several seconds later, Open Bluetooth in the settings again, and observe the settings...
Hi,
I am trying to power off and/or disable a RR[0] with no success.
I am Powering OFF the watchdog in main and then successfully POWERing ON in wdt_init but then I...
Is it possible when using the S110 softdevice to limit the maximum number of packets per connection event? I would like to reduce the maximum amount of time the CPU spends...
I am using nRF51422 Evaluation Kit with the latest silicon revision which comes with programmable softdevice. The kit also contains an ANT USB-m dongle. I have followed the...
I tried to do send & receive binary data from bluetooth in ios app.
But i only can send & receive string or ASCII code data in my app, do you have any method or idea can...
Hi,
I tried ble_app_hids_mouse with Android 4.4.2, it can work properly for first time connection. However, it cannot be re-connected after switching Phone's Bluetooth...
I have installed Keil MKD-Lite V 5.10.0.0 and the Segger software (which linked to the Keil IDE). I have tried to install the nRF51 SDK (5 times) and every time iI get the...
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...