ESP8266 Grundlagen: Unterschied zwischen den Versionen

Aus Hackerspace Ffm
Wechseln zu: Navigation, Suche
Zeile 9: Zeile 9:
  
 
== Linksammlung ==
 
== Linksammlung ==
 +
=== Erster Start ===
 
* http://defcon-cc.dyndns.org/wiki/ESP8266 Übersicht / Einstiegsanleitung (deutsch)
 
* http://defcon-cc.dyndns.org/wiki/ESP8266 Übersicht / Einstiegsanleitung (deutsch)
 
* http://www.electrodragon.com/w/ESP8266 Übersicht/Einstiegsanleitung/weitere Infos (englisch)  
 
* http://www.electrodragon.com/w/ESP8266 Übersicht/Einstiegsanleitung/weitere Infos (englisch)  
 +
 +
=== Tiefergehende Infos / Foren ===
 
* http://www.esp8266.com/ Community Forum zum ESP8266
 
* http://www.esp8266.com/ Community Forum zum ESP8266
 
* http://bbs.espressif.com/ Forum vom Chiphersteller
 
* http://bbs.espressif.com/ Forum vom Chiphersteller
 +
 +
=== Interessante Projekte ===
 
* http://hackaday.com/2014/11/13/programming-an-arduino-over-wifi-with-the-esp8266/ Arduino remote programming over WiFi with ESP8266
 
* http://hackaday.com/2014/11/13/programming-an-arduino-over-wifi-with-the-esp8266/ Arduino remote programming over WiFi with ESP8266
 +
 +
=== Alternative Firmware, GCC Toolchain, etc. ===
 +
* https://github.com/esp8266/esp8266-wiki/wiki GCC basierte toolchain (Für Ubuntu)

Version vom 7. März 2015, 22:14 Uhr

Geplante Workshop Inhalte

  • Anschluß an PC via USB-Seriell-Konverter, Pegelwandlung 5V - 3.3V, Stromversorgung 3.3V
  • Updaten der Firmware
  • Handbertrieb mit AT-Kommandos
  • alternative Firmwares
  • Betrieb am Arduino/uC
  • evtl. Betrieb am Raspberry


Linksammlung

Erster Start

Tiefergehende Infos / Foren

Interessante Projekte

Alternative Firmware, GCC Toolchain, etc.