Sparcade: Edison as a Web Server for Browser Games
Contributors:
Shawn Hymel
Resources and Going Further
To connect the Edison to the internet, connect via SSH and run the command:
configure_edison --WiFi
Follow the instructions to connect to a WiFi AP. Additionally, you can start running the Edison's default web server again with:
systemctl enable edison_config.service
reboot
Note that you may want to load a different program via XDK so that the custom server does not continue to run on boot.
What other games can you make? To learn about how Vortex was made, check out the Phaser.io framework. Controlling hardware (specifically, the LCD) from the Edison is accomplished using the Johnny-Five platform.
All the resources used in this tutorial can be found below.
- SparkFun Inventor's Kit for Edison Experiment Guide
- Sparcade GitHub repository
- Vortex GitHub repository
For more Intel® Edison fun, check out the following tutorials:
Loading Debian (Ubilinux) on the Edison
How to load a Debian distribution (specifically Ubilinux) onto the Edison.
Using an LCD on the Edison
How to connect an LCD controlled by an ILI9341 driver to the IntelĀ® Edison.