diff options
author | Elena ``of Valhalla'' Grandi <valhalla@trueelena.org> | 2017-02-20 20:14:38 +0100 |
---|---|---|
committer | Elena ``of Valhalla'' Grandi <valhalla@trueelena.org> | 2017-02-20 20:14:38 +0100 |
commit | 8d4be06944866d6d8a2dddff16025f590b03765d (patch) | |
tree | 99e4c41f7a779960ce4a4a3d83ccbfc3271202dc /slides/presentazione_espruino.rst | |
parent | a58d3bc6761f94308cd1e21ba29c7d746ba15939 (diff) |
Some slides
Diffstat (limited to 'slides/presentazione_espruino.rst')
-rw-r--r-- | slides/presentazione_espruino.rst | 73 |
1 files changed, 64 insertions, 9 deletions
diff --git a/slides/presentazione_espruino.rst b/slides/presentazione_espruino.rst index 0c2b1a9..cd23619 100644 --- a/slides/presentazione_espruino.rst +++ b/slides/presentazione_espruino.rst @@ -33,6 +33,7 @@ Cos'è Espruino * Interprete javascript per microcontrollori * IDE integrata nel browser * Comunità: http://forum.espruino.com/ +* Open Hardware e Free Software Free Software ------------- @@ -46,31 +47,85 @@ Open Hardware .. image:: img/oshw-logo-400-px.png :align: center -Alcune schede -------------- +Famiglia di schede: espruino ed espruino pico +--------------------------------------------- + +.. image:: img/all2.jpg + :align: center + +http://www.espruino.com/press/ + +Famiglia di schede: puck.js +--------------------------- + +.. image:: img/parts_side.jpg + :align: center + +http://www.espruino.com/press/ + +Interprete javascript +--------------------- + +* ~ 95% compatibile con javascript “normale” +* su schede a partire da 128kB Flash 8kB RAM +* microcontrollori 32 bit: + + - ARM Cortex-M3 + - ARM Cortex-M4 + - ESP8266 + +Su altre schede +--------------- -.. inserire foto degli espruini che ho +.. image:: img/other_boards.png + :align: center + +Rispetto ad Arduino? +-------------------- + * Consumi minimi (di default) + * Esplorazione interattiva + * Facilità di scrittura di task paralleli + * Linguaggio versatile Applicazione per Chrom(e|ium) ----------------------------- -.. Inserire screenshot delle chromium apps +http://www.espruino.com/Web+IDE +https://chrome.google.com/webstore/detail/espruino-web-ide/bleoifhkdalbjfbobjackfdifdneehpo IDE --- -.. Screenshot dell'IDE vuota +.. image:: img/web_ide.png + :align: center + +Uso interattivo +--------------- + +.. image:: img/interactive_led.png + :align: center IDE a blocchi ------------- -.. Screenshot dell'IDE a blocchi con un blink +.. image:: img/blink_block.png + :align: center + +Blink, seconda versione +----------------------- + +.. image:: img/blink_text.png + :align: center + +Bottoni +------- -Caricamento ------------ +.. image:: img/button.png + :align: center -.. ? (caricamento sull'espruino? foto dell'espruino con un led acceso?) +Basi di javascript +------------------ Domande? -------- |