forked from pgillich/ESP4S2
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
pgillich
committed
Sep 20, 2016
1 parent
8477d1f
commit d3f012c
Showing
1 changed file
with
12 additions
and
1 deletion.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,13 @@ | ||
# ESP4S2 | ||
ESP8266 for MIT Scratch 2 | ||
ESP8266 NodeMCU Lua for MIT Scratch 2 | ||
|
||
## Introduction | ||
The aim of this project is giving microcontrollers control into hand of kids. MIT Scratch or Roboremo can be used as user interface. | ||
Components: | ||
* Scratch 2 Offline Editor: a programming interface | ||
* Scratch extension written in Python as a bridge between Scratch and ESP8266 | ||
* Python interpreter | ||
* Roboremo: a simple control interface on Android | ||
* ESP8266: microcontroller with built-in WiFi | ||
* NodeMCU firmware | ||
* Client written in Lua |