esp 32 not connecting to Mac M2 #10987
Replies: 18 comments
-
Driver for the USB serial chip installed? |
Beta Was this translation helpful? Give feedback.
-
i have tried downloading all of this:
and the usb is connected via USB-hub. it doesnt seem to find the port |
Beta Was this translation helpful? Give feedback.
-
driver can conflict with each other. The USB hub can do harm too. |
Beta Was this translation helpful? Give feedback.
-
what should i do |
Beta Was this translation helpful? Give feedback.
-
Check which USB serial chip your board uses. Deinstall all drivers. This can be tricky. |
Beta Was this translation helpful? Give feedback.
-
Jason's on the right trail. There's a lot of guessing above at which driver to use, but first you should answer the fundamental question: what UART DOES your unnamed device actually use? That will shorten the search for the correct driver. Don't just install every driver you can find. I use a stable of most the whole ESP32 family on MacOS without issue. (Well, I do know of ONE issue, but you're not having it, so I won't complicate things.) Also, double check your cable actually passes data. Until System Settings shows a USB peripheral on the USB bus, the driver won't matter. |
Beta Was this translation helpful? Give feedback.
-
@robertlipe My M1 Mac does work with all dev boards I own. There are some since I am maintain the customized Tasmota Arduino Platformio Framework and do "some" testing ;-) |
Beta Was this translation helpful? Give feedback.
-
I recognize you, Jason. Your credentials are clearly solid. :-) I was trying to underscore your methodical approach to solving a problem instead of installing a dozen drivers when so far they hasn't even said what chip they have. Let's not pull it into the discussion, but the 44-pin S3 devkit-c clones that use the WCH where the default driver almost works (well enough to do terminal stuff and start an upload, almost never well enough to finish an upload) until you use the new driver and the /dev/cu.wchWHATEVER nodes. That's the only excuse that comes to mind on any of my own Macs with any of the couple dozen dev boards I have. (I have no doubt your collection "wins". No need for a contest.) |
Beta Was this translation helpful? Give feedback.
-
where can i find the chip? is it on the esp32 board itself? im still new in developing IOT projects so im not sure how to fix the problem. |
Beta Was this translation helpful? Give feedback.
-
Yes, on the board itself. You can post an photo here. This one |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
its the CP2102 |
Beta Was this translation helpful? Give feedback.
-
Now you're getting somewhere.
I've never heard of the site, but the recipe at
https://wiki.keyestudio.com/How_to_Install_the_Driver_of_CP2102_on_MAC_System
seems about right.
RJL
…On Fri, Jul 12, 2024 at 11:20 AM miea ***@***.***> wrote:
its the CP2102
—
Reply to this email directly, view it on GitHub
<#10006 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ACCSD36ZFQZIMSOO3332PW3ZL764XAVCNFSM6AAAAABKUYZKUWVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDEMRVHEYTIOBZGY>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
do i need to use the direct cable from usb-c to the micro-usb or can i plug it on a USB Hub. |
Beta Was this translation helpful? Give feedback.
-
For troubleshooting, make a direct connection from the computer to the esp32. Once you know it is working, you can test through the hub, using the other ports, etc. |
Beta Was this translation helpful? Give feedback.
-
Someone said that the Thunderbolt interface doesn’t support direct connections. Have you tried using a USB hub to adapt it? That might work. |
Beta Was this translation helpful? Give feedback.
-
i tried both direct connection and USB HUb. but still nothing happen. i think the board is broken already. |
Beta Was this translation helpful? Give feedback.
-
Board
ESP32 Dev Module
Device Description
ESP32 Dev Module
Hardware Configuration
ESP32
Version
latest master (checkout manually)
IDE Name
Arduino IDE
Operating System
macOS Sonoma
Flash frequency
PSRAM enabled
yes
Upload speed
Description
Anyone can help i have downloaded all the driver that are available but still it doesnt detect any new port especially the UART.
only this is shown /dev/cu.Bluetooth-Incoming-Port when i prompt ls /dev/cu.*
Sketch
Debug Message
Other Steps to Reproduce
No response
I have checked existing issues, online documentation and the Troubleshooting Guide
Beta Was this translation helpful? Give feedback.
All reactions