Hi,
I am trying to run nRF24L01+ in default configuration using simple ping-pong examples using RF24 Arduino library.
The problem is that while ping-pong is getting through...
Hi,
I want to send data from one peripheral(nRF51 DK) to multiple Android Phones. This will be a one way connection from the peripheral to the smartphones. I red on the...
I am working on "nRF51_SDK_8.1.0_b6ed55fnnn\examples\ble_central_and_peripheral\experimental
\app_s130_demo\pca10028\s130\arm4" project .
In this project,in which variable...
Or is there any LCD you could suggest that doesn't need that much code? Simple numeric 2rows would be enough. Want to use it with the nRF51-DK to display some measured valued...
I would like to develop my own central device to communicate with the RedBear Arduino shield. The RB device uses a from of UART communications to send data to/from Android...
I was wanting to use a nRF24L01 with a breadboard but its pin-out didn't allow it. A solution then occurred to me based on parts at hand. I wrote it up with instructions and...
Hello. Can I get a literature to the nRF51 series?
I need a full abstraction of the nRF51, like a book or other information, it's structure schematic of build-in modules...
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...