Per risolvere problema Python su MAC:
sed -i -e 's/=python /=python3 /g' ~/Library/Arduino15/packages/esp32/hardware/esp32/*/platform.txt
https://dronebotworkshop.com/esp32-i2s/
MP3 Player Hookup
Here is the hookup for our MP3 player:
If you wish, you can move the I2S amplifier to different GPIO pins, as nothing is special about them. Just be sure to make the appropriate changes in the sketch. The MicroSD card requires SPI bus connections, there are several on the ESP32 to choose from.
Welcome to the documentation of LVGL! (LIGHT AND VERSATILE GRAPHic LIbrarY)
https://docs.lvgl.io/v7/en/html/
Creare immagini PNG versione C:
https://lvgl.io/tools/imageconverter
Come installare ESP32 su Arduino IDE:
https://randomnerdtutorials.com/installing-the-esp32-board-in-arduino-ide-windows-instructions/
ESP32 WebSerial: Web-based Remote Serial Monitor
https://randomnerdtutorials.com/esp32-webserial-library/
How to Set an ESP32 Access Point (AP) for Web Server
https://randomnerdtutorials.com/esp32-access-point-ap-web-server/
Getting started with firebase:
https://randomnerdtutorials.com/esp32-firebase-realtime-database/
https://randomnerdtutorials.com/vs-code-workspaces-esp32-esp8266/
https://circuitdigest.com/microcontroller-projects/ble-based-proximity-control-using-esp32
https://circuitdigest.com/microcontroller-projects/esp32-based-bluetooth-ibeacon
https://www.youtube.com/watch?v=upeHpyTW1ZM
https://github.com/lucadentella/esp32-tutorial
http://www.lucadentella.it/2018/03/05/esp32-32-ble-ibeacon/
Dual-core ESP32 and 2.0" touch-sensitive display in a package ready for harsh environments.
- ESP32/ESP8266: Firebase Web App to Display Sensor Readings (with Authentication): create a Firebase Web App to display sensor readings saved on the Firebase Realtime Database. The sensor readings web page is protected with authentication with email and password and it is accessible from anywhere.
- ESP32: Create a Wi-Fi Manager (AsyncWebServer library): learn how to create a simple Wi-Fi Manager using the AsyncWebServer library. A wi-fi manager allows you to connect the ESP32 board to different Access Points (networks) without hard-coding network credentials (SSID and password) or upload new code to your board.
- Year in Review 2021 – Random Nerd Tutorials: a summary of what happened throughout 2021 on the Random Nerd Tutorials blog and some reflections.
- [SOLVED] Could not find a valid BME280 sensor, check wiring!: recently, a lot of people are having trouble getting the BME280 temperature, humidity, and pressure sensor to work. So, we created this quick troubleshooting guide with the most common issues and how to fix them.
We also updated the following tutorials related to MQTT and the Raspberry Pi:
- What is MQTT and How It Works: introduction to the MQTT protocol. Learn what it is, how it works, and other fundamental concepts.
- Install Mosquitto MQTT Broker on Raspberry Pi: learn how to install the Mosquitto Broker on the Raspberry Pi. The Mosquitto broker was updated recently, and there are a few changes you need to make during installation when compared to the previous version.
- Install Raspberry Pi OS, Set Up Wi-Fi, Enable and Connect with SSH: get started with the Raspberry Pi by installing the operating system, setting up Wi-Fi, and enabling and connecting with SSH
- Testing Mosquitto Broker and Client on Raspberry Pi: test the Mosquitto MQTT Broker and MQTT Client on a Raspberry Pi.
ESP32-Cam Makes A Dandy Motion Detector | Hackaday
ESP32-CAM: Set Access Point (AP) using Arduino IDE | Random Nerd Tutorials
ESP32 Camera Motion Detection without PIR {The Ultimate Guide} | Eloquent Arduino
ESP32 Riconoscere una targa (utilizzando google vision)
https://futuranet.it/progetti/2022/08/10/riconoscere-una-targa-con-il-modulo-esp32-cam-e-google/
Using AMG8833 Temperature Sensor with ESP8266 & LCD Display
In this project, we'll create our own thermal camera using the ESP8266 and the AMG8833 thermal temperature sensor. We'll visualize the thermal image on an ILI9341 screen. This homemade DIY thermal camera is portable since it works with a 3.7V lithium-ion battery. You can recharge the battery with a 5V micro-USB cable, as it has a special battery charging module called TP4056. The TFT display can also show the battery voltage level. When an object is introduced near the sensor, it displays visual images in the form of changing colors. The sensor is 8x8 based, but due to the interpolation algorithm, it appears as 24x24.
https://how2electronics.com/diy-amg8833-thermal-camera-with-esp8266-ili9341/