Hi,
I'm working on a Keyboard&Touchpad project, very similar configuration with Smart Remote 2, so I'm considering to use nRF24LU1+ as receiver's MCU. The receiver will be...
uint32_t ble_advdata_set (const ble_advdata_t *p_advdata, const ble_advdata_t *p_srdata)
If I set the second parameter p_srdata, does it mean passing encoded advertising...
Hi developers,
Just wondering if anyone has worked with a good BLE Python library that he can recommend. I have BLE peripherals that send out notifications. What I'd like...
Hi guys,
I am new to Nordic and I am using the evaluation kit "pca10001".
I have managed to run the LED BUTTON example which was declared in application note "nAN-36...
Hi,
I am having problem with the bootloader function of s110 v7. I am able to download the s110 softdevice. My application code was recompile with v7 header files. Able...
hi,
i am working on FDS. here i am able to write number of records and also able to read them back.
but while updating i deleted one of the old record and writing new...
Hello,
I have some problems with UART communication with my nRF51 DK.
When I connect it through USB cable, all is ok. But when I connect pins: P0.09(TXD), P0.11(RXD) to...
Hello, i have a question.
Can nRF51822(s120) handle more than one connection at same time?
Let me explain: i have one server(nRF51), and two(or more) clients(nRF51 and mobile...
I've got an application that does a lot of nRF51822 GPIO wiggling and the timing needs to be controlled. In one spot I simply set a pin high then low like this:
nrf_gpio_cfg_output...
As shown in title, I am using the ubuntu 14.04 in virtualbox.
When I connect the Nordic 51822 development kit to my PC, I can only detect the serial number of this device...
keil uvision
Hello. I don't know how to get away from the warning "last line of file ends without a newline".
I added new line, but nothing change. It happened with my own...
Dear Sir,
Here I would like to disable the Adversting idle power down dynamically but in some situation it will fail.
The APP_ADV_TIMEOUT_IN_SECONDS is 180 seconds as...
I implemented a custom Bluetooth service on the nrf52_sdk similar the BLE LED project in the mbed site however when I copy the hex file and look at the debug output at the...
I am trying to setup a couple systems to use the Nordic rf sniffer. I have a pca10000, a pca10001 ver 2.0, a pca10001 ver 2.1 and a pca10031.
I loaded all with the rf sniffer...
Hello,
I am sending below setup packet to nRF8001, and i don't get any response form nRF8001. ACI as such works fine, i tried sending diff commands and able to receive...
Hello,
I am using Lenovo (late 2015 release) with android 4.4.4.
Got my nRF51822 Bluetoot Smart Beacon kit and downloaded the applications that are available on Playstore...
I have some very basic code that does not appear to be executing correctly.
There are two versions of code that I would think should have the same result. They do not,...
I am having trouble with setting priority of ADC_IRQn.
void ADC_init(void)
{
nrf_adc_config_t nrf_adc_config;
nrf_adc_config.reference = NRF_ADC_CONFIG_REF_VBG;
nrf_adc_config...
I'm using the nRF52-DK (SDK11.0.0+s132) and added in some example code from the RTC example (the RTC2 tick interrupt with prescaler=0 to toggle a GPIO) to the ble_hrs example...