Lieferumfang
- HX711 Modul
- Aluminiumsensor
- Pinleiste
SKU: | SCALEHX711X |
---|---|
Kategorien: | Prototyping > Sensoren |
CHF7.43
Compare#include "HX711.h" // HX711 circuit wiring const int LOADCELL_DOUT_PIN = 2; const int LOADCELL_SCK_PIN = 3; HX711 scale; void setup() { Serial.begin(57600); scale.begin(LOADCELL_DOUT_PIN, LOADCELL_SCK_PIN); } void loop() { if (scale.is_ready()) { long reading = scale.read(); Serial.print("HX711 reading: "); Serial.println(reading); } else { Serial.println("HX711 not found."); } delay(1000); }
Du mußt angemeldet sein, um eine Bewertung abgeben zu können.
Allgemeines | |
---|---|
Typ | HX711 |
Stromversorgung | |
---|---|
Spannungseingang [V] | 2.7-5.5 ,3.3 ,5 |
Sonstige Eigenschaften | |
---|---|
Style | 1 kg ,10 kg ,20 kg ,5 kg |
© Copyright by Thingware GmbH 2024
Bewertungen
Es gibt noch keine Bewertungen.