# arduinoVoltmeter
**Repository Path**: weimingtom/arduinoVoltmeter
## Basic Information
- **Project Name**: arduinoVoltmeter
- **Description**: Imported from https://github.com/yannickgagne/arduinoVoltmeter
- **Primary Language**: Unknown
- **License**: Not specified
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 0
- **Created**: 2019-08-18
- **Last Updated**: 2020-12-19
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
# arduinoVoltmeter
###What is this?
This project is an Arduino Nano voltmeter with an small I2C 128x64 OLED display and ESP8266 in AT mode. Voltage is read, displayed on the display and posted to a Thingspeak.com channel.
I used an external voltage reference for this project, just for fun and to see if I could get a better precision than when using the internal one.
Why the ESP8266 in AT mode? Well I was not able to make the display work directly on the ESP and I never tried to work with the ESP in AT mode so I decided to give it a go and keep the display on the Nano.
###Hardware
- Adafruit HUZZAH
- Arduino Nano
- I2C 128x64 OLED (the cheap ones from eBay)
- 5V Shunt Voltage Reference LM4040
###Schematic
###Libraries used
- U8glib
- SoftwareSerial
###IDE
- PlatformIO [http://platformio.org/](http://platformio.org/)
###Pictures
The display is broken in this pic. Waiting for a new one.
###Things to come
- KiCAD schematics
- Bare ESP-12 instead of HUZZAH
- Pictures