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...
Hi All,
I am using the nrf51422 and softdevice S310 to send out ANT+ and BT Smart in my project.
I use RTC1->Counter in order to get a timestamp for an interrupt from...
Currently we are considering whether we should use external Flash Memory or NRF52 Internal Flash.
External Flash memory has a lot of drawback in comparsion with internal...
Hi,
I am trying to run an example project which includes a softdevice using Keil uVision on nrf51822xxAA. What should I change in Options for Target? Especially what should...
Hi,
If I connect a peripheral and establish a bonding with MITM the connection security changes to mode 1 / level 3. If the peripheral is disconnected and reconnected the...
Hi,
I am trying to write program follow this structure: first I will enable button using GPIO, then wait botton is pressed, then I read ADC from GPIO pin, if ADC value >...
I'm using a nRF51 beacon as a receiver that produces a pulse when it receives a byte from the transmitter. The code is based on the ble_app_uart example. And I set the connection...
The new v3 of sd132 now has 4 characteristics in the GAP service.
The new one has uuid 2AA6
For some legacy testing I need to disable it's inclusion.
I have searched the...
Hi
I'm using the connectivity interface of the softdevices a lot and recently failures in the documentation of the connectivity protocol caused a long debug session. Maybe...
Hello,
I want to use the NUS service on my BLE communication. I don't have pins connected for UART, do I need to have them?
When I try to run the device, my program initializes...
hi,
1/ i notice that drivers header files are available in two versions. one inside "components\drivers_nrf" folder and the other inside "components\libraries".
and...
I'm using the nRF51822 DK + SDK10.0.0 + s110. I modified the app_ble_hrs example to send 2x 20B packets of data (via a modified heart_rate_meas_send() function) upon a m_battery_timer_id...
Hi
I have a custom board with no external crystal. Using S130 works fine, but I want to enhance communication with some data being sent over ESB using timeslot API.
...
My English is still poor, but I hope you can understand me.
Press the button to call ble_advertising_start(), which may occasionally restart main.
I set a short timeout...
I am using the FreeRTOS port included in a nRF52832 with nRF5 v11.0.0 + s132. From main() I create a task and I pass it some input data as argument. That data is encapsulated...
Hi,
I am struggling with I2S. While I was debugging my I2S data handler function, I found something interesting. I copy one element from a uint32 buffer into a (static...