Finding a New ESP32 Port - A Step-by-Step Guide

Published on September 27, 2025, by Mike | MikesBlogDesign

Introduction

Working with multiple ESP32 boards can sometimes lead to port confusion, especially when uploading sketches via the Arduino IDE on Mac OS X. Recently, I encountered an error indicating the serial port /dev/cu.usbserial-1140 was unavailable, suggesting a change in port assignment. This guide will walk you through finding the new port for your second ESP32, ensuring smooth uploads and development.

Steps to Find the New Port

Additional Troubleshooting

Port Busy: If the port is listed but busy, close other apps (e.g., Terminal, another IDE instance). Use Terminal to check:

lsof | grep /dev/cu.usbserial-1140

Kill the process with: kill -9 <PID>

Conclusion

With the new port identified and selected, your second ESP32 should be ready for development. This process ensures seamless integration into projects like my ESP32 Bitcoin price display. Stay tuned for more tech tips on MikesBlogDesign!

© 2025 MikesBlogDesign. All rights reserved.

Comments

Approved comments appear below. Log in once with GFAVIP — it applies across the whole site. GFAVIP login

View comments archive