ニュース

今Arduinoで実験するときはほとんどPCにつなげたままですが、そのうち、単独で「自動データ蓄積」みたいなことをやりたいと思っています。必要になるのは、「センサー」と「時計」と「記録」ですね。 センサーは多種多様なので、その都度考えるとします。
The project is based on the work of David Johnson-Davies and Spence Konde's Mega Tiny Core. CC BY 4.0 Licensed under a Creative Commons Attribution 4.0 International ...
今回は温度湿度センサーDHT11を例にして、一定時間ごとの「データ自動蓄積」をやってみます。見た目がアレですけどとりあえず必要なモジュールをつなげてみました。 これを一定時間ごとに繰り返していけばよいようです。 温度湿度センサー(DHT11 ...
Assume that you need to log some of your readings from the input pins of your Arduino Uno (or MEGA, etc.) dev board which needs to work standalone. The proper way is to store the log in an SD card ...