-->
Page 1 of 1

SerialHttpsClient.ino provides HTTPS GET to Raspberry Pico

PostPosted: Thu Apr 08, 2021 8:33 am
by HermannSW
Based on HTTPSRequest example sketch, SerialHttpsClient.ino provides internet access over Wifi to Raspberry Pi Pico microcontroller:
https://gist.github.com/Hermann-SW/e945 ... c679f48b03

ESP01 is sufficient, and powered from the Pico:
Image

Works with Pico C-SDK ...
https://github.com/Hermann-SW/C-SDK_HTT ... esp01-wifi

... as well as with Pico Micropython:
https://www.raspberrypi.org/forums/view ... 6&t=307704

Screen recording of Micropython session:
Image

Re: SerialHttpsClient.ino provides HTTPS GET to Raspberry Pi

PostPosted: Tue Jun 22, 2021 11:16 am
by katesimon123
Nice one, will give it a try. Just curious why don't you use Pi Zero as it has built-in WiFi, instead of this.