Re: ESP32 SoftAP - Station bridging

2023-10-17 Thread MIGUEL ALEXANDRE WISINTAINER
Nice progress Enviado do meu iPhone > Em 17 de out. de 2023, à(s) 10:39, Alan C. Assis escreveu: > > Hi Zhe Weng, > > Welcome to NuttX mailing list! > > What a great first message here! It worked perfectly: > > In the ESP32: > > nsh> ? > help usage: help [-v] [] > >. cd

Re: ESP32 SoftAP - Station bridging

2023-10-17 Thread Alan C. Assis
Hi Zhe Weng, Welcome to NuttX mailing list! What a great first message here! It worked perfectly: In the ESP32: nsh> ? help usage: help [-v] [] . cd execkillpwd true [ cp exitls reboot truncate ?

Re: ESP32 SoftAP - Station bridging

2023-10-16 Thread 翁�
Hi Robert & Alan, Although I don't have an ESP32 board yet, you may need NAT applied on wlan0, I guess. Under Alan's configuration, there are two subnets: the 192.168.0.0/24 and 10.0.0.0/24. With only routing and ipforward, the ping from 10.0.0.x (take 10.0.0.2 as an example) normally can

Re: ESP32 SoftAP - Station bridging

2023-10-16 Thread Alan C. Assis
Hi Robert, I reproduced your issue here, but I don't know if it is some network issue on NuttX or just because I don't know how to configure the network route correctly. See my board config attached. I tried many scenarios and it never worked: nsh> ? help usage: help [-v] [] .

ESP32 SoftAP - Station bridging

2023-10-15 Thread Robert Alexa
Hi all, I'm trying to connect my smartphone to the Internet through NuttX and ESP32 by creating a SoftAP - station bridge. Is this possible? Currently, I'm building NuttX as esp32-devkitc:sta_softap, configuring wlan0 as station and wlan1 as softAP using the commands from here[1][2]. I have also