• Stars
    star
    319
  • Rank 131,491 (Top 3 %)
  • Language
    C++
  • Created about 13 years ago
  • Updated over 1 year ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

An Easy way to Transfer data between Arduinos
/******************************************************************
*  EasyTransfer Arduino Library v2.1
*		details and example sketch: 
*			http://www.billporter.info/easytransfer-arduino-library/
*
*		Brought to you by:
*              Bill Porter
*              www.billporter.info
*
*		Major props to Mathieu Alorent (kumy) for 
*		  I2C version and the pretty pictures.
*
*
*  Lib version history
*	1.0  Created
*	1.1  Fixed dumb Copy-paste error in header file
*		 Added a keyword file
*	1.5  Forked lib into Software and Hardware Serial branches, I don't know a better way
*		 added passing in of Serial port of different types
*	1.6  Fixed bug where it wasn't clearing out the buffers if the CheckSum failed,
*			I'm good at dumb mistakes
*	1.7  Fixed a bug where the receive function could block for too long and never process data correctly
*		    Organized the examples to be Arduino IDE compatible
*	1.8
*		Now Arduino 1.0 compatible!
*   1.81
*		Made it more cross compatible. Man, They really made us work for this one. 
*   2.0
*       Combined SoftEasyTransfer with the other two to make everything one repo
*           Added EasyTransferVirtualWire library for use with Virtual Wire and cheap radios.
*   2.0.1
*       VirtualWire version tested by garth@netram, bugs fixed. 
*   2.1
*	   Changes RX parsing buffer to dynamic allocation to conserve RAM.
*
*
*  Limits of the Library
*		You can change the Serial port,
*		but the Struct size must not pass 255 bytes
*		VirtualWire Version Struct can'e be bigger then 26 bytes
*
*   The protcol is as follows:
*		Header(0x06,0x85),SizeofPayload,Payload,Checksum
*	
*  
*This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.
<http://www.gnu.org/licenses/>
*
*This work is licensed under the Creative Commons Attribution-ShareAlike 3.0 Unported License. 
*To view a copy of this license, visit http://creativecommons.org/licenses/by-sa/3.0/ or
*send a letter to Creative Commons, 444 Castro Street, Suite 900, Mountain View, California, 94041, USA.
******************************************************************/


********************To Install*************************************

To install, unzip and place 'EasyTransfer' folder into your 'C:\Users\{user name}\Documents\Arduino\libraries' folder or '{Arduino IDE path}\hardware\libraries" or {Arduino IDE path}\libraries" directory. 

Restart the Arduino IDE, look for the Library under "Sketch" -> "Import Library". You can also try the examples by finding them
under "File" -> "Examples" -> "EasyTransfer".

All uses of the library are in the example sketchs. 


*******************************************************************


Library now has two versions, one for regular hardware Serial, one for use with the NewSoftSerial library
making any Arduino pin capable of transfering data back and forth easily. 

See the examples to find out how to use the library. 

More Repositories

1

Arduino-PS2X

Read a Playstation 2 Gamepad or Guitar Hero Controller using an Arduino
C++
368
star
2

Sparkfun-MP3-Player-Shield-Arduino-Library

A nice and neat library for playing MP3s on your Arduino using Sparkfun's MP3 Player Shield
C++
103
star
3

LEDTetrisTie

A fun necktie with a classic video game twist! http://www.billporter.info/2013/06/21/led-tetris-tie/
C++
16
star
4

ESPixel

ESP8266 based WIFI pixel drivers. A design for both GECE (GE Color Effects) and standard WS2811 pixels.
Eagle
15
star
5

SMAVenusDriver

A driver to integrate SMA SunnyIsland inverters with Victron Venus OS
Python
14
star
6

LilyCharlieTwinkle

Charlieplex a LED matrix grid of 12 LEDs with twinkle effects using a LilyTiny (ATtiny85). https://www.sparkfun.com/products/10899
C++
8
star
7

Arduino-SoftEasyTransfer

An Easy way to Transfer data between Arduinos
C++
7
star
8

Arduino-Renard

A Renard communications library for Arduino
C++
4
star
9

EasyRGBLEDMatrixDriver

Super Easy Arduino based serial driver board for 16 x 32 RGB LED Matrix panels.
Arduino
3
star
10

Vixeno

A Python script to parse Vixen sequence files for use with Arduino and other C based platforms.
Python
3
star
11

RenardESP

A ESP8266 Wifi Adapter for Renard based Christmas Light Dimmers.
Eagle
3
star
12

RobotXLightBuoy

Code needed to recreate the light Buoy used in the RobotX Competition
Eagle
3
star
13

ArduinoFSEQexample

Example of parsing FSEQ file with Arduino
C++
2
star
14

AVRLEDancer

An AVR based LEDancer clone for the DIY Christmas Light community.
C
2
star
15

Reaction-Time-Challenge-Exhibit

The code that runs a super fun science museum exhibit! More info at http://www.billporter.info/?p=1375
Arduino
2
star
16

Electronic-Wedding-Invitations--DEWI-

Our DIY Electronic Wedding Cards
C
2
star
17

TheElementalIlluminator

An Arduino sketch for a Periodic Display that has an LED strip behind each element. The hardware uses TLC5940s to control the LEDs. See http://www.billporter.info/?p=1750
Arduino
1
star
18

RobotXToolkit

Helpful code for the RobotX competition
Python
1
star