adafruit / PyLeap-iOS

MIT License
13 stars 1 forks source link

Unable to connect over WiFi (Version 2.1.0 (5)) #96

Closed BlitzCityDIY closed 1 year ago

BlitzCityDIY commented 2 years ago

hihi! I've been trying to use the WiFi connectivity with a Feather ESP32-S2 TFT. I've tried running CircuitPython 7.3 release and 8.0.0.beta-3. So far I haven't been able to get the app to see the board. The board is running a WiFi test script in CircuitPython that connects to my network and then prints the IP address to the REPL every 10 seconds. I've tried manually entering the IP address and it says IP address not found. Not sure if there is a different script I should be running before connecting or if there's a setting on my phone I should check.

BlitzCityDIY commented 2 years ago

update on this: switched to TestFlight PyLeap 2.1.0 (6) and am now able to connect to the app with the updated .env variables for SSID and SSID password. When I try to download any of the examples though it just spins. The farthest I've been able to get is about 75% on the progress bar. ESP32-S2 TFT is running CP 8.0.0-beta4 and is running on a lipo.

TrevKnows commented 2 years ago

Did any of the examples transfer over to the board?

TrevKnows commented 2 years ago

@BlitzCityDIY Looks like I've run into this issue with CP 8.0.0 beta 4 as well. PyLeap worked with previous CP 8 betas. I'll add this to CP issues. Thanks for testing!

BlitzCityDIY commented 2 years ago

@TrevKnows ah okay, thanks! i'll hold off then on testing the new testflight.

BlitzCityDIY commented 2 years ago

hihi @TrevKnows - good news, got files transferring over wifi. the web api password had gotten messed up in the .env file. was able to confirm by connecting through the browser. i was able to load all of the example esp32-s2 projects.