डिजिलॉग ESP32 सुपर मिनी डेव बोर्ड
विशेष विवरण
- उत्पाद का नाम: ESP32 सुपर मिनी डेव बोर्ड
- बोर्ड प्रकार: ESP32C3 डेव मॉड्यूल
- संचार: USB CDC
- बॉड दर: 9600
- ऑनबोर्ड एलईडी: 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
सेटअप-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];
- शून्य सेटअप()
- सीरियल.बिगिन(9600);
- pinMode(LED_BUILTIN, OUTPUT)
- शून्य लूप()
- digitalWrite(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”.
- Do not place the ESP32C3 Super Mini Board on the Breadboard to avoid contact problems.
- ऑनबोर्ड एलईडी DPin-8 से जुड़ा हुआ है।
- Use a male-female jumper and connect the female side at DPin-9 to act as an external switch/button.
- The connection diagram of the onFig. 1 LED and a button are similar to Fig. 1.
- Select Board as follows: IDE 2.3.1 –> Tools –> ESP32.
- LOLIN C3 Mini USB CDC On Boot: Enabled.
- प्रदान किये गए स्केच को बोर्ड पर अपलोड करें।
- प्रारंभ में जांच लें कि ऑनबोर्ड एलईडी बंद है।
- Closing the switch will make the onboard LED start blinking at a 2-second interval.
- Ensure that the onboard LED is on.f
- Gently touch the male side of the hanging wire/jumper with h G-pin of the Mini Board.
- Confirm that the onboard LED is blinking at a 2-second interval.
- Press the RST (Reset) Button of the Mini Board and repeat the process if needed.
दस्तावेज़ / संसाधन
![]() |
डिजिलॉग ESP32 सुपर मिनी डेव बोर्ड [पीडीएफ] निर्देश ESP32 सुपर मिनी डेव बोर्ड, ESP32, सुपर मिनी डेव बोर्ड, मिनी डेव बोर्ड, बोर्ड |