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...
I have used your example of a bootloader nAN_18. I can create a basic program, with new firmware, and also load my new bootloader program at the high end of memory.
My...
Dear Members,
I want to run ANT+ code in my custom board,
It works well on PCA10056, I can upload softdevice and the code to custom board board,
but I didn't get any...
I've recently upgraded my SDK to 1.6.0 and I am now unable to read the state of P1.00 but I am able to read the state of P0.28.
I've stripped the project down to just a...
I recently installed nRF Connect SDK using the Toolchain manager. Install went through without any issue but when I am trying to open an example project in SEGGER Embedded...
Hello,
I have a nRF52840 and am unable to flash an application to it. I am trying to flash the "examples/ble_peripheral/ble_app_blinky/hex/ble_app_blinky_pca10059_s140.hex...
Hi Team,
What is the meaning of BLE advertising link encryption and data encryption,That makes no sense .In glucose example the DH computation is calculating can you clarify...
Hello All,
I configure ADC & BLE UART in one code. we are using 4 ADC channels. but I observed that there is a timing delay approx 2-3 sec to update ADC. we are using a...
Hi everyone,
I wanna implement the wakeup from SYSTEM OFF by button. The project is based on the ble_app_uart example. After receiving a command from BLE, nrf will go to...
All,
Before I head off on that experimental path, was wondering if anyone on here tried to parse and convert project.yml to Cmake arguments? We use ceedling for unit testing...
Looking to see if anyone has run into this issue and how it was resolved. We have a nrf52832 running sdk 15.3 (also tried 17) sd 132 6.0. We are using the pwm module + nrf_drv_pwm...
I recently started using the gatt queue as a mechanism to buffer and send HVX notifications. At times our system may produce asynchronous notification events faster than the...
It is great to have VS Code as IDE. Thank You.
Yet, I do not find a valid configuration that allows me to use IntelliSense or even simple include paths during coding. The...
I would like to establish bonding between my device and an android phone.
My device is acting as both a central and peripheral. It functions in peripheral role in relation...
Hi-
I am trying to debug the network and application cores simultaneously using the beacon sample application configured for RPC HOST on the nrf5340DK board. My configuration...
Hi,
With enabling of C++ support in my nCS project, i was able to include "using namespace std" and successfully build.
However, i wasn't able to use C++ std keywords...