I have been trying for a few days now to get my environment setup for development with the nRF51822. Since there is no official configuration for the Mac w/ Eclipse I have...
Apologies if this has been asked before but did search for 'format' in faq and got nothing.
I have been answering to questions.
In my answer I place hard empty lines....
Hi
i use nrf51822 s110 "hrs" example to transmit the data to ios.
I need to add an option to send back some data (from ios to nrf51822). 10 bytes maximum .
how can i implement...
Hi
i use the hrs example to transmit the data to ios.
but i need to add an option to send back data (from ios to nrf51822). 10 bytes maximum .
how can i implement...
Hello,when i get connected to the phone,when i call err_code = ble_hts_measurement_send(&m_hts, &simulated_meas) and err_code = ble_bas_battery_level_update(&m_bas, battery_level...
I got the Dynastream N5 kit and have successfully used it with limited ANT work and was trying to get BLE working but can't get a driver for the USB dongle. On the 51422 product...
Hi All,
I am working in the sleep mode with system off and wake up with internal RC clock.
It function well when connected to EV board...
I see the "Emulated System...
Hello,
Has anyone managed to get the Nordic_UART software to pair in Windows 8.1?
The heartrate monitor software pairs fine. Using show bluetooth devices, I can see the...
Hi,
I have a PCA10028 board. When I connect it to a computer the LED LD5 doesn't turn on at all, and no new USB connection pops-up in my computer. But when I connect it...
I found this website.
link text
curve is shown below.
There are app_utils.h information below.
@brief Function for converting the input voltage (in milli...
Hi, this is kind of a basic question.
So please forgive me if this is too easy...
This picture is from nRF51822_PS_3.1.pdf.
Also these pictures is from the...
I am trying to use a differential antenna with the NRF51422 and I do not want to misunderstand the datasheet. It says that the optimum differential impedance at 2.4 GHz seen...
If, how can I change the order of the descriptor? I would like to have the user_desc at first.
Most likely by changing their UUID but how to do that? I can't find any trace...
Hi every body,
i try to use 10 bit ADC resolution instead of 8 bit in the ble_uard_adc example, the problem is the ble_nus_send_string is configure to 8 bit, how can i...
Before I order the NRF51-DK I want to make sure, is it possible use it to program other nrf51822 modules? Can I use the Segger on board for flashing firmwares on other modules...
Hello,
Let me first try to describe my whole project I just started with today (Hardware just arrived).
I want to use the nRF51-DK as a central device to handle 4 peripherals...
I have these nrf51822 modules, bought them from this company Wireless Tag , it's a chinese company I guess but I just noticed that the modules only have a single 16 MHZ oscillator...
I using github code.
SDK is 7.0.1
SD : S110 7.1.0
Channel : 4 ch
Period : 20ms
Width : 1-2ms ( RC )
Sometimes the width operates at 18-19ms.
ex : PWM2 was...
I'm working with the ble_app_hrs_s110_with_dfu_pca10028 (nRF51 PCA10028) example and am wondering what will happen if I attempt to send more than one sample at a time. Will...
It looks like APP_TIMER_INIT changed in v8 of the SDK. I do NOT want to run the code for timer callbacks in the IRQ, I want to run in the background loop. How should I properly...