Raspberry Pi Pico W - Write to ThingSpeak (Basic Example)

แชร์
ฝัง
  • เผยแพร่เมื่อ 21 ก.ย. 2024
  • In this Tutorial we will use Raspberry Pi Pico W (Raspberry Pi Pico with WiFi). We will write Data to a Cloud Service called ThingSpeak. ThingSpeak is owned by MathWorks, the same vendor that develop the MATLAB software.
    Blog:
    www.halvorsen....
    TH-cam Channel @Industrial IT and Automation ​
    / industrialitandautomation
    Raspberry Pi Pico TH-cam Playlist:
    • Raspberry Pi Pico
    Getting Started with Raspberry Pi Pico:
    www.halvorsen....
    Raspberry Pi Pico W and ThingSpeak:
    www.halvorsen....
    Additional Raspberry Pi Pico Resources:
    www.halvorsen....

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

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

    Great content. Thank you

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

    Thank You

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

    What about SSL/TLS?

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

      Then HTTPS should be used

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

      @@IndustrialITandAutomation where to install Certificate on our code?

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

      The TLS certificate is normally on the server-side, in this case the ThingSpeak service. So basically use HTTPS instead of HTTP in your ThingSpeak API URL. Then the rest is taken care of by the server and the Python libraries used.

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

      @@IndustrialITandAutomation Ok thanks