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...
Hi,
SPI use with SDK14.2.0 leads to very high power consumption (around 400 µA) on nRF52832 (QFAA). The same piece of code running with SDK12.3.0 has much lower power consumption...
We developed a device based on nrf51822.
We use SDK11 and module Device Manager to implement bonding.
We have received feedback from the user, that our deivice was bricked...
Hi,all :
I just want to know how to enable the nrf_log (in the ble example).The version of the sdk is 12.3.0 and the cpu is 51822 .Thank you very much .
On the nRF52810 is it posible to change the gain setting for the SAADC on demand? For example the SAADC is reaching its cap and then the gain is increased so it is posible...
I see the max for a BLE connectable advertising packet of 31 bytes. I am not sure if the manufacturer specific data which also can be up to 31 bytes is included in the overall...
Hi,
We have recently moved from using the nRF52840 PDK to a custom PCB. The custom PCB uses nRF52840 Q1AABB, while the PDK has Q1AAAA.
On the custom PCB, the code is getting...
Good evening,
I'm having some difficulties with the thingy52. I used it as the basis of development for the project and up to this point without major problems. However...
IARv8.x.x no longer seems to display the detailed peripheral register settings in debug mode under "View->Registers" as all v7.x.x versions used to do. In trying to determine...
Hi,
I followed this tutorial https://devzone.nordicsemi.com/tutorials/b/bluetooth-low-energy/posts/ble-characteristics-a-beginners-tutorial?CommentId=adb9d7e0-1bf3-49bf...
Hi,
I'm using a nRF52832, SD132, SDK14.2 on a custom board.
I want to use BLE for precision, my use case require me to perform at least 50 reading from the SAADC per second...
Hi,
I'm trying to understand the speed of the BLE communication. What I do in my infinite loop is a SAADC conversion then send the value to BLE (int16_t).
In order to...
Hello,
I have a statically provisioned mesh network (keys and addresses are pre-set in code to make it simple for now) in which each device periodically broadcasts it's...
Hi,
i want to know if there is a solution to apply LE privacy to a timeslot advertisement ?, my problem is :
i have multiple advertisements at the same time (sofdevice...
Hi everyone,
I've gat a problem with advertising. I'm using above mentioned module and Eclipse with GCC compiler, SDK version 14.2.0.
I followed the advertising tutorial...
Hello Everybody,
I am trying to implement the LNS Experimental Service from SDK 14.1. I am asking myself why they split the flags in two seperate packets, because that is...