ESPduino is developed by Doit company based on the ESP8266 ESP-13, which can be compatible with Arduino UNO R3 developmen board.
By using the ESP8266 WiFi and MCU,ESPduino supports WiFi. Compared to the traditional Arduino UNO development baord, users don't have to buy another WiFi development board.
ESPDuino Development Board ESP-13 UNO R3 With Wifi From ESP8266
Share this:
Beskrivelse
ESPDuino Development Board ESP-13 UNO R3 With Wifi From ESP8266
Manul for Installation ESPduino: http://bbs.smartarduino.com/showthread.php?tid=2034
DC: 3.3-5V
ESPduino IDE Installation
1. Download the Arduino IDE
http://en.doit.am/espduino.php
2. Choose the port by the computer

3. Open the IDE
4. Test the Blink
5. Upload the Arduino code to ESPduino development board.
Press FLASH button (don't loose hand)->Press RST button (for about 6s)->Click "Upload".
Or
you can build up the Arduino IDE by the following github link.
https://github.com/esp8266/Arduino#installing-with-boards-manager
Note that, the newest updated information, also can visit the above github link.
#include #includeconstchar* ssid ="Doit";constchar* password ="doit3305";inttimezone = 3;intdst = 0;voidsetup() {Serial.begin(115200);Serial.setDebugOutput(true);WiFi.mode(WIFI_STA);WiFi.begin(ssid, password);Serial.println("nConnecting to WiFi");while(WiFi.status() != WL_CONNECTED) {Serial.print(".");delay(1000);}configTime(3 * 3600, 0,"pool.ntp.org","time.nist.gov");Serial.println("nWaiting for time");while(!time(nullptr)) {Serial.print(".");delay(1000);}Serial.println("");}voidloop() {time_tnow =time(nullptr);Serial.println(ctime(&now));delay(1000);}More details, please visit:
http://bbs.doit.am/forum.php?mod=forumdisplay&fid=69
Yderligere information
Relaterede varer
3Pcs Upgraded Version 1M Flash ESP8266 ESP-01 WIFI Transceiver Wireless Module
ESP8266 10A 220V Network Relay WIFI Module Input DC 7V~30V
USB 5V Or DC 7V-32V DIY Four Channel Jog Inching Self-locking WIFI Wireless Smart Home Switch
NodeMcu Lua WIFI Internet Things Development Board Based ESP8266 CP2102 Wireless Module