-
Notifications
You must be signed in to change notification settings - Fork 7.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ESP32 not showing serial port after Mac installation #1084
Comments
Have you installed the serial port driver? Please run this command |
I have not installed any serial port drivers (I think?) |
Your board might use USB to UART. You'd need another driver for that. |
|
My ESP32 didn't show up on my MAC either until I installed that driver. |
So it doesn't seem like it is installing them on my laptop. The files from the uninstall script are not there. |
For MacOS X 10.9 and 10.10, see the folder called "Legacy MacVCP Driver". |
Well, it crashes my OSX 10.11 machine when I try to upload my sketch (filed a separate issue awhile back, but no answers: #983). |
If your OS X is crashing, it could be because of the USB driver. My OS X crashed when I plugged in my ESP8266. |
Hi danthegoodman1. I almost met the same problem with ESP32. Did you figures it out now? |
FWIW (I think it's mentioned in the other thread I started), mine worked when I used one of the USB ports on the back of my Apple monitor (a hub there, presumably) instead of the ones on the front of my Mac Pro tower. I guess this wouldn't apply to the OP's Macbook Pro though. Maybe try it with a powered hub ? Try a shorter thicker cable ? Add a battery to the ESP32 so it has plenty of power ? |
Goog that "richardfuchs" |
Hi, I have the same problem too. downloaded the recommended silicon labs drivers for usb to uart but still no luck. My Mac OS version is High Sierra 10.13.5. Does anyone have the same problem too? |
@bakzs Yeah I do have the exact same problem on my macbook pro... I have a Esp 32 Devkit V1 and installed the driver from espressif and the recomended one above, but I still cant see it in the arduino IDE. Im sad... |
Try the various USB ports, try a different cable, try a USB hub ... |
@JohnGEyles Thanks for your advice! I used the port at the back right with a different usb cable after a restart of the laptop. Now it works... ;-) |
Installing the silabs Silicon Labs VCP Driver.pkg worked for me also. 👍 Seems obvious that we need the drivers, but I thought I already had them after going thru the espressif/arduino-esp32 install steps. For others' future reference, you should see something like: Regardless, thanks for the pointer! |
Having this issue too. Still hunting. EDIT: Running High Sierra 10.13.6 |
Anyone notice MAC drivers were updated yesterday - still no joy though CP210x Macintosh OSX VCP Driver 5.0.5 - July 13, 2018 Known Issues and Limitations
|
Yeah, so I’ve tried identifying the device several other ways and it keeps showing up the same. My father’s old MacBook Pro also identifies it the same but when trying to view it in the Arduino IDE can’t find it, gets the same SOC and MALS. |
I’m actually wondering if this is more an issue with the Arduino IDE? Anyone had any luck with other IDEs? |
Just caved and tried a win8.1 machine, up and running in 15min. I thought my new ESP32 board was bad, tried every usb cable in the house with no Joy on my MAC. Windows machine is fine, my MAC cannot even see the board in terminal so has to be driver related still. |
Guys there are 2 drivers, the CP210x and CH340. I got those installed and
now all esp8266 and esp32 work with my 2017 mbp.
…On Sat, Jul 14, 2018 at 12:09 PM mattcony ***@***.***> wrote:
Just caved and tried a win8.1 machine, up and running in 15min. I thought
my new ESP32 board was bad, tried every usb cable in the house with no Joy
on my MAC. Windows machine is fine, my MAC cannot even see the board in
terminal so has to be driver related still.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#1084 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AQ-0rF9pUHBI1HONNlDYxzv6UbMohFXnks5uGhekgaJpZM4R6XN4>
.
|
That’s interesting, don’t think I came across the CH340 driver being needed. I’ll install that soon and get back to you with my results too. EDIT: Done and no change. I actually had the drivers installed before but reinstalled them. EDIT#2: Actually there is a change. Didn’t show up any differently in any of my Mac’s native searches but finally appeared in the Arduino IDE as EDIT#3: Has since vanished from the list again. I don’t know why, I didn’t unplug it or anything, I just went to double check and it was gone. This is somewhat infuriating. @mattcony looks like it could be. Briefly wondered if emulation would work but doesn’t feel like it. |
I am unable to see the SiLabs driver for the ESP32 Port on my Mac OS - High Sierra 10.13.3 for the ESP32. I have multiple USB ports and so I plugged in the ESP8266 on the other USB Port - and I got the "cu.wchusbserial1410" and this is good. But the /dev/cu.SLAB_USBxxx for the ESP32 is not showing ! Note : I rebooted my Mac after installing the driver. $ ls -l /dev/cu* The ESP32 has the print DEVKIT1 on the back of the microcontroller |
I had the same issue on a Macbook pro 2017. |
Had the same issue with bei 2017 MBP. I bought a new USB A to Micro USB cable and now it works. |
Had the same issue on a 2018 MBP, spent ages trying different cables and reinstalling drivers. On my Linux machine it just works but I have to use the MBP for work so to get it working:
Note, you may not need all those steps; I went overboard cause I am also trying to get a Linux partition working. Anyway, hope that helps someone. : ) |
@JakeHartnell : Seems like it would just be easier to install virtualbox and a linux vm. |
Silabs drivers worked for me. Had to run the Now I see |
Cable for me, glad I read through this thread! Running a MacBook Pro (13-inch, 2017, Two Thunderbolt 3 ports) and 11.4. My other cables work with other boards (Adafruit M0, MKR 1010) so I was shocked. Did the driver updates to no avail. Then used a 12" NIMASO USB-c to USB-C with a ARKTEK adapter and it worked, showing up as /dev/cu.usbserial-0001. Still wouldn't load the sketch--had to hold the Boot button to get the sketch to load. Hope it helps someone! |
[STALE_SET] This issue has been automatically marked as stale because it has not had recent activity. It will be closed in 14 days if no further activity occurs. Thank you for your contributions. |
[STALE_CLR] This issue has been removed from the stale queue. Please ensure activity to keep it openin the future. |
aaand still, the CABLE |
Hi do you have a link to buy this cable for me not work and I don't want to buy 1000 cables ;)
Le lun., déc. 6, 2021 à 17:27, ***@***.***> a écrit:
aaand still, the CABLE
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub, or unsubscribe.
Triage notifications on the go with GitHub Mobile for iOS or Android.
|
Hey there, i used a usbc to usb adapter and a mini usb to usb cable. I just an very cheap usb mini - usb cable. Just try a bit better cable…. It’ll work iiif your set up is fine.
Best greatings
Charlene
… Am 08.12.2021 um 15:01 schrieb Carle2 ***@***.***>:
Hi do you have a link to buy this cable for me not work and I don't want to buy 1000 cables ;)
Le lun., déc. 6, 2021 à 17:27, ***@***.***> a écrit:
aaand still, the CABLE
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub, or unsubscribe.
Triage notifications on the go with GitHub Mobile for iOS or Android.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub, or unsubscribe.
Triage notifications on the go with GitHub Mobile for iOS or Android.
|
I'd recommend that you make sure that the cable you buy can transfer data. There are certain cables that can only charge. |
For me cellularline USB Data Cable for MicroUsb worked. See comment |
Hello
Finally I bought a cable micro usb to usb-c and it's work :)I bought it in eBay Thank you for your help
Le mer., déc. 8, 2021 à 23:06, J. ***@***.***> a écrit:
For me cellularline USB Data Cable for MicroUsb worked. See #1084 (comment)[comment](https://github.com/espressif/arduino-esp32/issues/1084#issuecomment-541208929)
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub, or unsubscribe.
Triage notifications on the go with GitHub Mobile for iOS or Android.
|
Hello, I'm closing this issue as a problem was in cable. Marking with label "for Reference" and we will consider adding this later into our FAQ section in the documentation. |
Is there a possible solution for Apple Silicon Macs in regards to this? |
I have an M1 Pro MBP 14" 2021 with Ventura 13.1. Had the same issues as described here. The following worked for me:
|
indeed ! changing the cable seal the deal for me |
Changing cable also helped 😊 |
Hey, is there any chance you could drop a link to the "Silicon Legacy Driver" you used? Having the same issue. |
CH340C does not work using a Thunderbolt port you've to use a USB 2.0 hub |
Hi, I have Mac OS "Sonoma" 14.0 and it was a cable. Macbook pro 2019. |
I was able to connect to a KeeYees ESP32 with
You should see something like this:
|
Another issue I figured out is that there is a USB-C style connection port but only with USB-A support. There is no resistor or id chip behind the port. With an adapter from USB-A to USB-C cable it works. |
I had the same issue, but I used a different dongle / USB cable and showed right up. |
I found that the issue is usually with the cable, or drivers not being installed. Once you install the drivers and the ESP32 is still in appearing the the serial ports, it is probably you are using a power only cable, instead of a data+power cable. |
I had the same problem. Read this thread a year ago for the first time. Tried the driver. Didn't work. |
CABEL |
tbh it's not working for me in 3 another pc (linux laptop, macos laptop, windows pc), but it's finally works on mac when i use adapter type-c to usb3.0 and another usb to micro-usb cabel. It's so awful.. |
this finally worked! I tried everything else (multiple usb-c data cables) but it wasnt until I had USB A to an adapter that it worked (I have a Macbook air M1 and ESP32-WROOM-32 with the CP210x USB to UART Bridge drive |
Hardware:
Board: ESP32 Dev Module
Core Installation/update date: Yesterday
IDE name: Arduino IDE
Flash Frequency: N/A
Upload Speed: N/A
Description:
So I am using an ESP32 Dev Module, and a 2017 MBP 13" and after following the arduino installation tutorial for the ESP32 I have the boards, but the ESP32 dev module does not show up as a serial port.
Any help would be great, thanks.
The text was updated successfully, but these errors were encountered: