Digilog-logo

Digilog ESP32 Super Mini Garapen Plaka

Digilog-ESP32-Super-Mini-Dev-Board-product

Zehaztapenak

  • Produktuaren izena: ESP32 Super Mini Dev Board
  • Taula mota: ESP32C3 garapen modulua
  • Komunikazioa: USB CDC
  • Baud-tasa: 9600
  • LED integratua: GPIO8

Konfigurazioa-1

My ESP32 Super Mini Dev Board (Fig. 1) accepts sketches from a PC, but it does not communicate with the Serial Monitor (Bd = 9600) though the onBoard LED (at GPIO8) blinks.
[image|403×203](upload://pRi2u3tDsAxTivzokiEplEtzhlC.jpeg)
1. irudia

Digilog-ESP32-Super-Mini-Dev-Board-fig-1

Konfigurazioa-1

  • Board: “ESP32C3 Dev Module”
  • USB CDC on Boot: “Enabled”
  • Port: “COM13 (ESP32S3 Dev Module)” //no other option

Zirriborroa

  • define LED_BUILTIN 8
  • char myData[10];
  • hutsezko konfigurazioa ()
  • Serial.begin(9600);
  • pinMode(LED_BUILTIN, OUTPUT)
  • begizta hutsa ()
  • digitalWrite(LED_BUILTIN, HIGH); // LEDa piztu (HIGH bolumena datage maila)
  • delay(1000); // wait for a second
  • digitalWrite(LED_BUILTIN, LOW); // LEDa itzali bolumena aldatuztage LOW delay(1000)
  • n byte = Serial.available();
  • if (n != 0) { byte m = Serial.readBytesUntil(‘\n’, myData, sizeof (myData)-1); myData[m] = ‘\0’
  • Serial.println(myData); }
  • Serial.println(“Hello”); }

The following setup has solved the problem.

Konfigurazioa-2

  • Board: “LOLIN C3 Mini”
  • USB CDC on Boot: “Enabled”
  • Port: “COM13 (ESP32S3 Dev Module)”
  • Bd = 9600

Irteera

  • Kaixo
  • Kaixo
  • Arduino //From InputBox of SM to ESP32C3 to OutputBox of SM
  • Kaixo
  • Kaixo

Would be glad to hear your opinion as to — “what is LOLIN C3”.

  1. Do not place the ESP32C3 Super Mini Board on the Breadboard to avoid contact problems.
  2. Txartelaren LED integratua DPin-8an konektatuta dago.
  3. Use a male-female jumper and connect the female side at DPin-9 to act as an external switch/button.
  4. The connection diagram of the onFig. 1 LED and a button are similar to Fig. 1.Digilog-ESP32-Super-Mini-Dev-Board-fig-2
  5. Select Board as follows: IDE 2.3.1 –> Tools –> ESP32.
  6.  LOLIN C3 Mini USB CDC On Boot: Enabled.
  7. Igo emandako zirriborroa arbelera.
  8. Egiaztatu hasieran barneko LEDa itzalita dagoela.Digilog-ESP32-Super-Mini-Dev-Board-fig-3
  9. Closing the switch will make the onboard LED start blinking at a 2-second interval.
  10. Ensure that the onboard LED is on.f
  11. Gently touch the male side of the hanging wire/jumper with h G-pin of the Mini Board.
  12. Confirm that the onboard LED is blinking at a 2-second interval.
  13. Press the RST (Reset) Button of the Mini Board and repeat the process if needed.

Dokumentuak / Baliabideak

Digilog ESP32 Super Mini Garapen Plaka [pdfArgibideak
ESP32 Super Mini Garapen Taula, ESP32, Super Mini Garapen Taula, Mini Garapen Taula, Taula

Erreferentziak

Utzi iruzkin bat

Zure helbide elektronikoa ez da argitaratuko. Beharrezko eremuak markatuta daude *