esp8266 based serial wifi shield for arduino
Posted: Fri Nov 06, 2015 4:00 pm
hi,
anyone use these WiFi shield for arduino?
website: http://www.doit.am.
i am having problem to flash it & upload my program.
otherwise it have good feature give serial data to arduino pr-program.
Example 1: Arduino to WiFi communication
Step 1: plug the serial WiFi shield into the Arduino Uno board. The dual-ports DIP switch is switched to “OFF” position as to
disconnect the serial port connection within ESP8266 and Arduino .
(Attention: when downloading arduino program with IDE, arduino serial port should NOT be used. Arduino Uno
only has one serial port for downloading program, for the reason that the dual-port switches should switch to
“OFF” position to disconnect the serial port of ESP8266. )
Step2: program arduino Uno, and the example code is shown as below:
1. void setup()
2. {
3. Serial.begin(9600);
4. }
5. void loop()
6. {
7. delay(1000);
8. Serial.println("hello ESP8266 WiFi"); //output the serial data
9. }
Step3: Switch the dual-port switch to “ON” position. Now, the ESP8266 is connected with Arduino Uno.
Step4: Find the WiFi signal “DoitWiFi_Ser2Net” with computer or mobile phone. The WiFi password is “12345678”.
anyone use these WiFi shield for arduino?
website: http://www.doit.am.
i am having problem to flash it & upload my program.
otherwise it have good feature give serial data to arduino pr-program.
Example 1: Arduino to WiFi communication
Step 1: plug the serial WiFi shield into the Arduino Uno board. The dual-ports DIP switch is switched to “OFF” position as to
disconnect the serial port connection within ESP8266 and Arduino .
(Attention: when downloading arduino program with IDE, arduino serial port should NOT be used. Arduino Uno
only has one serial port for downloading program, for the reason that the dual-port switches should switch to
“OFF” position to disconnect the serial port of ESP8266. )
Step2: program arduino Uno, and the example code is shown as below:
1. void setup()
2. {
3. Serial.begin(9600);
4. }
5. void loop()
6. {
7. delay(1000);
8. Serial.println("hello ESP8266 WiFi"); //output the serial data
9. }
Step3: Switch the dual-port switch to “ON” position. Now, the ESP8266 is connected with Arduino Uno.
Step4: Find the WiFi signal “DoitWiFi_Ser2Net” with computer or mobile phone. The WiFi password is “12345678”.