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...
MasterEmulator Version 2.1.12.6,
PCA10000 Version 1.0,
MEFW nRF51822 version 0.9.0,
The log file shows the following;
12;18:17:38.4681 [] - - Start of script: (2015...
Hello,
I am working with S130 softdevice. I am using SDK v6. I want to send multiple data as a single characteristic value (possibly as a structure). But it is seen that...
I'm playing with open-source IoT over Bluetooth and recently was told about TI's new SensorTag product line which uses a CC2650 multi-sensor bluetooth base platform with pluggable...
Hello, I am tryong to use to masters to communicate with two accelerometers.
Q1_ I found the following image from Nordic's website that shows SPI0 pins but there is no indication...
I'm having a weird issue where the stock sdk 8.1.0 DFU software is not timing out properly and getting stuck in the bootloader, advertising dfuTarg forever.
Our iOS app...
In the nrf51 series reference manual section 12.1.9 it states that there is hardware protection that prevents write instructions from being executed and that there is more...
I want to add a battery level characteristics to a custom service. Here is my approach:
In main.c, I add a timer to update battery level periodically
void data_update_timer_timeout_handler...
So I've been having issues with my debuggers where occasionally Keil will crash and I won't be able to reconnect to the debugger interface without a power cycle (might be...
Hi, My project is that when a button is pressed on a slave (nrf51822ek), a central (another nrf51822) gets to know which slave has triggered and sends its status 1/0 to a...
Hello,
I am using ISP130301-Development Kit 1 for nRF51822 from insightsip.com which consists of postimg.org/.../
There is used a button on PCA10028 for deleting bonds...
Hello, every:
I have success to use sd_ecb_block function to encryption data. But I am not find how use this function to do decryption. Please teach me how to use this function...
I am trying to perform a simple ADC measurement using polling rather than using an interrupt. I have looked at examples and read the ADC section in the reference manual, but...
Hi Team,
Is there any way to enable/disable all interrupts?
Will BLE connection get disconnected because of this? If yes the what are the possible ways to
maintain the...
Hi,
I am new to all this,
I have just started using the nRF51822 evaluation kit.
I have manged to run the blinky example, however, eventhough I managed to download the...
After implement PWM (using pwm example at nRF51_SDK_8.0.0\examples\peripheral) into my BLE based nRF51422 project using SoftDevice S110, it has been working fine; however...