I will be selling various ble products. My customers can connect to and program the devices using their bluetooth smart phone or tablet.
I want them to have the option...
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...
Dear sirs,
My purpose is to transmit stereo HiFiaudio from one source to two speakers wirelessly.
The speakers have their own power amplifier.
The problem is that the...
Hey all:
I have the Dev and Eval Kits and a handful of dongles. In addition to one of the Chinese nRF51822 devices. I have successfully connected via Segger debugger, used...
Hi.
I have a custom nRF51822 PCB with SWDCLK and SWDIO Header. I have a nRF51822 Dev Kit.
Is there any way to use the J-Link from Dev Kit to Program the Chip of the...
Hi,
I check the state of an channel (sd_ant_channel_status_get()) and get 0x13. Which mean the channel is assigned. But sd_ant_channel_unassign() return with ...CHANNEL_IN_WRONG_STATE...
Your served radio transmitter/receiver example using PCA 10000 USB dongle with PCA 10001 evaluation kit. There is only one-byte send/receiving example.
So, I was to send...
Hi,
I programmed nrf51822 development board as central device, with the s120_nrf51822_1.0.0-3.alpha_softdevice and ble_app_hrs_c profile on top of it, i am using nrf51_sdk_v5_2_0_39364...
Hi,
I am trying to generate a constant 250ms pulse on a certain pin:
NRF_TIMER0->MODE = TIMER_MODE_MODE_Timer;
NRF_TIMER0->BITMODE = TIMER_BITMODE_BITMODE_16Bit;
...
I explain my hardware, An MCU + NRF51822, Communication is done via the UART TX RX between them, baud rate is 9600.
MCU through UART transmit data to NRF51822, then NRF51822...
My goal is to control a RC toy drone (4-ch 2.4GHz) from a PC. I've seen some hacks (for example dzlsevilgeniuslair.blogspot.com.br/.../more-toy-quadcopter-hacking.html) using...
Hi sir
In the Developed zone, I found how to read RSSI value as below. According to nRF51822 RM, RSSISAMPLE would be 0~ 127.
Actual RSSI is – (RSSISAMPLE) dBm. But, I found...
Hi
We are using the UART demo to communicate with the nrfUART app.There's a condition some
time when it connect,it will disconnect immediately,anybody know what's the issues...
I'd like to get familiar with implementing a blood pressure and heart rate monitoring Bluetooth device. Which development/evaluation kit is the best to get started with? ...
Hi,
I'm using the "ble_uart_project_template" I would like to put the "host" processor into a deep sleep mode to save power while the nRF8001 is still active.
Is there...
Hi,
Can anybody help me, thanks in advance.
What is wrong with NVIC_EnableIRQ(UART0_IRQn) - the execution halts when calling this macro ?
I'm working with Keil. ...