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,
I was wondering about that I did not found any information about dedicated pin usage.
I am using I2C/SPI and UART and did I understand it correctly that i can use...
My application has two firmwares with different offset addresses. One firmware sitting at 0x16000 and second one is at 0x25000. I want jump to the second application from...
I have an issue where after transmitting a radio package, is setting up the radio as receiver, get indication for reception (have indications for ADRESS and PAYLOAD events...
I programmed my beacons with ble_app_beacon (nordic firmware). android can locate my beacons without any problems.
I installed nrf connect app, it can find them too.
but...
Hello,
I'm using BLE, RTC and app_timer to blink a led.
I blink the led 10 times when I receive an order from BT (by means of NUS), and then by means of RTC.
uint32_t...
Hi. I'm very new to this so I hope you'll forgive me for my basic questions!
I would like to take data from multiple ANT fitness devices and send it to an iPhone application...
Hi,
I'm designing a 2 layer flex PCB with the nRF51822-CFAC WLCSP package and recommended ST BAL-NRF02D3 balun and i have chosen mono-pole antenna is a good choice,because...
I Programmed my beacon devices with this firmware:
ble_app_beacon.zip
the only app that can find my beacon on ios is nrf connect. in this firmware the uuid is this:
...
I am trying to change the app beacon example so that i can adapt the beacons value each time it advertises.
I am a bit confused as there is no callback function called...
Is there window 7 driver or library to support BLE in window 7?
I've found few questions, but could not find correct answer.
Please give me any guidance.
Thank you...
advertise.png hello there
in advertising packet i want something like first name of device and then service data and then manufacture data ??
how can i do that??
...
I made a board without external 32kHz crystal.
So, I changed NRF_CLOCK_LFCLKSRC source to NRF_CLOCK_LF_SRC_RC, which is used in ble_stack_init.
Now, I need to make DTM...