Skip to content
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

Tested on ESP32 #16

Open
anteph opened this issue Sep 1, 2017 · 2 comments
Open

Tested on ESP32 #16

anteph opened this issue Sep 1, 2017 · 2 comments

Comments

@anteph
Copy link

anteph commented Sep 1, 2017

Hi!

I don't know if this is the best place to share, but I've been able to install and use the Picoweb on an ESP32.

I'm leaving the instructions that worked for me bellow, in case someone else wants to give it a try.
https://techtutorialsx.com/2017/09/01/esp32-micropython-http-webserver-with-picoweb/

Nonetheless, I've not been able to use the temple features, due to unavailability of memory to allocate. But running the server and creating some routes works pretty well.

Thanks for your great work on this module.

Best regards,
Nuno Santos

@pfalcon pfalcon changed the title ESP32 support Tested on ESP32 Oct 31, 2017
@pfalcon
Copy link
Owner

pfalcon commented Oct 31, 2017

@anteph : Thanks for the note! Regarding template issues, can leave more comments so other people could compare their results? Did you try https://github.com/pfalcon/picoweb/blob/master/example_webapp.py for example? ESP8266 is known to run an even larger application with templates, so they should work ESP32 (unless it still has some issues; I don't test on ESP32 myself so far).

@anteph
Copy link
Author

anteph commented Nov 5, 2017

Hi!

At the time I've tested I didn't notice that we could install picoweb via upip, so I installed it manually, which may have caused the issue. I was experiencing the issues with the templates basically by running the example application you mention.

I haven't yet had time to test again the templates with a clean installation via upip, but as soon as I have the opportunity I will do it and share the results here.

Best regards,
Nuno Santos

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants