까먹기 전에 기록해 놓는다. 전에부터 사놓았던 GPS 모듈인데, ESP32-S3에서 동작을 할지 확인을 하기 위해 한번 연결해 봤다. 아래의 링크에 있는 TinyGPSPlus-ESP32 라이브러리를 사용해 봤는데 뭔가 빌드가 안된다. https://www.arduinolibraries.info/libraries/tiny-gps-plus-esp32 TinyGPSPlus-ESP32 A GPS library www.arduinolibraries.info "avr/interrupt.h: No such file or directory" 에러가 자꾸 뜨던데, 구글링을 해 본 결과, ESP32에서는 소프트웨어 시리얼이 잘 안 통하는 거 같다. 자세히 알고 싶은 분은 내가 정리해 놓은 아래의 글을 참고하길 바란다. h..