TOP Contributors

  1. MIKROE (2762 codes)
  2. Alcides Ramos (374 codes)
  3. Shawon Shahryiar (307 codes)
  4. jm_palomino (118 codes)
  5. Bugz Bensce (90 codes)
  6. S P (73 codes)
  7. dany (71 codes)
  8. MikroBUS.NET Team (35 codes)
  9. NART SCHINACKOW (34 codes)
  10. Armstrong Subero (27 codes)

Most Downloaded

  1. Timer Calculator (139254 times)
  2. FAT32 Library (71751 times)
  3. Network Ethernet Library (57122 times)
  4. USB Device Library (47430 times)
  5. Network WiFi Library (43082 times)
  6. FT800 Library (42403 times)
  7. GSM click (29835 times)
  8. mikroSDK (28078 times)
  9. PID Library (26885 times)
  10. microSD click (26198 times)
Libstock prefers package manager

Package Manager

We strongly encourage users to use Package manager for sharing their code on Libstock website, because it boosts your efficiency and leaves the end user with no room for error. [more info]

< Back
Example

Displaying a 12 VDC Battery Voltage on the LCD of a Easypic V7

Rating:

5

Author: Dick Berry

Last Updated: 2016-02-18

Package Version: 2.0.0.0

Example: 1.0.0.0

Category: Measurement

Downloaded: 1188 times

Followed by: 1 user

License: MIT license  

By scaling the +9.4 Volt to 14.5 Volt battery voltage with a Zener Diode and a 10K resister you can display the Battery voltage with two decimal points resolution on the Two Line LCD of a EasyPic V7 Development board using the RA1 AtoD input of a PIC16F76 Microcontroller.

Version 2 Uploaded on 2013/05/25

No Abuse Reported

Do you want to subscribe in order to receive notifications regarding "Displaying a 12 VDC Battery Voltage on the LCD of a Easypic V7" changes.

Do you want to unsubscribe in order to stop receiving notifications regarding "Displaying a 12 VDC Battery Voltage on the LCD of a Easypic V7" changes.

Do you want to report abuse regarding "Displaying a 12 VDC Battery Voltage on the LCD of a Easypic V7".

  • Information
  • Comments (0)

Example Blog

I have only had the EasyPic V7 for about a week now and this is my first real program using MBasic. I haven't done any programming in about 10 years and then it was mostly assembly  using 8048 and Z80 MP's so bear with me. Any hints or corrections will add to my learning curve so don't hesitate to comment.

 

I can say it sure would have been nice to have tools like this setup back in the day.

 

Thank You

Dick

 

 

Version 2 uploaded on 2013/05/25

I found several things I did wrong due to my learning curve. The display has been rearranged to avoid the flashing and I was able to remove the delay at the end. full explanation is in the comments.

Thanks For Looking

 

Dick Berry

ALSO FROM THIS AUTHOR

Interrupt Driven State Machine MP3 Player for Smart MP3-Board

0

This is a real time state machine that plays MP-3 files from the SD Card using the Smart-MP3 board. Now I can service the GLCD and Touch Panel while playing Audio Files. I've included the five songs I tested with. Just copy them to your SD Card.

[Learn More]

Saving Glcd Calibration Data in internl EEPROM

0

Calibrate the Touch Panel (only if required) with saved data that is check summed. Displays Cal Data and EEPROM Data on GLCD PIC 18F46K22

[Learn More]

Camper Light Control Project Update

0

This is the mid point of this project. The Light Control is working with Blue Tooth Coms between the head end and the light controller. The VGLCD code is working the touch panel to turn on and off lights. I will be adding Voice Control using the Speak-Up and Smart_MP3 modules in the near future. Enjoy New Version, more functionally. Dick

[Learn More]