-
Notifications
You must be signed in to change notification settings - Fork 55
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can't show console command #5
Comments
But you also set The telnet only works if you have a server running on the ESP. If you are referencing the simple example, the only thing you can do is pinging. Does the user_simple work for you? |
yes, the `$ ping 192.168.240.1
but ping other ip is ok. the configuration of slip interfance is:
|
Could you try to use the precompiled binaries first? Also please try the following procedure first: |
Just uploaded a new version (plus binaries) that already include the esp_init_data_default. |
Thanks for your reply,and if I want to test IPv6,where the lwip should I modify ,on |
Neither the open-sdk nor the NONOS_SDK provide any working IPv6 support. Already tried to work on this, but this is a real heroic job... If you want to start with IPv6 on the ESP8266, the FreeRTOS is probably the best choice. Here is a project of my students as a starting point: |
Thank you very much and I will try it. |
i got the worse issues too |
I just checked the binary yesterday - for me it worked. Did you flash in DIO mode? Did you download the binaries with the browser? Sometimes they get corrupted by an CR/LF issue. Best is downloading the zip and extracting them. The slip_router is a little bit hard to debug as it has no serial output. Just to check, whether flashing was all right, could you test to flash my "esp_mqtt" binariy with the same procedure? Try to connect to the serial console there. If this fails too, you probably have an issue with flashing or downloading... |
@martin-ger i guess i havnt use DIO mode, and i got the firmware by |
@martin-ger btw, the wifi in my local dont share the same ssid with the default firmware, is this caused the problem? and is it possible to dynmic configuring the ssid and password? |
Did you do the following procedure? To connect a Linux-based host, start the firmware on the ESP, connect it via serial to USB, and use the following commands on the host:
now
gives you terminal access to the esp as router. On the ESP you then enter:
If so, when does it fail? |
@martin-ger i had down slattatch and ifconfig |
did you check, whether you can flash other firmwares correctly? |
@martin-ger yes, i'd flashed punyforth later, which works as expected |
I have the same problem :( I have one of these https://learn.adafruit.com/adafruit-huzzah-esp8266-breakout/overview and managed to flash the pre-built firmware on the repo, and got a connection via telnet once, but can't connect anymore. Please help. |
Oops figured it out - I changed the bitrate with |
So I am having the same issue as @yunfan. I am using your pre-built binaries. I've tried with two different ESP boards (A NodeMCU "0.9" / ESP12 and an ESP-01) I can make your esp wifi repeater code work correctly and connect to its wifi access point. But this project...after flashing I get a constantly blinking LED on GPIO0 and ifconfig shows that whilst I am transmitting data, I never recieve any. I have tried connecting with a USB cable to the NodeMCU, and I've tried a cp2102 bridge to both boards. I made sure to download the zip file to avoid potential corruption issues. The SHA1 sums that I calculate match your files. The esptool.py version I have is 1.3-dev (latest from pip) and I am using a Mac running 10.14.5. My slattach tests are being done on a Raspberry Pi Any ideas of what else I can try? |
I have now tried again doing the whole process on the raspberry pi with esptool 2.6 with the same results. GPIO0 flashing, no data transmitted. |
Default netmask!!! The default netmask is 255.255.255.255. If you configure this to pretty much anything else it works. |
Where do you think it should be configured? |
ifconfig. For some reason, the version of Raspbian I have (latest buster release on a Pi 4) gave me that default netmask for sl0, so I couldn't talk to anything. I solved it with: sudo ifconfig netmask 255.0.0.0 |
Got it working with my PowerBook 540c, if you're interested in my use: https://68kmla.org/forums/index.php?/topic/57516-esp8266-wireless-without-another-computer/ |
This is great! When I did this, I really wasn't aware of all the applications in retro computing. Now I have them all: Atari, Amiga, 286 PCs and a PowerBook! |
Excuse me! Follow your steps, whether I configure the SLIP interface with :
or with:
it always can't show the console CMD after I run:
why?
The text was updated successfully, but these errors were encountered: