Chat freely about anything...

User avatar
By VK5OI
#17553
eriksl wrote:Can you compile and flash firmware yourself or not? If you can I'd say try my version with static config.


I can flash firmware no problems, and am just getting me head around compiling but have not managed it yet.
I did decide the same thing, that I need to learn this to move forward.
User avatar
By ArnieO
#17554
VK5OI wrote:Is it possible to see the configuration info (from telnet) for a setup that is working?

This is copy of a telnet session with my (working) system:
Code: Select allpi@raspberrypi ~ $ telnet 192.168.0.181 23
Trying 192.168.0.181...
Connected to 192.168.0.181.
Escape character is '^]'.
+++AT
OK
+++AT MODE
MODE=3
OK
+++AT STA
SSID=MySsid PASSWORD=MyPassword
OK
+++AT AP
SSID=esp8266-bridge PASSWORD=MyPassword AUTHMODE=4 CHANNEL=11
OK
+++AT BAUD
BAUD=115200 8 N 1
OK
+++AT PORT
PORT=23
OK
flash param:
   magic   8255
   version   4
   baud   115200
   port   23
User avatar
By VK5OI
#17604
ArnieO wrote:
VK5OI wrote:Is it possible to see the configuration info (from telnet) for a setup that is working?

This is copy of a telnet session with my (working) system:
Code: Select allpi@raspberrypi ~ $ telnet 192.168.0.181 23
Trying 192.168.0.181...
Connected to 192.168.0.181.
Escape character is '^]'.
+++AT
OK
+++AT MODE
MODE=3
OK
+++AT STA
SSID=MySsid PASSWORD=MyPassword
OK
+++AT AP
SSID=esp8266-bridge PASSWORD=MyPassword AUTHMODE=4 CHANNEL=11
OK
+++AT BAUD
BAUD=115200 8 N 1
OK
+++AT PORT
PORT=23
OK
flash param:
   magic   8255
   version   4
   baud   115200
   port   23


Thanks ArnieO, much appreciated.
that is the same as mine except ssid etc obviously.
Damn I'm confused...
I feel like I am being really dumb here, and it's annoying the cr@p out of me.
User avatar
By VK5OI
#17612 Thanks again ArnieO and all.
The good news is I have it working, but I am not sure what I did to fix it., other than start from the beginning again, for about the tenth time.
If I work it out I will post the issue and solution here.
Thanks again for your assistance all.