esp32 פיתוח – הקמת סביבת עובדה – פיתוח אמבד
esp32 פינים

כיתבת קוד בדיקה –
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 |
const int Pin = 12; const int ledPin = 13; // State of the push button int buttonState = 0; void setup() { Serial.begin(115200); //Set the pin as an input pullup pinMode(14, OUTPUT); pinMode(13, OUTPUT); pinMode(12, OUTPUT); } void loop() { digitalWrite(12, LOW); delay(250); digitalWrite(12, HIGH); delay(250); |
חיבור צורב :

יש ללחוץ על לחצן RESET במודול לפני כל צריבה
לאחר הצריבה ננתק את החיבור – בין הפינים GND GPIO0
קישורים ממולצים EPS32