Yes, but it was really low level logging and didn't understand much. I'll try
again later and paste it here.
Best,
Matias
Is anything printed? Are the IP addresses set correctly? You can
change all that, and enable DHCP if need be, from Apps -> Network
Utilities -> Network Initialization
On Fri, Feb 5, 2021 at 12:12 AM Matias N. wrote:
>
> Thanks, I was looking at the DevKitC readme which does not have these
> in
Thanks, I was looking at the DevKitC readme which does not have these
instructions.
I cannot seem to connect though, not sure if it is because my router is set to
WPA2 TKIP+CCMP.
Best,
Matias
On Thu, Feb 4, 2021, at 20:06, Abdelatif Guettouche wrote:
> Basically you can just check the commands
Basically you can just check the commands in the wlan_ioctl function
in esp32_wlan.c to see what's implemented. But not much going on
there for the moment.
You can connect to access points. Commands are given in the README.txt file
wapi psk wlan0 mypassword 1
wapi essid wlan0 myssid 1
You can als
Thanks, now the interface appears.
What functionality is currently supported? Can I connect to WPA2 AP? Can I
create an AP?
Also, I'm trying to scan and I get:
nsh> wapi scan wlan0
ioctl(SIOCSIWSCAN): 25
ERROR: Process command (scan) failed.
Thanks,
Matias
On Thu, Feb 4, 2021, at 19:36, Abdela
It could be because there are some issues with getting the paramters from
the flash. Please try disabling Save Paramters from the Wifi Configuration
menu.
On Thu, Feb 4, 2021, 11:32 PM Matias N. wrote:
> Hi,
> I'm trying to test WiFi support on ESP32 DevKitC (I used wapi config) and
> it does n