-
Notifications
You must be signed in to change notification settings - Fork 2
Home
Here I am documenting my quick and easy instructables and code for GALILEO
This WIKI page is a living document that may be changed at any moment without prior notice.
All procedures and instructions shared in this GIT Hub Account are given to you "as-is" without any implicit or explicit warranty of success.
To the extent permitted by law, I accept no liability or responsibility for any damage or loss you may get into while following this procedure.
As of the time this post was written, I am affiliated to Intel Corporation as a regular employee based in Costa Rica, working as an Applications Developer.
All content in this page is provided voluntarily and personally independently of Intel.
##The Open Galileo Workshop In this link you'll find a series of experiments carefully crafted to help you learn the fundamentals of Inventing with the Intel Galileo.
- Intel Galileo Real Project Starter Kit
- Initial Setup (Includes connecting to USB and upload an initial sketches)
- Connecting through LAN (For controlling the Linux OS running in the Galileo Board and uploading files)
- Connecting through Serial Port to Windows PC (For controlling the Linux OS.(No file upload))
-
Set System Date and Time - Needed to use npm (nodejs package manager) properly.
-
Simple Web Server with Node.JS - Basic Request-response server
-
GPIO Hardware Control: BLINK - Basic example of writing to GPIO pins using galileo-io library
-
GPIO Hardware Control: Read Digital - Just read what's in a pin.
-
Simple Web Server + GPIO Hardware Control - Writing and Reading GPIO pins using galileo-io library