Search found 2 matches

by ani-rudh
Tue Sep 14, 2021 4:40 pm
Forum: General Discussion and Questions
Topic: [SOLVED] urequests + redirects
Replies: 20
Views: 18058

Re: [SOLVED] urequests + redirects

It’s moved here: https://github.com/pfalcon/micropython-lib/tree/master/urequests Can you show me how to use this library in MicroPython? I get error showing me the ussl module doesn't have the SSLContext method.Thanks. Here, I fixed it for ya: https://gist.github.com/SpotlightKid/8637c685626b334e5...
by ani-rudh
Tue Sep 14, 2021 2:31 pm
Forum: ESP32 boards
Topic: Issues Compiling ESP32-Cam firmware
Replies: 2
Views: 3105

Issues Compiling ESP32-Cam firmware

Hi, I am trying to follow the tutorial here to compile the micropython v1.17 for ESP-32 Cam: https://github.com/lemariva/micropython-camera-driver and https://lemariva.com/blog/2020/03/tutorial-getting-started-micropython-v20 After step 3 in https://lemariva.com/blog/2020/03/tutorial-getting-started...