電子工作ファンに人気のマイコンArduino、そしてWiFiとBluetooth内蔵でネットワーク接続しやすいESP32。それらのマイコンでプログラムを組む際に使うのが「Arduino言語」です。 「電子工作は好きだけどプログラミングはよくわからない」あるいは ...
Note: This is a general purpose library based on the Sqlite codebase. For logging sensor data into database please use Sqlite Micro Logger, which is faster and memory ...
みなさんこんにちはRcatです。 今回は過去にも紹介していますが、ArduinoでESP32シリーズを使用したIOT工作のテンプレートについて紹介&使い方解説をします。 というのも、記事は更新できますが動画は更新できないので…。 新しいことを思いつくたび ...
In case you missed it, the big news is that a minimal Arduino core is up and working on the ESP32. There’s still lots left to do, but the core functionality — GPIO, UART, SPI, I2C, and WiFi — are all ...
動作確認したソースコード GFX Library for Arduino 1.5.6 esp32 by Espressif Systems 2.0.17 GFX Library 1.5.6を使う場合、付属のサンプル(GFX Library 1.2.8を利用)と書き方が違う。付属のサンプルを使うのが、一番、はまらないと思うが、古すぎて嫌になったので、新しい書き方にした。ここまでたどり着くのに ...
本書の以下の部分に誤りがありました。ここに訂正するとともに、ご迷惑をおかけしたことを深くお詫び申し上げます。 誤 一方、ESP32は2系統目のシリアルを使います(16番ピンが送信、17番ピンが受信)。片方の送信を他方の受信に接続しますので、Arduino ...
There are a number of good Arduino libraries out there for OTA ("Over The Air") firmware updates. Example: ArduinoOTA and AsyncElegantOTA. These libraries use a "push" technology, wherein you identify ...
Sometimes you need to get a project to talk to you, so you can see what’s going on inside. The ESP32 console Arduino library from [jbtronics] promises just that. The library adds a simple serial ...