martedì 8 gennaio 2019

Esp32 - collaudo della scheda

Risultati immagini per WEMOS LOLIN32 OLEDSSD1306

OPERAZIONI INIZIALI- Installazione dell’IDE di Arduino
- Aggiunta delle schede Esp32: https://github.com/espressif/.../boards_manager.md
- Installazione dei driver: https://www.silabs.com/.../usb-to-uart-bridge-vcp-drivers
- Aggiunta della libreria: https://github.com/PaulStoffregen/Time
- Aggiunta degli esempi (vanno lievemente modificati): https://github..../ESP32-OLED0.96-ssd1306
- Risoluzione del bug relativo alla programmazione della scheda i un bug https://github..../issues/333
concerning the sketch upload, I tried the following: pushing on BOOT button during flashing process (but without acting on RST button at all) allows Arduino to flash the WEMS board successfully.


TUTORIAL/GUIDE
- https://dl.espressif.com/doc/esp-idf/latest/index.html
- https://www.espressif.com/sites/default/files/documentation/esp32_datasheet_en.pdf
- https://www.espressif.com/sites/default/files/documentation/esp32-wroom-32_datasheet_en.pdf
- https://arduino-esp8266.readthedocs.io/en/latest/esp8266wifi/readme.html
- https://techtutorialsx.com/category/esp32/
- http://www.lucadentella.it/category/esp32/

https://randomnerdtutorials.com/projects/#esp32

LIBRERIE
https://github.com/me-no-dev/ESPAsyncWebServer#async-websocket-plugin

ACQUISTO
- https://www.aliexpress.com/item/Lolin-ESP32-OLED-wemos....html
https://www.amazon.it/gp/product/B07912XSHV

RISORSE
- https://github.com/espressif/arduino-esp32 ESEMPI PROVATI
- Websocket: https://techtutorialsx.com/...-receiving-data-from-javascript-websocket-client/
- SPIFFS: https://randomnerdtutorials.com/install-esp32-filesystem-uploader-arduino-ide/ - SPIFFS: https://randomnerdtutorials.com/esp32-web-server-spiffs-spi-flash-file-system/
- SERVO: https://randomnerdtutorials.com/esp32-servo-motor-web-server-arduino-ide/
- SocketServerPuttyConnection: https://techtutorialsx...m-a-putty-socket-client/
- SocketServerRelayControl: https://techtutorialsx....-controlling-a-relay-remotely/
- WebserverWithSpiffs: https://techtutorialsx....-serving-external-css-file/

ALTRI ESEMPI
https://techtutorialsx.com/2018/06/21/raspberry-pi-3-flask-receiving-http-post-request-from-esp32/
https://techtutorialsx.com/2018/05/17/esp32-arduino-sending-data-with-socket-client/
https://techtutorialsx.com/2018/05/05/esp32-arduino-temperature-humidity-and-co2-concentration-web-server/
https://techtutorialsx.com/2018/04/27/esp32-arduino-bluetooth-classic-controlling-a-relay-remotely/
https://techtutorialsx.com/2018/03/17/esp32-arduino-getting-weather-data-from-api/
https://techtutorialsx.com/2018/11/16/esp32-websocket-server-sending-binary-frame-to-client/
https://techtutorialsx.com/2018/09/13/esp32-arduino-web-server-receiving-data-from-javascript-websocket-client/
https://techtutorialsx.com/2017/07/29/esp32-idf-setting-a-soft-ap/
https://techtutorialsx.com/2017/07/16/esp32-arduino-internal-hall-sensor-measurements/

https://www.hackster.io/khanhhs/arduino-web-based-two-player-game-584daa
https://www.hackster.io/khanhhs/arduino-web-based-keypad-80015f
https://www.hackster.io/iot_lover/phpoc-web-based-joystick-ca04dd
https://www.hackster.io/Homer/phpoc-remote-control-spider-robot-473c9d
https://www.hackster.io/phpoc_man/remotely-controlling-arm-robot-via-web-8ae49b
https://www.hackster.io/iot_lover/arduino-control-step-motor-precisely-via-web-e35e47
https://www.hackster.io/phpoc_man/controlling-stepper-motor-precisely-via-web-f5ee6c
https://www.hackster.io/phpoc_man/control-position-of-dc-motor-via-web-using-pid-controller-c50a2f
https://www.hackster.io/iot_lover/reset-arduino-via-web-6b91de
https://www.hackster.io/iot_lover/arduino-drawing-via-web-using-step-motor-controller-cb5f33
https://www.hackster.io/kbcloud/distance-measurement-vehicle-via-websocket-c312bc
https://www.hackster.io/phpoc_man/arduino-control-arm-robot-via-web-379ef3
https://www.hackster.io/phpoc_man/controlling-ir-appliances-with-scheduler-ee2afd

https://github.com/espressif/arduino-esp32/blob/master/libraries/ArduinoOTA/examples/OTAWebUpdater/OTAWebUpdater.ino

ESP32 With Integrated OLED (WEMOS/Lolin) - Getting Started

1 commento: