-
Notifications
You must be signed in to change notification settings - Fork 288
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
CH340G driver support for OS X #3
Comments
Our new version devkit 1.0 uses CP2102 and can used in OSX, and comming. |
That's great, I suppose you can close this then, but the schematic is outdated. |
What about devkit 0.9? |
I hate to link to a commercial product, but https://www.mac-usb-serial.com - ~$7.50 for signed drivers. Given how cheap the 0.9 devkit is right now, I figured I'd try it. They work for me as far as AT commands and the LUA REPL, however, I can't flash: some details at espressif/esptool#26 - looks like there are other issues with 0.9, so I'd avoid it. |
Hi all, to fix this bug, we need your help. |
@vowstar I've just bought devkit v1.0 – where do I find the drivers? There are some over the Internet, but I wanna be sure I use the correct one… |
The SiLabs drivers are the right ones for NodeMCU devkit 1.0 and work out of the box on Yosemite. I have not been able to flash the firmware of the device though, and I don't know if that's due to the drivers. |
@marcoskirsch connect a serial terminal at 74880 baud and then try to put your device in flash mode; per https://github.com/esp8266/esp8266-wiki/wiki/Boot-Process you want boot mode (1,7) - anything else indicates an issue with your wiring or your power supply. |
Thanks @abl. In the interest of not derailing the conversation on the original issue, I opened a separate one: nodemcu/nodemcu-devkit-v1.0#3 |
I found these links where I only had to install the latest Arduino IDE from its website and then the drivers from either Github or the manufacturer’s website https://github.com/adrianmihalko/ch340g-ch34g-ch34x-mac-os-x-driver http://www.wch.cn/download/CH341SER_MAC_ZIP.html The links were suggested on this thread |
I really would like to buy and use NodeMCU, but one problem I have with it is its use of CH340G for USB to serial. It's not so much the part, but the lack of signed drivers for OS X. I understand that there are unsigned drivers for it, but it's unreasonable to ask OS X users to turn off checks.
Option 1: Is it possible to make signed drivers available?
Option 2: Use a different chip for USB to serial. Apple provides drivers for Prolific the prolific chipset built in with the OS X. This would be best since clients wouldn't even need to install drivers.
The text was updated successfully, but these errors were encountered: