This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /* | |
| e-Gizmo Microstep Driver Sample code | |
| *""""Wiring connections:"""* | |
| Gizduino MCU to Microstep | |
| D3 -------------> DIR | |
| D4 -------------> STP/CLK | |
| GND -------------> GND | |
| +5V -------------> VIN |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /* | |
| eGizmo 3 Channel Line sensor | |
| This is a sample sketch for displaying | |
| the digital output on the serial monitor | |
| of a line sensor. | |
| Codes by | |
| e-Gizmo Mechatronix Central | |
| http://www.e-gizmo.com |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /* | |
| eGizmo 3 Channel Line sensor | |
| This is a sample sketch for displaying | |
| the digital output on the serial monitor | |
| of a line sensor. | |
| Codes by | |
| e-Gizmo Mechatronix Central | |
| http://www.e-gizmo.com |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /* | |
| eGizmo 5 Channel Line sensor | |
| This is a sample sketch for displaying | |
| the digital output on the serial monitor | |
| of a line sensor. | |
| Codes by | |
| e-Gizmo Mechatronix Central | |
| http://www.e-gizmo.com |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /* | |
| GSM Send Sketch for Arduino | |
| Initializes GSM Module and sends an SMS to recipient | |
| The circuit: | |
| *Arduino pin 0 (RX) - GSM Module (TX) | |
| *Arduino pin 1 (TX) - GSM Module (RX) | |
| Created 2010 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /* | |
| e-Gizmo Beefy Motor Driver Sample code | |
| This sketch can simply run your motor in one | |
| direction. | |
| Wiring Connections: | |
| gizDuinoPLUS MCU ===> BeefyMotorDriver | |
| GND ===> GND | |
| RESET ===> RESET |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /* | |
| e-Gizmo eBOT 4x4 Sumobot with line avoidance | |
| (with US-100 sensor) | |
| Using State Machine library of Arduino. | |
| For eBOT sample code | |
| I/O Usage | |
| - collision sensor inputs (not used in this demo) | |
| 2- colision1 as input |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /* | |
| e-Gizmo e-Bot 4x4 Sumobot | |
| (with US-100 sensor) | |
| Using State Machine library of Arduino. | |
| For e-BOT sample code | |
| I/O Usage | |
| - collision sensor inputs (not used in this demo) | |
| 2- colision1 as input |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /* | |
| e-Gizmo e-BOT 4x4 Mazebot | |
| (with US-100 sensor) | |
| Using State Machine library of Arduino. | |
| For e-BOT sample code | |
| I/O Usage | |
| - collision sensor inputs (not used in this demo) | |
| 2- colision1 as input |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /* | |
| e-Gizmo e-Bot 4x4 Line Follower | |
| This demo program will make the eBOT detect to follow | |
| a black line path laid out on a light colored surface. | |
| track width is 15-19mm wide. | |
| I/O Usage | |
| - collision sensor inputs (not used in this demo) |