Building a Custom Arduino Library that Uses ESP-NOW

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

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

  • @GarageTinkering
    @GarageTinkering  3 หลายเดือนก่อน +1

    The very early prototype code is now online at github.com/valentineautos/AutoCC
    It's been changed a fair bit since the video and will change a lot in the coming weeks as I update it, but at least you can take a look at how it's coming together.

    • @daniel156161
      @daniel156161 3 หลายเดือนก่อน

      Github Repo is not available getting a 404 Error
      i would thing its set Private

    • @GarageTinkering
      @GarageTinkering  3 หลายเดือนก่อน

      @@daniel156161 BIG WHOOPS!!! You were right. Sorted, it's Public now. Cheers for the heads up

  • @62f100
    @62f100 3 หลายเดือนก่อน

    If I used a esp32 & canboard to decode my canbus from microsquirt ecu then sent it to lilygo & adafruit qualia esp32 displays via espnow would there be a lot of lag?

    • @GarageTinkering
      @GarageTinkering  3 หลายเดือนก่อน

      Good question. I've had no issues with lag currently, but I'm sending small packets on a button press as opposed to large amounts of data at a live rate you'd want - probably 100Hz or so?
      Also ESP-NOW has a 250byte packet limit so might be some work to split apart and reassemble all the data.
      I'll make a test environment in the next week or so and simulate it, but I have a feeling regular ol' Bluetooth might be a simpler solution