Categories:Uncategorized
Posted by: Kris
138 views

After the necessary software preparations, you should familiarize yourself with the Arduino IDE.
Programming the Gizduino can be done by these simple steps:
- Sketch
- Compile/Verify
- Upload
The response of the Gizduino depends on the sketch you have written. Sketches are scripts that you send to the Gizduino.
Compile/Verify:
A sketch should be flawless for it to be uploaded to the Gizduino. The Compile/Verify function goes over your sketch and notifies you of any errors.
Stop:
The stop function stops the serial monitor. This is useful for examining data or taking snapshots of data sent by the Gizduino.
Open:
Shows a list of sample sketches and sketches that you have saved.
Save:
Saves your current sketch.
Upload:
Uploads the sketch to Gizduino.
Serial Monitor:
Displays serial data sent by the Gizduino. You can also send data to the Gizduino in the serial monitor.


