personas:jero98772:seguidor_linea:setup:start
Diferencias
Muestra las diferencias entre dos versiones de la página.
Próxima revisión | Revisión previa | ||
personas:jero98772:seguidor_linea:setup:start [2021/05/17 16:20] – creado jero98772 | personas:jero98772:seguidor_linea:setup:start [2021/05/26 01:14] (actual) – jero98772 | ||
---|---|---|---|
Línea 1: | Línea 1: | ||
====== instalacion inicial ====== | ====== instalacion inicial ====== | ||
- | ===== arduino ===== | + | ===== arduino |
==== windows ==== | ==== windows ==== | ||
en la pagina de arduino https:// | en la pagina de arduino https:// | ||
Línea 7: | Línea 7: | ||
sudo pacman -S arduino | sudo pacman -S arduino | ||
</ | </ | ||
+ | |||
+ | nos dio este error | ||
+ | < | ||
+ | |||
+ | Picked up JAVA_TOOL_OPTIONS: | ||
+ | Set log4j store directory / | ||
+ | WARNING: An illegal reflective access operation has occurred | ||
+ | WARNING: Illegal reflective access by processing.app.linux.GTKLookAndFeelFixer (file:/ | ||
+ | WARNING: Please consider reporting this to the maintainers of processing.app.linux.GTKLookAndFeelFixer | ||
+ | WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations | ||
+ | WARNING: All illegal access operations will be denied in a future release | ||
+ | java.lang.NullPointerException | ||
+ | at processing.app.Base.rebuildProgrammerMenu(Base.java: | ||
+ | at processing.app.Base.< | ||
+ | at processing.app.Base.main(Base.java: | ||
+ | |||
+ | </ | ||
+ | |||
+ | reinstalamos arduino y añadimos las dependencias opcionales de core y AVG | ||
+ | |||
+ | |||
+ | === añadir placas esp8266 y esp32 === | ||
+ | añadirmos en archivo en la opcion preferencias en " | ||
+ | < | ||
+ | | ||
+ | </ | ||
+ | vamos gestor de trajetas en la opcion del menu " | ||
+ | |||
+ | === probmamos la placa === | ||
+ | con un codigo cualquiera como : | ||
+ | < | ||
+ | //codigo .ino | ||
+ | String mensaje = " | ||
+ | void setup() { | ||
+ | // put your setup code here, to run once: | ||
+ | Serial.begin(9600); | ||
+ | } | ||
+ | |||
+ | void loop() { | ||
+ | // put your main code here, to run repeatedly: | ||
+ | Serial.println(mensaje); | ||
+ | delay(100); | ||
+ | } | ||
+ | </ | ||
+ | |||
+ | **test completo :)** | ||
+ | {{: | ||
+ | |||
+ | ==== Notas ==== | ||
+ | seria bueno instalar esptool | ||
personas/jero98772/seguidor_linea/setup/start.1621268428.txt.gz · Última modificación: por jero98772