-
-
Notifications
You must be signed in to change notification settings - Fork 79
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ESP32 wifi fail on preview 152 #439
ESP32 wifi fail on preview 152 #439
Comments
Hi @BucurCosmin Please give it another try with the latest preview version (152 is not the latest one). Anyways someone from @nanoframework/esp32-developers will check this. |
Hi @josesimoes 2>nanoDevice is initialized |
Got it. You have to update the NuGets that your project is referencing |
Actually the packages are referenced correctly. Maybe there is an issue with the extension. I'm using visual studio 15.9.2 |
Yes, there are known issue with VS 15.9 see #433 |
@josesimoes even with build 186 wifi still not working on esp32 |
@BucurCosmin lets check a couple of things to get this straight and be able to help you get past this.
|
@josesimoes Image build @ Dec 3 2018 GNU ARM GCC v5.2.0 OEM Product codes (vendor, model, SKU): 0, 0, 0 Serial Numbers (module, system): Solution Build Info: 1.0.2.186, nanoFramework running ESP32 built with IDF v3.1 AppDomains: Assemblies: Native Assemblies: :: Memory Map ::Type Start SizeRAM 0x200000c0 0x00020000 :: Flash Sector Map ::Invalid or empty map data. Deployment Map Packages config: deployment: |
It seems that the deployment is successful... guess you're past the deployment issues now. The real issue now is that socket one that you've mentioned before. Is this correct? |
The issue is that with preview images the wifi is not working. In build 1.0.1 is working. |
Could you be more specific about what exactly "not working" means? |
It's not connecting to the wifi router |
OK. That's a better description! 👍 ❓ Have you tried the Wi-Fi samples ❓ cc @nanoframework/esp32-developers |
The code is (I removes the actual SSID and pass:
|
Linked to this in Discord#esp32. You may want to follow up there. |
With build 195 everything goes ok |
Looks like on the preview 1.0.2 build 152 the wifi on esp32 devkitc fails.
On released 1.0.1 works ok.
I was trying the preview version since I have an issue on sockets. Listening fails cause of backlog.
Cosmin
The text was updated successfully, but these errors were encountered: