SparkFun labored with love to create this code. Feel like supporting open source hardware? Buy a board from SparkFun! const uint8_t init_air_quality[2] = {0x20, 0x03}; const uint8_t ...
Arduino フレームワーク向けについてライブラリを作ろうとしていて調査している。Arduino IDEの意外な挙動を知れたりできたので、メモしておく。 以下のリポジトリにライブラリマネージャーに登録するための手順がある 設定にある「スケッチブックの場所 ...
もっと良い方法があったので別の記事を書いた RTC、リアルタイムクロックモジュール(DS1302を搭載したモジュール)で時刻合わせをする方法 #include "DS1302Easy.h" String dayAsString(const Time::Day day) { switch (day) { case Time::kSunday: return "Sunday"; case ...
Arduino Library for the SparkFun Air Quality PM1/PM2.5/PM10 Sensor - BMV080 The SparkFun Air Quality PM1/PM2.5/PM10 Sensor - BMV080 (Qwiic)is an ultra-small, fan-less air quality sensor for sensing ...
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 ...