Voltimetro Hecho Con Arduino (Voltimeter Made With Arduino)

by scasasco in Circuits > Arduino

612 Views, 1 Favorites, 0 Comments

Voltimetro Hecho Con Arduino (Voltimeter Made With Arduino)

WhatsApp Image 2022-07-08 at 7.48.46 AM.jpeg
Captura.PNG
2.PNG

Este proyecto es un voltimetro. En este caso el codigo que utilizamos nos permite que ,al conectar el Arduino a una pantalla tipo LED, esta funcione como display. Este display nos mostrará la medicion que esta realizando el dispositivo, similar a como lo hace un tester. Probablemente mejoremos el dispositivo, para poder tambien medir corriente e incluso potencia, uno de los detalles que tiene este voltimetro es que de momento solo funciona para corriente continua, y con el codigo que utilizamos en arduino deberia poder medir hasta 500v.

This project is a voltmeter. In this case, the code we use allows us, when connecting the Arduino to an LED screen, to function as a display. This display will show us the measurement that the device is making, similar to how a tester does. We will probably improve the device, to also be able to measure current and even power, one of the details that this voltmeter has is that at the moment it only works for direct current, and with the code that we use in arduino it should be able to measure up to 500v.

Circuito Y Codigo (Circuit and Code)

6.PNG
7.PNG

Lo primero que hicimos fue diseñar el circuito en tinkercad y hacer el código, con el fin de luego replicarlo en arduino.


The first thing we did was design the circuit in tinkercad and make the code, in order to later replicate it in arduino.

Construccion (Construction)

WhatsApp Image 2022-07-08 at 7.48.46 AM (2).jpeg
WhatsApp Image 2022-07-08 at 7.48.46 AM (1).jpeg
WhatsApp Image 2022-07-08 at 7.48.46 AM.jpeg

Por ultimo pasamos el código hecho en tinkercad a arduino, para después replicar el circuito de tinkercad en una protoboard fisica

Finally we pass the code made in tinkercad to arduino, to later replicate the tinkercad circuit on a physical breadboard

Carcasa (case)

WhatsApp Image 2022-11-25 at 08.06.10 (2).jpeg
WhatsApp Image 2022-11-25 at 08.06.10 (1).jpeg
WhatsApp Image 2022-11-25 at 08.06.10.jpeg
WhatsApp Image 2022-11-25 at 08.06.09.jpeg

Para el diseño de la carcasa nos basamos en un modelo simple estilo caja de bombones hecho de aluminio y soldado y unido con tuercas y tornillos. La tapa superior, por la que se observa la pantalla LCD posee un orificio aproximadamente del mismo tamaño que dicha pantalla. Esto para poder ver lo que muestra en el interior de la caja. Luego en uno de los laterales colocamos las entradas para conectar el dispositivo a la corriente que se desee medir como así también una entrada de Arduino por si se desease modificar la programación. Por último añadimos una calcomanía con el logo de la Escuela de Educación Técnica Henry Ford.

For the casing design we relied on a simple chocolate box style model made of aluminum and welded and attached with nuts and bolts. The top cover, through which the LCD screen is observed, has a hole approximately the same size as the screen. This to be able to see what it shows inside the box. Then on one of the sides we place the inputs to connect the device to the current that you want to measure as well as an Arduino input in case you want to modify the programming.