if the issue can be worked ,how to do that with android source code? the 2 ble pure devices (not android phone) connect with a ble android phone.
please check below, the...
Softdevice Version: 8.0.0
SDK: 9.0.0 IC:
NRF51822 Rev 3
service: NUS ANCS
When the application is not downloaded, the bootloader is working.
After serial bootloader...
We're looking for a few (2-3) savvy OS X users who might be interested in trying out Xcode to natively develop code for the nRF51/52 BLE SDK's. This build method does NOT...
Hello,
i'm working with my own board with the SD V6.0 and nrf51822 chip id QFAAG0. Already works fine.
Now i switch to the new SD V8.0. The SD V8.0 is programming with...
Hi everyone,
I'm working on the nrf51822 chip and using S110 stack of SDK 6.1. Everything is fine for IPhone5s. The proximity example is running on the nrf51822 device...
Im trying to have the s120 modify the value like I would in Do a Read all records operation in the Glucose example. I cannot figure out what function would enable me to do...
The SDK function sd_ble_uuid_vs_add may return NRF_ERROR_INVALID_ADDR If p_vs_uuid or p_uuid_type is NULL or invalid.
When the pointer is not NULL, how does this function...
Hi, I have both the nRF8001 dev kit and the nRF51822 Eval Kit (EK). We are using the nRF8001 for most of our project with the BLE Arduino SDK. But I wanted to just load a...
Hi we are using NRF51822 board.
i flash ble_app_hrs application. then it is giving advertisement.
but when i call twi_master_init() function from main. advertisement...
szenario
beacon and receiving nodes are all MCU based and all powered by net, no local battery needed
the beacon usually located near the floor, the nodes will be located...
Blicky project runs and I can set break points and run through them - watching the LEDs blink appropriately. However, the HRS and Proximity projects will successfully load...
Hi all,
I'm using the LE1 to do the mutilceiver,if I donn't use the dynamic payload,I can do it successfully.However,if I use the dynamic payload to do Multiceiver,the...
Hi,
For the LE1,I found that 32.768kHz crystal oscillator need long time(about 350ms) to running,I must do some delay(about 350ms) for the software then use the RTC,or...
In moving to the "rev-2 51422 silicon, we find that the app_timer inevitably fails after minutes to several hours. Power requirement moves from about .002ma to 4.5ma then...
Hi,
I am planning to use an external DCDC to supply the NRF51822 in Low Voltage Mode.
In the datasheet a voltage range of 1.75-1.95 on VDD and VDD1.8 is mentioned. ...
Dear all
I'm testing for RF stability. As i used 24LU1(host) with 51822(device) be the platform. For audio data transmission. 8k 8bits data rate.
Timeslot set as 1008us...
Hi,
I don't have any problems running the bootloader with S110 7.0.0.-3.alpha on the PCA1001 but when using the same code (minus the led and button config of the PCA1001...
Hi,
I am having a hard time with the permanent storage.
I got it to work with updating a 24 bytes long struct in a persistant block of 32 bytes.
I noticed that the...
Hi,
What is the suggested method to change a pending request, and make it earlier than previously requested, without closing and reopening the session?
For example,...
Hello Gentlemen,
I'm looking for a good example on how to pair BLE sensor and Android using static passkey. I looked at ble_app_gls but I could not see how they set the...