TOP Contributors

  1. MIKROE (2784 codes)
  2. Alcides Ramos (385 codes)
  3. Shawon Shahryiar (307 codes)
  4. jm_palomino (118 codes)
  5. Bugz Bensce (97 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 (139843 times)
  2. FAT32 Library (72209 times)
  3. Network Ethernet Library (57392 times)
  4. USB Device Library (47740 times)
  5. Network WiFi Library (43364 times)
  6. FT800 Library (42700 times)
  7. GSM click (29980 times)
  8. mikroSDK (28440 times)
  9. PID Library (26989 times)
  10. microSD click (26398 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: 1195 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

Readin the AM2303 Temp/Humidity Sensor with Basic

0

I'v seen a several C examples for reading these sensors but haven't found one in Basic. So here is the Source file for a Module in my RV Monitor Project for Handleing the AM2303. See the RV Monitor Project for a detailed Blog.

[Learn More]

Example of Using a STP16CPC05 16 Bit Serial in Shift register to light LED's

0

Test software to demonstrate the capabilities of the STP16CPC05 serial in 16 bit shift register with Current Limiting to light 12 LED's Rev 2.0 Rev 3.0 is the end of this project. I added a couple more test and am including a link to a Video on You Tube.

[Learn More]

RV Monitor System Two Displays, Battery Voltage, Fresh Water Level, Outside Temp, Inside Temp, With Cycleing Mode

10

This is a Monitor system for Travel Trailers, Pop Up's and other RV's. I have made provisions for two displays, one inside and one outside. A single button for each display steps through the modes. Modes include Battery Voltage: Fresh Water Level: Outside Temp: Inside Temp: Cycle The Data Displays: Off: Thanks For Looking Dick

[Learn More]