Setting up node MCU 8266 using Arduino OS ( For Mac Users)

Опубликовано: 21 Май 2020
на канале: Sandy
8,052
41

Buy deauther from China (alibaba)

Installing a Node MCU deauther
Install CP210x USB to UART Bridge VCP Drivers
https://www.silabs.com/products/devel...


Install Ardino

https://www.arduino.cc/en/Main/Donate


Go to preference and include json file
http://arduino.esp8266.com/stable/pac...

Go to tools and now go to board manager and install esp8266 (look for it in search bar above)


Now map the map the board to ESP12 module
Link the port to USB

Finally run a blink from files - examples -- blink
Sometime you will have an issue with compilation.
IN the event of a problem to terminal and install xcode like so :
Xcode-select --install

Run the blink file again – It should work this time