ESP32 Pin config utility - OfficinaTurini

Go to content
ESP32 Pin Config
ESP32 is a very popular core from the Chinese company Espressif. It has many integrated peripherals and excels at Bluetooth and WiFi connections.
It has a small number of pins and this favors its integration in small devices but increases the complication of multiplexing needed to make the different types of signals available on them.
This utility allows you to set the various pins according to the type of module or core selected.
You can save the configuration and create a source according to what you have chosen.
The program does not require installation but can be run directly once loaded into a working directory.
It may also be necessary to install the C++ libraries if they are not available in the system you are using, but you can download them from the link below.
In the current version only the ESP32-S3 core has been implemented with the various modules, other cores of the family will be added in the future.

If you like this application and want to contribute to its development and improvement you can make a donation .... Thanks!
ESP32 e' un core molto diffuso della Cinese Espressif. Ha moltissime periferiche integrate ed eccelle per le connessioni Bluetooth e WiFi.
Ha un numero ridotto di pin e questo ne favorisce l'integrazione in piccoli dispositivi ma aumenta la complicazione del multiplexing necessario a rendere disponibili le diverse tipologie di segnali sugli stessi.
Questa utility permette di impostare i vari i pin in accordo al tipo di modulo o core selezionato.
Si puo' salvare la configurazione e creare un sorgente in accordo a quanto scelto.
Il programma non necessita di istallazione ma puo' essere eseguito direttamente una volta caricato in una directory di lavoro.
Potrebbe essere necessario istallare anche le librerie C++ se non disponibili nel sistema di utilizzo, ma che e' possibile scaricare dal sottostante link.
Nella attuale versione e' stato implementato solo il core ESP32-S3 con i vari moduli, in futuro saranno aggiunti altri core della famiglia.

Se questa applicazione é di tuo gradimento e vuoi contribuire al suo sviluppo e miglioramento puoi fare una donazione .... Grazie!
The complete program file as portable : Tested on Win 10 x64

System libraries you may need ....


Revision History:
  • 0.0.1 2025/02/03 : First alpha release
Free counters!
VAT: IT -
(C) 2016-2025 Officina Turini, Tutti i diritti riservati
Back to content