How to Write an Android App in Python to Control Your Arduino Projects

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

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

  • @frogz
    @frogz 9 วันที่ผ่านมา +3

    You can also use it as a VR headset, rift cat, awesome software

  • @archibibliothekarius2301
    @archibibliothekarius2301 8 วันที่ผ่านมา

    I've been waiting for this since the last video. But this seems a bit complicated. I've looked into writing my own java app and found a serial port library that supports arduino and all the common USB to serial converters. Didn't have the time to test it yet, but just having one app with integrated serial communication seems much simpler than writing python code, having to wrap it up into an app and then using a second app to do serial over tcp.

  • @u2bist
    @u2bist 9 วันที่ผ่านมา +2

    Somewhat more involved than using a web UI on a phone, but the IP socket connection would definitely be more responsive than HTTP. But TBH the wired USB connection is kind of a downside - this would really be more appealing if it talked to the controller via radio like ESP-Now or PainlessMesh.

    • @DoctorVolt
      @DoctorVolt  9 วันที่ผ่านมา +1

      It depends on your project whether a wired USB or wireless connection is better. If you run an IP socket directly on an ESP, the app can also communicate over wireless without any issues.

  • @stoic521
    @stoic521 9 วันที่ผ่านมา +2

    Hallo. Ich liebe den Akzent, ja. Danke, TH-cam-Algorithmus.

  • @User-rm9cw
    @User-rm9cw 3 วันที่ผ่านมา

    Forget Arduino!
    Use MacbookPro M5!

  • @LogicMathh
    @LogicMathh 9 วันที่ผ่านมา +2

    thnx

  • @stoojinator
    @stoojinator 8 วันที่ผ่านมา

    This is interesting, but way to complicated.

  • @reinerrosin
    @reinerrosin 9 วันที่ผ่านมา +2

    Horrible audio quality. Next time let Eric do all the talking please. The project itsself is interesting, but for too complicated. A solution based on a Wifi device would make things much easier