You will not be able to post if you are still using Microsoft email addresses such as Hotmail etc
See here for more information viewtopic.php?f=20&t=7296
See here for more information viewtopic.php?f=20&t=7296
DO NOT USE MOBILE / CGNAT DEVICES WHERE THE IP CHANGES CONSTANTLY!
At this time, it is unfortunately not possible to whitelist users when your IP changes constantly.
You may inadvertently get banned because a previous attack may have used the IP you are now on.
So I suggest people only use fixed IP address devices until I can think of a solution for this problem!
At this time, it is unfortunately not possible to whitelist users when your IP changes constantly.
You may inadvertently get banned because a previous attack may have used the IP you are now on.
So I suggest people only use fixed IP address devices until I can think of a solution for this problem!
Module ESP8266 without TF on Amiga
Moderators: terriblefire, Terriblefire Moderator
Re: Module ESP8266 without TF on Amiga
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......
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......
-
terriblefire
- Admin sponsor

- Posts: 5670
- Joined: Mon Aug 28, 2017 10:56 pm
- Location: Glasgow, UK
Re: Module ESP8266 without TF on Amiga
There doesnt appear to be a way to slattach via windows. At least that i know of .matt020 wrote: Fri Apr 17, 2020 12:31 am 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......
———
"It is not necessarily a supply voltage at no load, but the amount of current it can provide when touched that
indicates how much hurting you shall receive."
"It is not necessarily a supply voltage at no load, but the amount of current it can provide when touched that
indicates how much hurting you shall receive."
Re: Module ESP8266 without TF on Amiga
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
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
-
terriblefire
- Admin sponsor

- Posts: 5670
- Joined: Mon Aug 28, 2017 10:56 pm
- Location: Glasgow, UK
Re: Module ESP8266 without TF on Amiga
try ...kulamario wrote: Fri Apr 17, 2020 10:38 am 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
Code: Select all
sudo slattach
Code: Select all
sudo apt-get update
sudo apt-get install net-tools
sudo slattach
Code: Select all
sudo dmesg
then follow the guide.
———
"It is not necessarily a supply voltage at no load, but the amount of current it can provide when touched that
indicates how much hurting you shall receive."
"It is not necessarily a supply voltage at no load, but the amount of current it can provide when touched that
indicates how much hurting you shall receive."
Re: Module ESP8266 without TF on Amiga
I get some error
-
terriblefire
- Admin sponsor

- Posts: 5670
- Joined: Mon Aug 28, 2017 10:56 pm
- Location: Glasgow, UK
Re: Module ESP8266 without TF on Amiga
Do what it says then.
———
"It is not necessarily a supply voltage at no load, but the amount of current it can provide when touched that
indicates how much hurting you shall receive."
"It is not necessarily a supply voltage at no load, but the amount of current it can provide when touched that
indicates how much hurting you shall receive."
Re: Module ESP8266 without TF on Amiga
I found solution
Just write
I install all of this
Then start do this
And after this
is some error like on picture
Just write
Code: Select all
sudo dpkg --configure -aI install all of this
Code: Select all
sudo apt-get updateCode: Select all
sudo apt-get install net-toolsCode: Select all
sudo sudo dmesgCode: Select all
sudo slattach -L -p slip -s 115200 /dev/ttyUSB0&Code: Select all
sudo ifconfig sl0 192.168.240.2 pointopoint 192.168.240.1 up mtu 1500-
terriblefire
- Admin sponsor

- Posts: 5670
- Joined: Mon Aug 28, 2017 10:56 pm
- Location: Glasgow, UK
Re: Module ESP8266 without TF on Amiga
let me google...
type sudo ifconfig -a
type sudo ifconfig -a
———
"It is not necessarily a supply voltage at no load, but the amount of current it can provide when touched that
indicates how much hurting you shall receive."
"It is not necessarily a supply voltage at no load, but the amount of current it can provide when touched that
indicates how much hurting you shall receive."
Re: Module ESP8266 without TF on Amiga
You wrote s10 not sl0.
Letter 'l' not number '1'. sl0 stands for 'slip interface 0'
Letter 'l' not number '1'. sl0 stands for 'slip interface 0'
Re: Module ESP8266 without TF on Amiga
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
I check on my router what devices is connect
I have ESP_07CF0D_Wireless
What I should to do next ?
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
I check on my router what devices is connect
I have ESP_07CF0D_Wireless
What I should to do next ?