書籍 『IoT開発スタートブック─ESP32でクラウドにつなげる電子工作をはじめよう!』 刊行にあわせて著者の下島健彦氏にマイコン 「ESP32」 を使ったIoTデバイスの開発について寄稿いただきました。 近年注目されてるIoTについて、 みずからデバイスを開発し ...
「ESP32-S3」というマイコンを今後メインで活用していくためにDIP化基板(ピッチ変換基板)を自作した。今回はそのあたりについてダラダラと書いていくよ。 なお、使った基板制作ソフトはフリーのKiCad 7.0で、発注先はJLCPCB。無料ソフト&格安基板製造業者 ...
ESP32 A2DP Sink (BT Classic Receiver) based on ESP-IDF example. Currently tested on ESP32 DevkitC v4 (ESP32-4D0WD) with PCM5102 module. Builds and flashes via VSCODE ...
前回の記事でもお伝えしたようにESP32にてWiFiを使う方法は大きく2つあり、1つはWiFiでルータに接続する方法で、これは前回の記事で紹介しましたね。今回はもう1つの方法であるESP32自体がアクセスポイントして接続していきます。 本記事では図1に示す ...
電子工作ファンに人気のマイコンArduino、そしてWiFiとBluetooth内蔵でネットワーク接続しやすいESP32。それらのマイコンでプログラムを組む際に使うのが「Arduino言語」です。 「電子工作は好きだけどプログラミングはよくわからない」あるいは ...
We’ve been keeping up with the ongoing software developed for the ESP32 WiFi chip, and that means a lot of flashing, hooking up random wires, and rebooting. Along the way, we stumbled on an Easter egg ...
We’ve seen tons of projects lately using the ESP32-C3, and for good reason. The microcontroller has a lot to offer, and the current crop of tiny dev boards sporting it make adding a lot of compute ...
マイクロコントローラー「ESP32」と市販のプラスチックプロペラ、カスタムPCBを使い、ドローンを自作する方法が公開されました。 ドローンの作り方を公開したのはエンジニアのジョビット・ジョセフ氏。ジョセフ氏いわく、このドローンは小型で、ESP32 ...
Detail the development environment and necessary libraries. Arduino IDE (version 1.8.x or higher) or PlatformIO IDE (recommended for more complex projects). ESP32 ...
ESP32 microcontrollers, known for their versatility in IoT and smart home projects, also support digital audio via their I2S interface. In the first part of this series, we explore an audio-focused ...