Difference between revisions of "Wified Arduino 8266"

From Tmplab
(Hardware)
(Software)
Line 10: Line 10:
 
= Software =
 
= Software =
  
 
+
* You can use a terminal i.e : screen /dev/tty.USB0 9600
 
 
 
* Esplorer is great but use java.
 
* Esplorer is great but use java.
* luatool is in python and just works [https://github.com/4refr0nt/luatool source]
+
* luatool is in python and just works with a lua firmware [https://github.com/4refr0nt/luatool source]

Revision as of 23:35, 30 January 2016

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 board available.
  • The "ready made", brain free one is a devboard called nodemcu.

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 source