TinyCircuits Forum

General Category => General Discussion => Topic started by: nate on September 22, 2016, 05:07:47 PM

Title: Connecting TinyShield BLE to arduino
Post by: nate on September 22, 2016, 05:07:47 PM
Any ideas how I can connect multiple Bluetooth Low Energy TinyShield (Nordic) to arduino uno or an arduino 101 ?

What I an trying to achieve is to have an arduino uno/101 be the central and the Peripheral(S) be the TinyShield Nordic. I have looked all over and cant seem to find the right solution. I don't want to use a raspberry pie or a smartphone for the central.

Any help would be much appreciated.

Title: Re: Connecting TinyShield BLE to arduino
Post by: SDDHW on November 18, 2016, 10:43:49 PM
I was also wondering if it is possible to get two Tinyduino boards with ble shields to talk to each other...
Title: Re: Connecting TinyShield BLE to arduino
Post by: Ben Rose on November 21, 2016, 06:33:44 PM
The Nordic NRF8001 TinyShields are peripheral only, so they cannot talk to each other. However a central device that supports multiple connections can connect to multiple NRF8001 peripherals, the Arduino 101 hardware is capable of this- I don't know how their software support is, however. I would search 'Arduino 101 BLE central' and see if you can dig something up.