ESP32 : Différence entre versions
(→Eventuels projets) |
|||
(11 révisions intermédiaires par le même utilisateur non affichées) | |||
Ligne 1 : | Ligne 1 : | ||
==Préparer son ordinateur pour programmer l'ESP32 avec Arduino== | ==Préparer son ordinateur pour programmer l'ESP32 avec Arduino== | ||
Voir : https://www.wikidebrouillard.org/wiki/Utiliser_l%27ESP32_avec_le_logiciel_Arduino | Voir : https://www.wikidebrouillard.org/wiki/Utiliser_l%27ESP32_avec_le_logiciel_Arduino | ||
+ | |||
+ | le pinout des cartes à 38 broches | ||
+ | |||
+ | [[Fichier:ESP32-38 PIN-DEVBOARD.png|400px]] | ||
+ | |||
==ESP32-CAM== | ==ESP32-CAM== | ||
* https://github.com/AlexeyMal/esp32cam-wifi-robot-car | * https://github.com/AlexeyMal/esp32cam-wifi-robot-car | ||
Ligne 8 : | Ligne 13 : | ||
==Ressources== | ==Ressources== | ||
* [https://randomnerdtutorials.com/projects-esp32/ Random Nerd Tutorial] | * [https://randomnerdtutorials.com/projects-esp32/ Random Nerd Tutorial] | ||
+ | * [https://www.raspberryme.com/esp32-25-guides-gratuits-pour-les-capteurs-et-les-modules/ Ce qui semble être une copie traduite de Random Nerd Tutorial] | ||
* [https://techtutorialsx.com/2021/07/17/esp32-wifi-manager-extra-features/ Site web Techturorials] | * [https://techtutorialsx.com/2021/07/17/esp32-wifi-manager-extra-features/ Site web Techturorials] | ||
<html> | <html> | ||
Ligne 17 : | Ligne 23 : | ||
</html> | </html> | ||
* Bibliothèque Arduino audio tool : https://github.com/pschatzmann/arduino-audio-tools | * Bibliothèque Arduino audio tool : https://github.com/pschatzmann/arduino-audio-tools | ||
+ | |||
+ | ===monitorer les broches de l'esp32 en direct=== | ||
+ | * [https://www.youtube.com/watch?v=UxkOosaNohU Live GPIO Pin Monitoring] | ||
==Eventuels projets== | ==Eventuels projets== | ||
+ | * https://www.thingiverse.com/thing:6199250 | ||
* https://www.instructables.com/ESP32-Speech-Synthesizer-Experiment-With-XFS5152CE/ | * https://www.instructables.com/ESP32-Speech-Synthesizer-Experiment-With-XFS5152CE/ | ||
* https://www.pschatzmann.ch/home/2021/12/17/ai-thinker-audio-kit-building-a-simple-synthesizer-with-the-audiotools-library/ | * https://www.pschatzmann.ch/home/2021/12/17/ai-thinker-audio-kit-building-a-simple-synthesizer-with-the-audiotools-library/ | ||
Ligne 33 : | Ligne 43 : | ||
* https://www.emulatorgames.net/roms/nintendo/ | * https://www.emulatorgames.net/roms/nintendo/ | ||
* https://www.youtube.com/watch?v=oT2H8a1SB2k | * https://www.youtube.com/watch?v=oT2H8a1SB2k | ||
+ | * https://www.hackster.io/john-bradnam/robot-dog-boston-cbc763 | ||
+ | * http://www.chezpapietmamie.com/pcube/arduino/balancuino-restez-equilibres-sinon-game-over/ | ||
+ | |||
+ | intéressant | ||
+ | * https://www.thingiverse.com/thing:2997432 | ||
+ | * https://www.thingiverse.com/thing:3570408 | ||
+ | <html> | ||
+ | <iframe width="560" height="315" src="https://www.youtube.com/embed/DAc89KiMVHY?si=jG-0S3kOU12TjMBF" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe> | ||
+ | </html> | ||
+ | ===ESP32 et ChatGPT=== | ||
+ | * https://github.com/techiesms/ESP32-ChatGPT | ||
+ | |||
+ | |||
+ | |||
+ | ==catégorie== | ||
+ | [[Catégorie:Tuto Arduino]] | ||
+ | [[Catégorie:ESP32]] | ||
+ | |||
+ | [[Catégorie:Arduino]] |
Version actuelle datée du 27 juillet 2024 à 07:20
Sommaire
Préparer son ordinateur pour programmer l'ESP32 avec Arduino
Voir : https://www.wikidebrouillard.org/wiki/Utiliser_l%27ESP32_avec_le_logiciel_Arduino
le pinout des cartes à 38 broches
ESP32-CAM
- https://github.com/AlexeyMal/esp32cam-wifi-robot-car
- https://randomnerdtutorials.com/esp32-cam-car-robot-web-server/
- https://dronebotworkshop.com/esp32cam-robot-car/
Ressources
- Random Nerd Tutorial
- Ce qui semble être une copie traduite de Random Nerd Tutorial
- Site web Techturorials
- Bibliothèque Arduino audio tool : https://github.com/pschatzmann/arduino-audio-tools
monitorer les broches de l'esp32 en direct
Eventuels projets
- https://www.thingiverse.com/thing:6199250
- https://www.instructables.com/ESP32-Speech-Synthesizer-Experiment-With-XFS5152CE/
- https://www.pschatzmann.ch/home/2021/12/17/ai-thinker-audio-kit-building-a-simple-synthesizer-with-the-audiotools-library/
- https://www.instructables.com/HackerBox-0079-Audio-DSP/
- https://www.hackster.io/mark-donners/edison-radio-best-internet-radio-esp32-arduino-4a80a5
- https://www.hackster.io/alankrantas/diy-micropython-arcade-esp32-413d9e
probab'
- https://www.instructables.com/ESP-32-Based-Audio-Player/
- https://www.youtube.com/watch?v=oT2H8a1SB2k
Hummmmm
- https://www.emulatorgames.net/roms/nintendo/
- https://www.youtube.com/watch?v=oT2H8a1SB2k
- https://www.hackster.io/john-bradnam/robot-dog-boston-cbc763
- http://www.chezpapietmamie.com/pcube/arduino/balancuino-restez-equilibres-sinon-game-over/
intéressant
ESP32 et ChatGPT