PYTHON ON ESP8266 - imagair.imag.fr/images/3/38/Projet9-ESP8266-flyer.pdf · python on esp8266...

4
PYTHON ON ESP8266 EFFICIENT WAY TO PROGRAM THE ESP8266 CARD WITH PYTHON LANGUAGE

Transcript of PYTHON ON ESP8266 - imagair.imag.fr/images/3/38/Projet9-ESP8266-flyer.pdf · python on esp8266...

Page 1: PYTHON ON ESP8266 - imagair.imag.fr/images/3/38/Projet9-ESP8266-flyer.pdf · python on esp8266 efficient way to program the esp8266 card with python language

PYTHON ON ESP8266

EFFICIENT WAY TO PROGRAM THEESP8266 CARD WITH PYTHON

LANGUAGE

Page 2: PYTHON ON ESP8266 - imagair.imag.fr/images/3/38/Projet9-ESP8266-flyer.pdf · python on esp8266 efficient way to program the esp8266 card with python language

SMALL CARD BUT GREAT POTENTIAL

The ESP8266 is a smallcard that cost lessthan 3 euros. It can bea simple wifi accesspoint. It's price and it'ssize are perfect for theInternet of Things.

OVERVIEW

Python on the ESP8266 Projectcompiles python code to C++ viashedskin, and compile it in assemblycode via Xtensa toolchain.

The compilation process allowsbetter performance than a standardinterpreter.

Page 3: PYTHON ON ESP8266 - imagair.imag.fr/images/3/38/Projet9-ESP8266-flyer.pdf · python on esp8266 efficient way to program the esp8266 card with python language

RUN MODE WIRERING

FLASH MODE WIRERING

Page 4: PYTHON ON ESP8266 - imagair.imag.fr/images/3/38/Projet9-ESP8266-flyer.pdf · python on esp8266 efficient way to program the esp8266 card with python language

CONCURRENT TECHNOLOGIES