ESP32 Internal sensors - temperature, hall & touch sensors arduino

แชร์
ฝัง
  • เผยแพร่เมื่อ 31 พ.ค. 2024
  • ESP32 Internal sensors - temperature, hall & touch sensors in arduino. Today we will be accessing all three kinds of internal sensors of the esp32.
    ESP32 intro & installation: • Sparkfun ESP32 thing I...
    ESP32 deepsleep & touchpins: • ESP32 deep sleep power...
    All my code will be available on my Patreon page:
    / 25228002
    www.patreon.com/asali
    Links:
    Sparkfun ESP32 thing
    Affiliate link: amzn.to/2SyQjsm
    Normal link: goo.gl/abAiDf
    Normal ESP32 (cheaper)
    Affiliate link: amzn.to/2GTCHGS
    Normal link: goo.gl/aNXDqi
    Credits:
    Music:
    Classique - Francis Preve
    Thumbnail & video icon's:
    Licensed by creativecommons.org/licenses/b...
    Arrow icon by www.flaticon.com/authors/lyolya
    Finger icon by www.flaticon.com/authors/pixe...
    Magnet icon by www.flaticon.com/authors/smas...
    Temp icon by www.flaticon.com/authors/epic...

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

  • @RaiyanKamal
    @RaiyanKamal 3 ปีที่แล้ว +3

    Thank you for the heads up on the internal temperature sensor.

  • @LifeWithMatthew
    @LifeWithMatthew 3 วันที่ผ่านมา

    If you're always getting a reading 53.33c, it means that the function temprature_sens_read() is returning a value of 128, Sensor not Present. Your ESP32 didn't come with an on board temperature sensor, not all of them do.

  • @vantasy5335
    @vantasy5335 5 ปีที่แล้ว +2

    Thx very helpful

  • @SunilRathod-wc9bx
    @SunilRathod-wc9bx 2 ปีที่แล้ว +2

    Where is mentioned that ESP32 has inbuilt temperature sensor?
    Because I can't get proper reading. Only 53.33 at all.

    • @asali-channel
      @asali-channel  2 ปีที่แล้ว

      This is the internal or cpu's temperature sensor

    • @LifeWithMatthew
      @LifeWithMatthew 3 วันที่ผ่านมา

      @SunulRathod-wc9bx I know this is 2 years later, but 53.33 means that the sensor is return a value of 128, Sensor not Present. Your ESP32 didn't come with an on board temperature sensor, not all of them do.

  • @giovannyperez5183
    @giovannyperez5183 5 ปีที่แล้ว +6

    Hi the temp sensor no change always 53.33 C. I think that esp32 no have temp sensor accessible for measures external

    • @asali-channel
      @asali-channel  5 ปีที่แล้ว +2

      Yes, I think I might have mentioned this in the video but the internal temperature sensor of the ESP32 is indeed the reading of the CPU temperature (I think)

    • @juliocosta5818
      @juliocosta5818 3 ปีที่แล้ว +1

      Asali No temperature sensor on chip, so reading is always 128.

    • @lvercell
      @lvercell 3 ปีที่แล้ว

      @@juliocosta5818 Greetings! I have bought an esp32 and i used a hair dryer on esp32 and the temp reaches 68°C so i stop blowing hot air; but i haven´t the "internal led" ... Maybe you need a newer version

  • @ummuhanigul5531
    @ummuhanigul5531 3 ปีที่แล้ว

    I need analog sensor libraries for sparkfun esp32 thing on arduino IDE .any links ?

  • @RomanSklyar-su4br
    @RomanSklyar-su4br ปีที่แล้ว

    Just use
    float temp = temperatureRead();