아두이노4 ImportError: No module named serial 문제 해결 Traceback (most recent call last): File "/home/xxxxxxxxxxx/.arduino15/packages/esp32/tools/esptool_py/3.0.0/esptool.py", line 38, in import serial ImportError: No module named serial exit status 1 아두이노 IDE에 esp32 개발 환경을 세팅 후에, 빌드하니 위와 같은 에러가 발생했다. 참 귀찮은 python이다. 해결책은 Linux 버전 및 설치 상황에 따라 다르겠지만 나 같은 경우, 아래와 같이 해결했다. $ sudo apt install python-is-python3 이걸로 안되면 아래 게시물 참고하시길. https://askubuntu.com.. 2021. 7. 13. Arduino UNO full pinout diagram 2021. 7. 4. 아두이노와 다른 장치 간의 UART 통신하기 아두이노는 아주 간단해서 다른 장치와의 통신 테스트에 아주 용이하다. 그런데 그것도 잘 쓰는 사람에게나 그런 것이고 안 써본 사람에게는 쉽지 않다. 쉽지 않다는 표현보다는 귀찮다는 표현이 맞을지도 모르겠다. 내가 사용하는 장치에 Wake-up 신호 및 UART를 통한 AT Command 전달을 위한 UART 통신 코드가 필요해서 일단 검색해 보았다. 포스팅된 많은 자료가 있지만 역시나 내 입맛에 맞는 것은 없다. 그래서, 다시 검색. 내가 사용하는 UNO 보드에 맞는 소스코드가 공식 사이트에 있다. !! https://www.arduino.cc/en/Tutorial/LibraryExamples/SoftwareSerialExample Software Serial Example Open-source elec.. 2021. 7. 4. Arduino UNO Schematic https://store.arduino.cc/usa/arduino-uno-rev3 Arduino Uno Rev3 | Arduino Official Store Arduino Uno is a microcontroller board based on the ATmega328P (datasheet). It has 14 digital input/output pins (of which 6 can be used as PWM outputs), 6 analog inputs, a 16 MHz ceramic resonator (CSTCE16M0V53-R0), a USB connection, a power jack, an ICSP store.arduino.cc https://www.arduino.cc/en/uploads/Mai.. 2021. 7. 4. 이전 1 다음