Hi,
Will PAN item #56 TWI: TWI module lock-up be fixed in the Rev 3 version of the nRF51822/51422?
Also would you happen to have a time frame as to when the Rev 3 will...
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...
Hi all,
first I have to admit that I'm a total rookie in "electricity". I know BLE software-side but just started to learn the hardware stuff.
I just received my PPK and...
by writing servals data into flash ,the data is always is 0,
void fstorage_test(void)
{
ret_code_t ret = fs_init();
if (ret != NRF_SUCCESS)
{
bsp_indication_set...
HI,
I am using nrf52832 with softdevice 132. Using SPIS1 to get the sensor datas from nrf to AARDVARK for calibration. Whenever I send the data's from aardvark(using AArdvark...
Whenever I try to flash the device in keil, I get a no Jlink device found. I get a similar message when trying to connect to the device via Segger. nrfGo Studio just does...
hello:
i want to use pwm in SDK9.0, in my project ,i need to send a cmd to nrf51822-QFAA,and then it control the motor on ,and with this cmd ,i should contrl pwm to let...
Can I control the music player by simulate a hid device
now our customer ask for a new function--use bracelet control the music player>> last next vol+- ...
but the app...
Hi,
I am trying to develop the ble_app_template project into a custom ble application.
Where is says
/* YOUR_JOB: Declare all services structure you application is...
Hi Dear Engineers!
I use nRF52840 SPI (slave) to communicate with Master (HOST) CPU.
if I stop any ADV / SCAN RF functions all works Great!
But if I start ADV (or...
Hi,
I am having some trouble in setting up the RedBearLab BLE board w/ nRF51822 that i recently bought for a project I am currently doing . I am using windows OS, with eclipse...
Folks,
Attempting to use a sample app from the 13.0.0 SDK for a pointing (mouse) device I'm prototyping, located at ...\nRF5_SDK_13.0.0_04a0bfd\examples\ble_peripheral...
I use the sdk 13.0.0,software device s332,I hope the rtc can work when cpu sleep,and the lowest working current need less than 10uA,what should i do?or Is there a reference...
I'm working on an implementation of the Current Time Service specified by the Bluetooth SIG (I'm happy to share it).
where I am so far:
The service and the caracteristics...