Search found 3 matches
- Mon Apr 03, 2023 8:05 am
- Forum: ESP32 Arduino
- Topic: ESP32-C3-01M built in led flashing and serial not working
- Replies: 4
- Views: 2994
Re: ESP32-C3-01M built in led flashing and serial not working
#include "SevSeg.h"
SevSeg sevseg;
const int dig1 = 9;
const int dig2 = 8;
const int dig3 = 1;
const int dig4 = 0;
const int A = 6;
const int B = 10;
const int C = 5;
const int D = 4;
const int E = 3;
const int F = 2;
const int G = 7;
int sec = 0;
unsigned long preTime = 0;
void ...
- Sun Apr 02, 2023 10:01 am
- Forum: ESP32 Arduino
- Topic: ESP32-C3-01M built in led flashing and serial not working
- Replies: 4
- Views: 2994
Re: ESP32-C3-01M built in led flashing and serial not working
Thanks for the quick reply. There is a ch340c ic on the board that does the serial-usb conversion. I tried the code pins 18 and 19 excluded, but the same issue.
- Sat Apr 01, 2023 2:37 pm
- Forum: ESP32 Arduino
- Topic: ESP32-C3-01M built in led flashing and serial not working
- Replies: 4
- Views: 2994
ESP32-C3-01M built in led flashing and serial not working
Hi!
I recently ordered an esp32-c3-01m kit microcontroller and encountered two issues with it.
I would like to use it to drive a 7-segment display, but I noticed that the display flashes approximately every 2 seconds (there is no delay or serial print in the code). I won't include the code for ...
I recently ordered an esp32-c3-01m kit microcontroller and encountered two issues with it.
I would like to use it to drive a 7-segment display, but I noticed that the display flashes approximately every 2 seconds (there is no delay or serial print in the code). I won't include the code for ...