Difference between revisions of "Wified Arduino 8266"
From Tmplab
Samneurohack (talk | contribs) (→Hardware) |
Samneurohack (talk | contribs) |
||
Line 14: | Line 14: | ||
* Esplorer is great but use java. | * Esplorer is great but use java. | ||
* luatool is in python and just works with a lua firmware. Download [https://github.com/4refr0nt/luatool source]. You need pyserial : sudo easy_install pyserial | * luatool is in python and just works with a lua firmware. Download [https://github.com/4refr0nt/luatool source]. You need pyserial : sudo easy_install pyserial | ||
+ | |||
+ | = Links = | ||
+ | |||
+ | * [http://www.whatimade.today/] | ||
+ | * [http://www.allaboutcircuits.com/search?q=8266] | ||
+ | * [] | ||
+ | * [] | ||
+ | * [] |
Revision as of 02:51, 31 January 2016
Contents
Work in Progress
Hardware
8266 can be programmed as every other arduino or in lua langage if you have the right firmware.
- There is plenty of ESP8266 boards available.
- The "ready made", brain free one is a devboard called nodemcu.
- it's 3.3 V board.
Software
- You can use a terminal i.e : screen /dev/tty.USB0 9600
- Esplorer is great but use java.
- luatool is in python and just works with a lua firmware. Download source. You need pyserial : sudo easy_install pyserial