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

Preview:

Citation preview

PYTHON ON ESP8266

EFFICIENT WAY TO PROGRAM THEESP8266 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.

RUN MODE WIRERING

FLASH MODE WIRERING

CONCURRENT TECHNOLOGIES

Recommended