Checking eSIM promo codes with ESP32
Posted: Thu Mar 05, 2026 7:15 am
Hey,
I’m working on a small project where my ESP32 automatically checks if an eSIM promo code is still valid and sends me a notification. The problem is the site uses redirects and JavaScript, so it’s not easy to parse the info. Any ideas on libraries or methods to fetch this kind of web data on ESP32 without running a full browser?
I’m working on a small project where my ESP32 automatically checks if an eSIM promo code is still valid and sends me a notification. The problem is the site uses redirects and JavaScript, so it’s not easy to parse the info. Any ideas on libraries or methods to fetch this kind of web data on ESP32 without running a full browser?