Digital voltmeter with PIC16F877A using Proteus and Micro C

แชร์
ฝัง
  • เผยแพร่เมื่อ 6 พ.ย. 2024

ความคิดเห็น • 16

  • @sifisokaula5032
    @sifisokaula5032 ปีที่แล้ว

    Good day Engineer Brandon.
    I built the same circuit and it simulates perfectly except that it seems that it cannot display voltages below 1V properly. For example 0.1V will be displayed as 1V, 0.01 will also be displayed as 1V.
    I did some digging and realised that the floattostr function is the cause. The sprintf function is a solution but the 16F877A does not support this function. How would you solve this problem. I see even in your video, you don't go below 1V

  • @agrosamclimatesmartagriculture
    @agrosamclimatesmartagriculture ปีที่แล้ว

    Great job

  • @kgothatsokgothatso8744
    @kgothatsokgothatso8744 2 ปีที่แล้ว

    Can you help me here, can you display LM35 temperature sensor values on the LCD using AT89C51 microcontroller? LM35 must be connected to ADC0831. Can you do that conversion it is a challenge to me

  • @musicwala3544
    @musicwala3544 2 ปีที่แล้ว

    Awesome explaining but your voice is very low please improve rest of that all goood

  • @RiChi41
    @RiChi41 ปีที่แล้ว

    Can it measure ac voltage ?

  • @quinueln-a
    @quinueln-a 2 ปีที่แล้ว

    👍👍👍

  • @Phoenix007R
    @Phoenix007R 2 ปีที่แล้ว

    I'm not being able to find res1 register

    • @papuixd5779
      @papuixd5779 2 ปีที่แล้ว

      hahha same bro

    • @Phoenix007R
      @Phoenix007R 2 ปีที่แล้ว

      @@papuixd5779 have any other suggestions?

    • @EngrBrandonstoolsEngineering
      @EngrBrandonstoolsEngineering  2 ปีที่แล้ว

      res1 isn't a register. It's a resistor. You can type res and get one resistor.

    • @Phoenix007R
      @Phoenix007R 2 ปีที่แล้ว

      @@EngrBrandonstoolsEngineering i did but was not able to find it

    • @mustafabb6676
      @mustafabb6676 8 หลายเดือนก่อน

      Same I cannot find it I search 2 day about this RES and i never had any info for that ... which Version of protuse use

  • @wanzack6528
    @wanzack6528 5 หลายเดือนก่อน

    how to save in hex file ya

    • @EngrBrandonstoolsEngineering
      @EngrBrandonstoolsEngineering  5 หลายเดือนก่อน

      Once a code is built on Micro C IDE, the hex file is generated directly into the same folder where the code is saved