Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - doubleonick

Pages: 1
1
TinyDuino Processors & TinyShields / Expanding I/O
« on: May 04, 2015, 06:01:16 PM »
The most general form of my question is, is it possible to expand the I/O of TinyDuino?  For example, there are 6 analog inputs, but a project I'm working on could take more than 6.  Is there a way around this without going to one of the larger Arduino form factors?  I have looked into whether it is possible to communicate between stacks (where one stack consists of a processor and some arbitrary selection of shields), but the only thing I saw along those lines on the forums was about Bluetooth communications from one TinyDuino to another.  But in that thread, it was mentioned that the Bluetooth that would allow that is no longer in use by TinyDuino.

Does anyone have ideas about how to expand I/O or do stack to stack communications?

Thank you.

Edit 7 May, 2015:  Apparently, the Arduino solution to this is to gang two Arduinos together using I2C so you have a master/slave connection.  If the master Arduino is powering the slave(s), then power has to go into the slave VIN, GND hooks up to GND, and the A4 and A5 ports get connected to one another.  To do this with more than one slave, as far as I can figure would require building a physical bus in essence.  To cap it all of is the Arduino Wire library, which has ways of coding for the master controller and the slave controller.  A more in depth discussion is on the Arduino site: http://www.arduino.cc/en/Tutorial/MasterWriter

Pages: 1
SMF spam blocked by CleanTalk