Initializing the Raspberry Pi Pico W for use with ESPHome

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

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

  • @adamhowell1694
    @adamhowell1694 วันที่ผ่านมา

    I wish that I had found this video earlier. Your technique worked on the first try. I wasted about 90 minutes trying various thins which did not work (including modifying the port driver using Zadig). And what's really frustrating is that I've used this technique before, but had forgotten it.

    • @homeautomatorza
      @homeautomatorza  23 ชั่วโมงที่ผ่านมา +1

      Glad I could help

  • @jurievorster9470
    @jurievorster9470 11 หลายเดือนก่อน +2

    Always add by default the internal temperature sensor of my Pico:
    sensor:
    - platform: adc
    name: "Core Temperature"
    id: core_temperature
    pin: TEMPERATURE
    unit_of_measurement: "°C"
    filters:
    - lambda: return 27 - (x - 0.706f) / 0.001721f;

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

      I agree but as I said, baby steps.
      If there is enough demand I will address the Pico in more details, but right now I will do it in this format, this Quickie was a result of a question I got on my personal GitHub.
      There are a few issues and irritations related to the Pico but I have two that are doing a great job, the one keeps freezing randomly thought .

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

    I’m brand new to the ESP devices and this video was almost useful, until you got to the part where you dragged and dropped off-screen. In essence this video failed from that point on.

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

      Hi Wyatt,
      There is too much private stuff that would be visible and that is why it was done off screen, I am sure you understand the value of privacy.
      Dragging a file from the download folder to the pico is really the simplest part, I do not see how the tutorial fails in any ways.

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

      @@homeautomatorzaI just had another look at the video and I now agree that it isn’t a failure. However, I am a different person to the one who commented two weeks ago. That person had NEVER used any ESP32 or Raspberry Pico devices so had no context for anything shown on your screen! In other words, I was such a noob that even your noob video was too advanced for me.
      Now I’m building a water tank sensor with an ESP32 using multiple float sensors and LEDs (because, why not). This is all because of your video series! Thanks a million, and keep up the great work!