タグ付けされた質問 「analogreference」

4
ADCの電圧への変換は、+ 5 Vピンの実際の値に依存していますか?
質問: ADCカウントの電圧への変換は、+ 5 Vピンの実際の電圧に依存しますか? はいの場合、ボードからその電圧を取得するための一般的な方法は何ですか? 背景/詳細: USBコネクター(ハブ)からArduino Nano(クローン)を実行している回路があります。Arduinoの仕事は、Nanoによってオン/オフに切り替えられた2番目の回路を駆動するバッテリーの電圧を測定することです。参考のため、バッテリーテスターです。 下の非常に簡単なスケッチの電圧を表示するNokia 5110画面があります。 void setup() { Serial.begin(9600); display.begin(); // Init done // You can change the contrast around to adapt the display // for the best viewing! display.setContrast(50); // Text display tests display.setTextSize(1); display.setTextColor(BLACK); } void loop() { display.clearDisplay(); // Clears the screen …
弊社のサイトを使用することにより、あなたは弊社のクッキーポリシーおよびプライバシーポリシーを読み、理解したものとみなされます。
Licensed under cc by-sa 3.0 with attribution required.