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,
I am attempting to get the DFU working as per the example provided in the S110 V7.0.0-3 download. I've followed all the steps in the readme in the DFU subfolder and...
Hi all,
I have an application where an nrf24le1 is communicating serially with another processor, using the UART at 57600 bps. I have multiple identical boards communicating...
after flash DFU program into pca10001 board, com3 is not accessible,
www.dropbox.com/.../Screenshot 2014-04-26 15.41.47.png
even after I erase all, and re upload soft...
Hello,
In ble_app_uart_c example, I can see sleep_mode_enter() function. I would like to know when this function is called and what it does. I don't want my IC to get into...
I have a binary data file that I would like to program in flash at defined address on a nrf52 device
Which tool do you advise that generate hex intel file format by providing...
Hi guys,
I have a 4 thread freeRTOS setup.
BLE - priority 4
TWI - priority 3
LED - priority 2
Logging - priority 1
After running for some time my code always...
Hi. I'm using nRF52832, SDK13.0.0 as peripheral.
I set the values as below to advertise every 400msec.
......
adv_params.type = BLE_GAP_ADV_TYPE_ADV_IND;
adv_params...
I have two characteristics inside a same service - one characteristics notifies periodically and another on demand. I call sd_ble_gatts_hvx to send notifications with appropriate...
Hi all,
I got strange behavior: when I disable the SoftDevice (nRF52832, S132 V3.0, SDK 12.2) seem that ALL the RTCs, not just the one used by the SD, are stopped, and...
Hi.
I got the ble_app_beacon example to enter System On low-power mode (and operate in the 1 to 2 microamp range except when broadcasting). And I also got that example...
Rather than using previous timeslot examples for esb and ble multiprotcol, can we manaully switch between both protocol, what kind of process need to switch from ble to esb...
Hello,
I am building a project that required pwm drivers and BLE UART. I started by using peripheral ble uart example in SDK 12 and adding the pwm driver source file from...
I'm in need of some help with connecting to the Thingy 52 when using Windows 10, in this case Windows 10 Pro. I've tried Google Chrome and Opera.
If that helps, I have...
Hi,
I'm using sdk14.2 peripheral examples fds and fstorage in an attempt to test flash storage persistance (with softdevice present).
The two examples are quite intuitive...
Is there any way to invert the PWM behaviour easily? I'm trying to develop firmware that will run on the DK52 (LED active high) and my custom board (LED active low).
I...
Like it says in the title. I'm working on an embedded application where lifetime is pretty important, so I'm trying to get power consumption down as low as possible. I don...
I have Rx sensitivity issues when DCDC is enabled
The 52832 datasheet shows these connection:
DCC: 10 uH,
DEC4: 15 nH
When switching both inductors I get better sensitivity...
Hi, I am have been using PPI to control SPI transfer in response to a GPIO interrupt.
The PPI initiated SPI transfer that reads an external device's register A and I would...