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...
I am new to this forum and have some questions that I could not find elsewhere. The questions are:
Website asks me for a product key if I try to download the S210 soft...
I am trying to use nRF UART app and nRF8001 chip. But I cannot change the device name. I intend to change the device name after nRF UART app detects the device. Plus when...
I'm trying to create a method so a users can initiate an OTA update from a paired device. To that end I've written something which is supposed to invalidate the data at the...
I'd tried some first steps using nRF Sniffer on a linux host.
Within sniffer_uart_protocol.xlsx I read something about the Uart packet format et cetera.
I'd programmed...
I am trying to get ble_app_beacon exampel working on the PCA10001 on my nrf51822 working. However when I simply run and reach APP_ERROR_CHECK(err_code) inside "advertising_init...
Reading through the nRF51822 Beacon reference design it states that there are Keil ARM project files available. Does this mean that the example code given after purchasing...
Hi all。
I am programming a nRF51822 chip, using the S110-nRF51822_6.0.0 soft device,download ble_app_hrs.hex。
I used app name "nRF Utility".I can connection nRF51822...
Hi,
i have some more, for me fundamental, questions and i hope some one can help me :)
1.) can i use the advertise function whenever i want or only in connection interval...
Hi All,
can any one please share information related to this
1)please explain clearly about channels and pin?
2)can 2 gpio pins hooked to a single gpio channel?...
I'm not sure if this belongs properly here - but I wanted to send out a thank you to Ole Morten.
I saw your reply in http://www.funwithelectronics.com/?id=168 and this...
Are there any plans to create a Google Glass compatible app like the nrf UART app? I'm trying to link a microcontroller with Google Glass via your bluetooth low energy module...
I'm using the Arduino SDK but I don't think that should matter for this comment. I think a small change to some of the lib_aci functions would make it easier to use them....
Hi,
I'm using an arduino uno with a readbearlab shield with v1.1 to send sensor data to a android phone.
Using a timer interrupt I try to send data every 0.1 sec (10hz...
Hi all,
I would like to know that is there a method to disable sleep mode in run time and reenable it when I use SD110? You know when the device starts it starts advertising...