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...
Good morning,
I am running the UART example from SDK 14.2 (example/ble_peripheral/ble_app_uart) on a brand-new NRF52832 development kit (PCA10040).
On the master side...
Hello.
I try to periodically updated data in my characteristic that way:
As soon as I connected via "nRF Connect", function " sd_ble_gatts_hvx" returns: NRF_ERROR_SVC_HANDLER_MISSING...
Hi all ,
I have SHT31 and I can read Temperature and Humidity value by NRF52 . But I want to create 1 service for display it on smart phone with the RH (name: Humidity,...
Hello,
I would like to measure the voltage of circuit GND by using the embeded SAADC of nRF52832.
But unfortunately I have no vacancy of GPIO to connect GND.
Could you...
I have set up a nrf52840 kit to upload data to nrf cloud via bluetooth but the data on the cloud is displayed as a hexadecimal number(1,2,3,4,5,6,7,8,9,A,B......) I want to...
I am not seeing a transition to BLE_ADV_EVT_SLOW. The transition I see goes from FAST to idle, without a transition to slow, from the configuration I don't expect to be in...
I am trying to implement a timer using nrf_drv_timer.h and nrf_timer.h, however, the handler never gets called.
I first create a timer, then define a timer handler and finally...
Hello everyone! I am trying to program a nrf52832 sparkfun board through a nRF52DK. I have already gone through the pin connection guide succesfully and I can flash succesfully...
Hi there,
I could program the HEX file to nRF51DK via nRFgo studio successfully and the board seems to work fine as well. And then, I try to read back the HEX file from...
I am just wondering if it is possible to use the 52840's USB interface to create an R/NDIS type interface . The intention is to maybe create a WIFI/Cellular based Network...
Hi,
I am testing ble_app_att_mtu_throughput in SDK 14.2.0 between two nrf52832 DK board. One is act as a central and other one peripheral. I am placing these two boards...
Not a question, just to tell you that in ble_gatts_attr_t Struct Reference, documentation of « uint8_t* ble_gatts_attr_t::p_value », a « @ref » Doxygen markup has been produced
I have one pca10040 board, I want to realize the data transfer between the nrf52832 and the PC by BlueTooth, I use python3.5+PyBluez. When the nrf52832 is running the "ble_app_blinky...