Digilog-logo

Digilog ESP32 Super Mini Dev ဘုတ်

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

သတ်မှတ်ချက်များ

  • ကုန်ပစ္စည်းအမည်- ESP32 Super Mini Dev Board
  • ဘုတ်အမျိုးအစား- ESP32C3 Dev Module
  • ဆက်သွယ်မှု- USB CDC
  • Baud နှုန်း - 9600
  • Onboard LED: GPIO8

စနစ်ထည့်သွင်းခြင်း- ၀၁

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)
ပုံ-၈

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

စနစ်ထည့်သွင်းခြင်း- ၀၁

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

ပုံကြမ်း

  • define LED_BUILTIN 8
  • char myData[10];
  • ထည့်သွင်းမှု ပျက်ပြယ်ခြင်း()
  • Serial.begin(9600);
  • pinMode(LED_BUILTIN, OUTPUT)
  • void loop()
  • digitalWrite(LED_BUILTIN၊ HIGH); // LED ကိုဖွင့်ပါ ( voltagအီး အဆင့်)
  • delay(1000); // wait for a second
  • digitalWrite(LED_BUILTIN၊ LOW); // Vol ကိုပြုလုပ်ခြင်းဖြင့် LED ကိုပိတ်လိုက်ပါ။tage LOW delay(1000)
  • byte n = 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.

စနစ်ထည့်သွင်းခြင်း- ၀၁

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

အထွက်

  • မင်္ဂလာပါ
  • မင်္ဂလာပါ
  • Arduino //From InputBox of SM to ESP32C3 to OutputBox of SM
  • မင်္ဂလာပါ
  • မင်္ဂလာပါ

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. onboard LED ကို DPin-8 တွင် ချိတ်ဆက်ထားသည်။
  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. ပေးထားသော ပုံကြမ်းကို ဘုတ်သို့ အပ်လုဒ်လုပ်ပါ။
  8. အစတွင် onboard LED ပိတ်ထားကြောင်းစစ်ဆေးပါ။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.

စာရွက်စာတမ်းများ / အရင်းအမြစ်များ

Digilog ESP32 Super Mini Dev ဘုတ် [pdf] ညွှန်ကြားချက်များ
ESP32 Super Mini Dev Board၊ ESP32၊ Super Mini Dev Board၊ Mini Dev Board၊ ဘုတ်

ကိုးကား

မှတ်ချက်တစ်ခုချန်ထားပါ။

သင့်အီးမေးလ်လိပ်စာကို ထုတ်ပြန်မည်မဟုတ်ပါ။ လိုအပ်သောအကွက်များကို အမှတ်အသားပြုထားသည်။ *