Programming using DATASHEET | TMP36

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

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

  • @ivolol
    @ivolol 28 วันที่ผ่านมา +1

    If you get a decent digital temperature sensor, like SHT41 or SHT31, it could be a fun exercise to place both sensors next to each other and use the readings from the digital one to measure and calculate even more accurate calibration constants for the analogue one. The latter is probably more useful in analogue circuits as a whole.

    • @obelusstem199
      @obelusstem199  22 วันที่ผ่านมา

      Not sure about about SHT sensors, but I agree. There are many sensors that are better/worse than this one. I just had this one laying around)
      And I think this is a good exercise on how to start reading Datasheets and work with analog sensors

  • @obelusstem199
    @obelusstem199  หลายเดือนก่อน +1

    0:00-1:51 Intro
    1:51-4:55 Datasheet walkthrough
    4:55-11:47 Deriving formula
    11:47-17:15 Coding
    17:15-19:10 Connecting sensor
    19:10-21:12 Setting-up MicroPython
    21:12-23:03 Testing

  • @kirishima638
    @kirishima638 26 วันที่ผ่านมา +2

    Why did you not just use Thonny to install micro Python to the Pico bootloader?

    • @obelusstem199
      @obelusstem199  22 วันที่ผ่านมา +1

      It's just the way I decided to do this. You can surely install micropython in Thonny. Also, not sure about this, but Thonny can probably install old version of micropython. Just better to have it from the source itself (micropython org)

    • @kirishima638
      @kirishima638 22 วันที่ผ่านมา

      @@obelusstem199 ok

  • @shamanVideo1010
    @shamanVideo1010 หลายเดือนก่อน +1

    50-104.667 != 54.1667 answer 54.667

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

      Omg, yeah. So the error starts from 62.5/0.6 = 104.1667, and not 104.667.
      Thank you for pointing it out!