Using Touch Pins on a ESP32 (ESP32 + Arduino series)

แชร์
ฝัง
  • เผยแพร่เมื่อ 24 ม.ค. 2025

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

  • @Leoninmiami
    @Leoninmiami 4 ปีที่แล้ว +11

    Thanks for the great videos! Lots of bigger videos out there but your pace, tone and succinctness win every time!
    On my DOIT DevKit1 (36pin) I had to add "pinMode(LED_BUILTIN,OUTPUT);" to the setup loop. I also had to reverse LOW/HIGH to HIGH/LOW so that it would turn ON when touched!

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

      same, thanks!

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

    Thanks. I appreciate these short, to the point, no fluff, instructional videos!

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

    Thank you so much! Super easy to understand and lets me grasp of the foundation of how the program works. Very good tutorial

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

    Which wire are you touching, if you could demonstrate that , it would be perfect.

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

    For anyone having trouble. Add the pinMode in the set up area. I don't know whyy he didn't need to but this will allow the LED to power on and off. I also had to define my "LED_BUILTIN" value. Likely this had something to do with it.

  • @homepcq703
    @homepcq703 4 ปีที่แล้ว +2

    when I dont touch the wire, values still goes down below threshold and turns on the led..........I dont know how you get constant value when wire is not touched......any solution?

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

    Whenever I try to upload to my ESP32 I get this from platformio:
    avrdude: stk500_getsync() attemp X of 10: not in sync: resp=0xce
    avrdude: stk500_recv(): programmer is not responding
    X will go from 1 to 10 before stopping.
    Uploading works fine from the Arduino IDE, but it seems the code doesn't be have properly (using the FastLED library at least). Trying to use platformio I can't get it to upload after compiling.
    I noticed if I scroll up to the top of the output from the terminal, it says:
    "Processing uno (platform: atmelavr; framework: arduino; board: uno)
    Does that mean it is trying to upload to my board thinking it is an uno? I definitely selected the "Espressif ESP32 Dev Module" when creating the project.

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

    Excelente video, muy bien explicado apesar que no entiendo mucho inglés comprendí la explicación, que software usas para programar

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

    LED_BUILTIN must be defined somewhere? Where do we find predefined variables for our particular board? Can the same input be used as something else too - e.g. input, output, adc? e.g. set at op whilst doing something but then reset as touch after? How can it be set to touch if it was set to something else?

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

      The LED_BUILTIN is a predefined library

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

    Pleas help me I got this error,
    A fatal error occurred: Failed to connect to ESP32: Wrong boot mode detected (0x13)! The chip needs to be in download mode.

  • @mitch7w
    @mitch7w 4 ปีที่แล้ว

    So helpful! Thank youuuuuu!

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

    Can you tell ma what you are using to program, it looks good.

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

    I can´t see my board and the other ones do not work at least the value is always 1.

  • @cristinadower8142
    @cristinadower8142 4 ปีที่แล้ว

    Is there a way to "latch" the state of the LED, so when touched it remains on or off?

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

    thanks

  • @TheSchneidItworld
    @TheSchneidItworld 4 ปีที่แล้ว

    ohhh