Replies: 1 comment
-
Where did you get the firmware? Are you sure it is a full disk image and not just the app partition? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Board
ESP32-D0WD-V3
Device Description
DC 12V 2A POWER SUPPLY
USB-C CABLE TO UPLOAD
nothing attached. is just to read and command some digital and analog Inputs and outputs
Hardware Configuration
#define ANALOG_A1 36
#define ANALOG_A2 39
#define ANALOG_A3 34
#define ANALOG_A4 35
DS18B20/DHT11/DHT21/LED strip -1: 32
DS18B20/DHT11/DHT21/LED strip -2: 33
DAC1:26
DAC2:25
IIC SDA:4
IIC SCL:15
Input_IIC_address 0x22
Relay_IIC_address 0x24
RS485 RXD: 14
RS485 TXD: 27
SPI_Bus: (For LoRA/nRF24L01)
CS: 5
MOSI: 23
MISO: 19
SCK: 18
LoRA sx1278:
RST:21
DIO0:2
nRF24L01:
CE: 22
RS485:
TXD:27
RXD:14
RS232:
TXD:17
RXD:16
Extend serial port on PCB:
TXD(define by yourself):12
RXD (define by yourself) :13
Version
latest stable Release (if not listed below)
IDE Name
vscode
Operating System
windows 10
Flash frequency
40Mhz
PSRAM enabled
yes
Upload speed
115200
Description
Im getting this error on flashing my esp32. Someone know how to fix?
Sketch
Debug Message
Other Steps to Reproduce
If you need more info just ask me to test . i'm begginer in ESP32
I have checked existing issues, online documentation and the Troubleshooting Guide
Beta Was this translation helpful? Give feedback.
All reactions