Digilog-logo

ഡിജിലോഗ് ESP32 സൂപ്പർ മിനി ഡെവലപ്‌മെന്റ് ബോർഡ്

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

സ്പെസിഫിക്കേഷനുകൾ

  • ഉൽപ്പന്ന നാമം: ESP32 സൂപ്പർ മിനി ഡെവലപ്മെന്റ് ബോർഡ്
  • ബോർഡ് തരം: ESP32C3 ഡെവലപ്മെന്റ് മൊഡ്യൂൾ
  • ആശയവിനിമയം: യുഎസ്ബി സിഡിസി
  • ബൗഡ് നിരക്ക്: 9600
  • ഓൺബോർഡ് LED: GPIO8

സെറ്റപ്പ്-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

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

സെറ്റപ്പ്-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)
  • അസാധുവായ ലൂപ്പ്()
  • ഡിജിറ്റൽ റൈറ്റ്(LED_BUILTIN, HIGH); // LED ഓണാക്കുക (HIGH ആണ് വോളിയംtagഇ ലെവൽ)
  • delay(1000); // wait for a second
  • digitalWrite(LED_BUILTIN, LOW); // വോള്യം ഉണ്ടാക്കി LED ഓഫ് ചെയ്യുകtage LOW delay(1000)
  • ബൈറ്റ് n = സീരിയൽ.ലഭ്യം();
  • 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.

സെറ്റപ്പ്-2

  • 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. ഓൺബോർഡ് എൽഇഡി 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. ഓൺബോർഡ് എൽഇഡി തുടക്കത്തിൽ ഓഫാണോ എന്ന് പരിശോധിക്കുക.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.

പ്രമാണങ്ങൾ / വിഭവങ്ങൾ

ഡിജിലോഗ് ESP32 സൂപ്പർ മിനി ഡെവലപ്‌മെന്റ് ബോർഡ് [pdf] നിർദ്ദേശങ്ങൾ
ESP32 സൂപ്പർ മിനി ഡെവലപ്മെന്റ് ബോർഡ്, ESP32, സൂപ്പർ മിനി ഡെവലപ്മെന്റ് ബോർഡ്, മിനി ഡെവലപ്മെന്റ് ബോർഡ്, ബോർഡ്

റഫറൻസുകൾ

ഒരു അഭിപ്രായം ഇടൂ

നിങ്ങളുടെ ഇമെയിൽ വിലാസം പ്രസിദ്ധീകരിക്കില്ല. ആവശ്യമായ ഫീൽഡുകൾ അടയാളപ്പെടുത്തി *