Skip to content

Instantly share code, notes, and snippets.

View e-Gizmo's full-sized avatar
👩‍🏫
Conducting FREE Seminar and Workshop for Educators https://bit.ly/2XAGOvb

e-Gizmo Mechatronix Central e-Gizmo

👩‍🏫
Conducting FREE Seminar and Workshop for Educators https://bit.ly/2XAGOvb
  • e-Gizmo Mechatronix Central
  • 2/F VSC Building, 2313 Corner Castro St. Taft Ave., Malate, 1004 Manila, Philippines
View GitHub Profile
/*
e-Gizmo Color Sensor
Sample program for Color sensor.
Codes by:
e-Gizmo Mechatronix Central
http://www.e-gizmo.com
*/
/*
4 Direction Sensor
This is a sample program used for four directional sensors.
The directions are interpreted forward, left, right
and backward as the sensor is oriented wherein
R1 is on the upper side of U1, R2 is on the left side of U1,
and R3 is on the right side of U1.
Circuit:
/* Demonstration Sketch for e-Gizmo EZ HMI *
* by e-Gizmo Mechatronix Central
*
* This sketch contains simple communications
* interface functions you can adopt and improve
* according to your requirements
*/
/* How to Connect */
/* EZ HMI TXD ---> gizDuino/Arduino RXD
/*
GPS Test
Codes by:
e-Gizmo Mechatronix Central
http://www.e-gizmo.com
*/
void setup()
/*
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
/* Input Expander Module
This sample program makes the module a binary counter.
A sample circuit is shown in this folder of how
the input expander may be tested independently without
an output expander module.
This test program checks the functionality of the input expander
module using the software's serial monitor.
/*
Blink
Turns on an LED on for one second, then off for one second, repeatedly.
The circuit:
* LED connected from digital pin 13 to ground.
* Note: On most Arduino boards, there is already an LED on the board
connected to pin 13, so you don't need any extra components for this example.
/* eGizmo LED Shield 2v0
The LED shield functions as a control for LED or light emitting diodes
fabricated directly on an Arduino shield. The analog switches can
be assigned a function depending on the desired function.
Codes by:
eGizmo Mechatronix Central
April 2, 2013
*/
/*
e-Gizmo Motor Driver Shield
Sample codes
Codes by:
e-Gizmo Mechatronix Central
http://www.e-gizmo.com
*/
/*
e-Gizmo OLED Shield
Sample codes
Codes by:
e-Gizmo Mechatronix Central
http://www.e-gizmo.com
*/