First Look at Arduino D1 board Recently, I got the Arduino D1 board with ESP 8266 Wifi chip on it for about 8 USD. Instead of using ATmega 328, it’s an ESP8266-based Wi-Fi enable microprocessor. It also comes with 11 digital input/output pins , 1 analog input , micro usb connect and power jack which can be supplied with 9-24V of power input. Board connection ( CH340G) This board use CH340G USB to UART chip for USB connection If you find your computer cannot recognize the device when you first plug in the D1 board, please try to download and install the CH340 drive for the USB to UART connection. CH340 USB to UART driver https://www.wemos.cc/downloads My Video of CH340 driver installation process https://www.youtube.com/watch?v=oCZJbKoni6M& The advantage of this integrated board is that it can be programmed like an Arduino, but with the ability to do some wireless data transmitting things. How fantastic it is to have such an affordable Wi-Fi b...
Share projects and codes I have done with Arduino, microcontrollers, DRV8825, Esp8266, stepper motors and Internet of things(IoT).