⚡ Power Up Your Projects with Precision!
The Robocraze Voltage Sensor Module (25 V) is a compact and efficient device designed for accurate voltage detection ranging from 0.02445V to 25V. With a lightweight design and easy connectivity options, it is perfect for DIY enthusiasts and professionals alike, allowing for seamless integration with LCD displays and expansion boards.
Connector Type | Screw |
Number Of Contacts | 1 |
Brand | DIYmall |
Voltage | 25 Volts |
Specification Met | Energy Rating |
Manufacturer | Robocraze, Robocraze, Ground Floor, 912/10 Survey no. 104 4th G street, Chelekare, Kalyan Nagar, Bengaluru - 560043, Contact: +91 812 3057 137 |
Manufacturer | Robocraze |
Country of Origin | USA |
Model number | 430 |
Number of Memory Sticks | 1 |
Item Weight | 3 g |
Product Dimensions | 2.5 x 0.2 x 1.5 cm; 3 g |
Item model number | 430 |
Item Height | 15 Millimeters |
Item Width | 2 Millimeters |
Included Components | Voltage Sensor Module (25 V) |
Are batteries included? | No |
A**R
NYC product
Perfectly worked.
H**H
Nothing
Good product
A**J
Unjustified cost
It's a voltage divider circuit packed beautiful lly.
A**S
Only 1 module received
If u are selling just 1 unit of the module stop confusing ppl with 2 units in the pic. Seller hasnt mentioned anywhere that the price is for single module. Most ppl wont mind it after acceptung delivery. But what a terrible way to exploit customers.
S**8
Great for initial testing...
I bought this for one of my first Arduino designs. As part of my first program it works great.
J**R
They work for what i needed them for.
The are ok and somewhat accurate.
B**D
Arduino Uno Instructions
Fairly accurate (+/- 0.10v). It's hard to find anything on the net about this sensor if you are new to Arduino. But after searching the interwebs, and experimenting, this is my final result on an Arduino UNO:- pin hooks to ground+ pin not useds pin hooked to pin A0 (Analog 0)Then I tinkered with the following code:int analogInput = A0; //Change if not connected to pin A0float vout = 0.0; //do not changefloat vin = 0.0; //do not changefloat R1 = 30000.0; //onboard resistor 1 valuefloat R2 = 7500.0; //onboard resistor 2 valueint svalue = 0; //do not changevoid setup(){ pinMode(analogInput, INPUT); Serial.begin(9600); } void loop(){ svalue = analogRead(analogInput); //this reads the value from the sensor vout = (svalue * 5.0) / 1024.0; vin = vout / (R2/(R1+R2)); Serial.print(vin,2); // prints the voltage Serial.println(" volts DC"); // prints the words "volts DC" delay(1000); //delay loop for 1 sec }This code will give you results in the serial monitor. Make sure to set your baud to 9600.I haven't figured out how to calibrate the module yet. I'm assuming I'll just add or subtract some from the vin variable depending on which way I the sensor is off.Hope this helps anyone else out there,
A**R
Works exactly as it says it will.
Used on a small prototype project.
J**K
Reliable
These are good voltage sensors. Easy to use and seem to be reliable.
Trustpilot
2 weeks ago
1 month ago