-->
Page 1 of 1

How to setup esp8266basic?

PostPosted: Mon Dec 19, 2016 3:58 pm
by newold
To use esp8266, i tried several firmwares. eventually i found the basic language.
To use the Basic, I understand the chip need to be flashed by flashing program and web browser editor programming.
But I don't understand the usage of the file basic-websockets.zip(Basic 3.0) and arduino.exe
Where the file unzipped, and how compile?
Arduino IDE with esp board manager program is prepared.

please help.

Re: How to setup esp8266basic?

PostPosted: Mon Dec 19, 2016 6:13 pm
by Electroguard
Hi,

Download the Flasher... https://github.com/esp8266/Basic/raw/NewWebSockets/Flasher/ESP_Basic_Flasher.exe

Put your ESP device into flashing mode by rebooting with GPIO00 button pressed.

Run the downloaded ESP_Basic_Flasher.exe program.
Select your appropriate Comm port and Flash Size (on left), then click 'connect' button on right.
Then click the big 'Firware Flash' button.

After about half a minute when the flashing stops the ESP device should reboot up into ESP_Basic, which you can then connect to at 192.168.4.1 in your browser.

Don't worry, it's a lot easier and quicker than it sounds.
See the flashing instructions page for more details... https://www.esp8266basic.com/flashing-instructions.html

Re: How to setup esp8266basic?

PostPosted: Tue Dec 20, 2016 8:09 pm
by newold
Electroguard wrote:Hi,

Download the Flasher... https://github.com/esp8266/Basic/raw/NewWebSockets/Flasher/ESP_Basic_Flasher.exe

Put your ESP device into flashing mode by rebooting with GPIO00 button pressed.

Run the downloaded ESP_Basic_Flasher.exe program.
Select your appropriate Comm port and Flash Size (on left), then click 'connect' button on right.
Then click the big 'Firware Flash' button.

After about half a minute when the flashing stops the ESP device should reboot up into ESP_Basic, which you can then connect to at 192.168.4.1 in your browser.

Don't worry, it's a lot easier and quicker than it sounds.
See the flashing instructions page for more details... https://www.esp8266basic.com/flashing-instructions.html




Thank a lot!