#include <TinyGPSPlus.h> // include TinyGPS++ library
#include <TimeLib.h> // include Arduino time library
#include <SoftwareSerial.h> // include software serial library
#include <esp_now.h>
#include <WiFi.h>
// REPLACE WITH YOUR ESP RECEIVER'S MAC ADDRESS
uint8_t broadcastAddress[8][6] = {{ 0xA8 ...
Search found 2 matches
- Wed Mar 27, 2024 5:38 am
- Forum: General Discussion
- Topic: Unable to send to more than five slaves in ESPNOW
- Replies: 0
- Views: 2118
- Wed Feb 07, 2024 5:32 am
- Forum: Hardware
- Topic: ESP32 4 digit 7 segment display blinking problem
- Replies: 1
- Views: 775
ESP32 4 digit 7 segment display blinking problem
I am interfacing discrete 4 digit 7 segment display to ESP32 Dev Module with Arduino IDE 2.2.1
I am not using sevseg.refreshDisplay();
I am trying to refresh display using loop but the display is blinking
Please may I have solution?
I am not using sevseg.refreshDisplay();
I am trying to refresh display using loop but the display is blinking
Please may I have solution?