TinyCircuits Forum

TinyCircuits Products => TinyDuino Processors & TinyShields => Topic started by: davidfekke on April 07, 2015, 10:13:24 AM

Title: nRF8001 examples
Post by: davidfekke on April 07, 2015, 10:13:24 AM
I just received most of my TinyScreen Deluxe Kit. I have not been able to find anything on the BLE module that came as part of the kit. I have a couple of projects where I want to connect the TinyScreen to my iPhone, iPad or Android phone. I found code for the older BlueGiga based BLE module, but I have not found any example with the new nordic nRF8001 module. Help?

Thanks,
David
Title: Re: nRF8001 examples
Post by: Ben Rose on April 07, 2015, 12:57:24 PM
Hi David, our basic demo is available at https://codebender.cc/sketch:91073 along with the smartwatch demo at https://codebender.cc/sketch:91833 which should help. Keep in mind these are simple adaptions of Nordic's code, available at https://github.com/NordicSemiconductor/ble-sdk-arduino
Title: Re: nRF8001 examples
Post by: davidfekke on April 08, 2015, 06:05:12 AM
Awesome, Thanks.

I am a iOS and Android developer, and I have been wanting to use bluetooth in a upcoming project. This will get me started.