Page 4 of 9
Re: Module ESP8266 without TF on Amiga
Posted: 17 Apr 2020 00:31
by matt020
For Windows, use software "NodeMCU" to flash the ESP8266
There are videos on YouTube on how to do it.
That will flash the ESP, but now you need to telnet in on port 7777 to the ESP8266 to set wifi SSID and wifi password to suit your network. I haven't received my ESP8266 so I haven't got that far yet......
Re: Module ESP8266 without TF on Amiga
Posted: 17 Apr 2020 00:34
by terriblefire
matt020 wrote: 17 Apr 2020 00:31
That will flash the ESP, but now you need to telnet in on port 7777 to the ESP8266 to set wifi SSID and wifi password to suit your network. I haven't received my ESP8266 so I haven't got that far yet......
There doesnt appear to be a way to slattach via windows. At least that i know of .
Re: Module ESP8266 without TF on Amiga
Posted: 17 Apr 2020 10:38
by kulamario
I download Ubuntu
Can I do everything from usb stick or I must install Ubuntu?
What I should to do next ?
Please help me
Like I said I never use linux
20200417_104146.jpg
Re: Module ESP8266 without TF on Amiga
Posted: 17 Apr 2020 11:15
by terriblefire
kulamario wrote: 17 Apr 2020 10:38
I download Ubuntu
Can I do everything from usb stick or I must install Ubuntu?
What I should to do next ?
Please help me
Like I said I never use linux
try ...
if not installed try
Code: Select all
sudo apt-get update
sudo apt-get install net-tools
sudo slattach
Plug the esp with the firmware into a usb port...
it will list towards the end which is the name of the serial port. it will be like /dev/ttyUSB0 etc.
then follow the guide.
Re: Module ESP8266 without TF on Amiga
Posted: 17 Apr 2020 14:19
by kulamario
I get some error
20200417_141646.jpg
Re: Module ESP8266 without TF on Amiga
Posted: 17 Apr 2020 15:07
by terriblefire
kulamario wrote: 17 Apr 2020 14:19
I get some error
Do what it says then.
Re: Module ESP8266 without TF on Amiga
Posted: 17 Apr 2020 16:11
by kulamario
I found solution
Just write
I install all of this
Then start do this
Code: Select all
sudo slattach -L -p slip -s 115200 /dev/ttyUSB0&
And after this
Code: Select all
sudo ifconfig sl0 192.168.240.2 pointopoint 192.168.240.1 up mtu 1500
is some error like on picture
20200417_161225.jpg
Re: Module ESP8266 without TF on Amiga
Posted: 17 Apr 2020 16:33
by terriblefire
let me google...
type sudo ifconfig -a
Re: Module ESP8266 without TF on Amiga
Posted: 17 Apr 2020 16:38
by dalek
You wrote s10 not sl0.
Letter 'l' not number '1'. sl0 stands for 'slip interface 0'
Re: Module ESP8266 without TF on Amiga
Posted: 17 Apr 2020 16:50
by kulamario
Ok done but dnt know what is going on
After CMD>reset
Nothing happened just start blink LED on esp8266 few times
And now blink every maybe 2-3 minutes
In terminal is still like on picture
20200417_164710.jpg
I check on my router what devices is connect
I have ESP_07CF0D_Wireless
What I should to do next ?