こんにちは、Rcatです。今回はESP32CAMというESP32マイコンとカメラを組み合わせたモジュールを使った監視カメラシステムを作成してみました。 通常Arduinoでプログラミングすることの多いESP32ですが、今回は志向を変えてPythonを組み合わせたシステムの紹介を ...
以前、ESP32-CAMとPythonの組み合わせでお手軽監視システムを作成しましたが、録画とストリーム性能に若干の懸念がありました。 そこで今回、滑らかな録画とストリームを実現すべくVer2を作成しました。 それ以外にも追加要素や改善点もありますので、ぜひ ...
書籍 『IoT開発スタートブック─ESP32でクラウドにつなげる電子工作をはじめよう!』 刊行にあわせて著者の下島健彦氏にマイコン 「ESP32」 を使ったIoTデバイスの開発について寄稿いただきました。 近年注目されてるIoTについて、 みずからデバイスを開発し ...
This project implements a secure system for ESP32 using MicroPython that allows dynamic loading, decrypting, and executing programs from encrypted JSON files. The system provides high performance, ...
Stream your computer screen to an ESP32 T-Display over WiFi. This project enables you to mirror your monitor to a small 1.14" LCD display connected to an ESP32.
There are plenty of small microcontrollers available for all kinds of tasks, each one with its unique set of features and capabilities. However, not all of us want to spend time mucking about in C or ...