Skip to content

Instantly share code, notes, and snippets.

@sjoerdvan
sjoerdvan / Wemos D1 mini pro.md
Last active May 8, 2020 16:31
Wemos D1 mini pro start guide on OS X with micropython

Basic setup

Install usb serial driver

Download the latest esp8266 micropython binary.

After driver installation do: '''bash sudo kextload /Library/Extensions/SiLabsUSBDriver.kext ''' Then in security settings on your mac, click allow for the kext (kernel extension) to be activated. I needed this for OS X High Sierra