Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | |
7 | 8 | 9 | 10 | 11 | 12 | 13 |
14 | 15 | 16 | 17 | 18 | 19 | 20 |
21 | 22 | 23 | 24 | 25 | 26 | 27 |
28 | 29 | 30 |
Tags
- QEMU
- Visual Studio
- raspberrypi
- buildroot
- esp32
- platformio
- 디버깅
- UART
- AVR
- STM32
- yocto
- Arduino
- GPIO
- vscode
- atmel
- 라즈베리파이
- 리눅스
- BeagleBone
- Debugging
- avr-gcc
- nucleo
- bare metal
- Linux
- 아두이노
- USART
- C++
- Visual Studio Code
- AArch64
- Raspberry
- Debug
Archives
- Today
- Total
임베디드를 좋아하는 조금 특이한 개발자?
[ESP32] 아두이노IDE로 업로드시 No serial data received 애러 해결 본문
1. 애러 증상
ESP32로 아두이노 스케치을 업로드할 때 위와 같은 에러가 발생할 수 있다.
2. 해결 방법
Baudrate를 921600보다 낮게 설정하면 해결 된다.
- Baudrate 설정 방법
Tools -> Upload speed -> 460800 선택
3. 증상 해결
'Embedded > ESP32' 카테고리의 다른 글
[ESP32] LVGL를 통한 GUI 개발 환경 구축 (0) | 2025.04.09 |
---|---|
[LOLIN D32 PRO] Wrong boot mode detected 문제 해결 (0) | 2025.03.07 |