Hello everyone, I'm severely struggling to perform a simple task. I must be missing a very simple answer and, I hope with your help that I resolve the issue.
I am trying...
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 one huge process one get positon sensor using i2c bus and another get led color also using i2c bus.
when color function is added in the process,positon sensor data...
Dear all,
I defined "DEBUG" , used UART peripheral and "printf()" in the example "ble_app_uart" based nRF5_SDK_15.2.0_9412b96. I find nRF52832 always dead in the place at...
Hello,
To determine the current network topology I hoped I could use the heartbeats to determine the RSSI and the number of hops. The RSSI of the last node is in the example...
Hi,
I found this example here for nrf51.
github.com/.../nrf51-ble-gzll-device-uart
And this is more or less what I would need for my application.
Is there a way that...
Hi All,
Scanning with a nRF52840 Dongle, Is there a way to know if one of the scanned devices is using Coded PHY modulation to advertise? And if the answer is negative,...
OS :Windows7 HARD :(Taiyo Yuden)EBSHSN Series Evaluation Board CPU :(Nordic) nRF52832 / ARM Cortex -M4F 32 bit processor 28-pin Land Grid Array / 15GPIOs / SWD Soft Ver:nRF5_SDK_15...
Hi,
I am using "ble_app_uart" code and added battery service to it as custom changes.
I want to update battery level at every 3 seconds.
Code is working fine and starts...
Hi - In the examples provided, a peripheral will go to power off after completing its transactions.This means the the application does not have to "clean up" afterwards. ...
in pca10056.h, there are 4 buttons.
I want to add one new button, //#define BUTTON_5 NRF_GPIO_PIN_MAP(1,06).
However , it failed.
I debug and find the issue, #define...
i used SDK9.0.0 to implement the function that bond to cellphone.
case 1:when i set the IO_CAPABILITIES to BLE_GAP_IO_CAPS_DISPLAY_ONLY,the process of bond is ble device...
Hello,
i m using sdk15.2.0 in nrf52840.
please help for increase adv data size from 31 byte to 45 to 50 bytes..
i had tried with "BLE_GAP_ADV_TYPE_EXTENDED_NONCONNECTABLE_NONSCANNABLE_UNDIRECTED...
RTC connect through I2C and GPS connect to UART. I am getting large amount of data from gps contentiously . In the mean time i should read time from RTC . But i am getting...
i have 2 setups, one on a pca10040 running sdk 14.2.0 s132 and the other one on a pca10028 clone running sdk12.3.0 s130 with a 51822_xxaa mpu
the ble_uart examples from...
I just want a simple and clear PWM driver to generate a duty cycle on a GPIO pin - 25% on and 75% off. Just that. What is the most power efficient method?
The example PWM...