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...
The question I mentioned here
When using ble_gatts_hvx to send data, only send data pointer and length to softdevice, and softdevice did not copy these data to the softdevice...
i used pca10040_debug of bootloader_secure of nRF5_SDK_14.1.0_1dda907.
i created the key by myself.
Bootloader and zip file used the same key.
My device is in DfuTarg...
I'm using an NRF51 w/ S130 operated directly from a coin cell battery. I use the ADC with a voltage divider to successfully measure analog voltages. One of the challenges...
I'm trying to debug a randomly occuring Hardfault. In trying to trace down the source I read the CPU registers use the Nordic hardfault_implementation.c which grabs the register...
NRF52832 reference design BOM did not specify the voltage rating of capacitors. What is the recommended voltage rating of capacitors?
For 32 MHz Crystal Oscillator, specified...
I'm trying to use the TWI talking to a I2C device (LED driver TLC59116). I have some working arduino code which I have converted to use on my nRF52 custom board. I'm using...
Hello,
I'm trying to measure battery voltage on nRF52832 chip using SAADC based on examples/peripheral/saadc and examples/ble_peripheral/ble_app_proximity and noticed that...
Hello Community,
I have a peripheral device which is transmitting the data through custom battery, accelerometer and temperature services.
Now I need to receive that...
Hi everybody !!
i m working in a project with NRF52 SDK 11, i need a help, i want to create a funtion that working with RTC to count a tick and to convert it into time then...
Hi ,
I want to create a periodic task which has to run every 10 seconds, how can I create such a task?should I use threads for it? And which clock source does the task...
Hi I use nrf5_SDK_for_Mesh_v0.10.0-Alpha_src\examples\light_switch for test;
if one nrf51 dk board work as client and one nrf51 dk board work as server, or one nrf52 dk...
Hi,
I'm using FDS instead of pstorage.
FDS version is SDK13.0.0.
fds_record_update sometimes always returns FDS_ERR_NO_SPACE_IN_FLASH though I call fds_gc after it gets...
Hi,
we have developed a board that is using the nRF24LE1 chip. For test purposes I do want to toggle every possible pin. My first step is to develop this simple test code...
Hi all,
I am on the DK-52 with the SDK 13.0.0.
After erasing the device, I follow this steps:
upload the softdevice
nrfjprog --reset --program s132_nrf52_4...
Hi Forums,
I work 51822 custom board.
I try to add Buttonless DFU so I test the "experimental_ble_app_buttonless_dfu" compile is good.
But flash to the board can...