OTA Solution - Build your own OTA platform (1/2, Preparing Python Flask API Server)

preview_player
Показать описание
In this project, we are going to configure the OTA environment.
It would be nice if there is no server part, but a server is absolutely necessary for the device to always check for new information.

So in this video, I'm gonna start with a very small and simple server that I need in an OTA environment. This server is Python-based and uses a microframework called Flask.

I'm sure this gives you the idea to build your own OTA platform.

[Flask]

[Project Github]

#OTA #Flask #Python #RESTAPI #ESP32 #ThatProject
Рекомендации по теме
Комментарии
Автор

Nice video. Could you zoom in on the text when writing the code as I view on my smartphone a lot. Thanks!

Tonyjr
Автор

Great video! Waiting for next video :)

divraj
Автор

Great project and great timing as I need an OTA server for an ESP32 based project. What do you run the OTA server on? I have a server running VirtualBox and probably would run this on a Fedora VM

meierthomas
Автор

Hey Eric...Awesome Video...Just a Question...why Can't this Json or bin file be downloaded from Firestore

dr.hriturajrohariya
Автор

hi! i found problems just at the start... :( the "python -m venv venv" command created the venv folder without the bin folder inside, than the "source venv/bin/activate" command result in error as "source command not found", what could it be?

refoxesimo
Автор

Excelent video, Excuse me, but i have a questión.
Is it possible to do it in Arduino IDE?

hector
Автор

What would be even better is to have another ESP32 act as the sever.

ugetridofit