MicrochipTech / PIC32MZW1_Workshop

"IoT Made Easy!" - Guided System Development to learn PIC32MZ W1 Family Device
Other
9 stars 4 forks source link

Lab 3 Unable to compile + HTTP provisioning issue #2

Closed deepensolanki closed 3 years ago

deepensolanki commented 3 years ago

I was having the same issue as https://github.com/MicrochipTech/PIC32MZW1_Workshop/issues/1#issue-776765081 but I managed to find a (temporary?) fix https://github.com/MicrochipTech/PIC32MZW1_Workshop/issues/1#issuecomment-759655261

Additionally, there was another compilation error of an implicit function being declared because the compiler could not find the SYS_RESET_Software_Reset() function (sys_wifi.c line 1072 so I commented that out)

I've got the device in AP mode and my terminal shows that devices are connecting to it, it displays the MAC address of each device I connect. However, when I try to open the http://192.168.1.1 page, it says I am not connected to a network and doesn't open the page described in the tutorial. Not sure what's happening

deepensolanki commented 3 years ago

Closing for now, I think even though the device is connected, they are somehow not "inducted" into the private network therefore cannot communicate with 192.168.1.1