Navigation

    LILYGO

    • Register
    • Login
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    1. Home
    2. whippe
    W
    • Profile
    • Following 0
    • Followers 0
    • Topics 1
    • Posts 3
    • Best 0
    • Groups 0

    whippe

    @whippe

    0
    Reputation
    1
    Profile views
    3
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    whippe Unfollow Follow

    Latest posts made by whippe

    • RE: Lilygo SIM7000G Can Bus connection

      Hi!
      Yes. I am still working on this problem.
      I am trying to make a telemetry for a fork-lift mahine.
      I want to collect the canbus data and send to website.

      posted in Technical Discussion
      W
      whippe
    • RE: Lilygo SIM7000G Can Bus connection

      I am using SN65HVD230.
      And try to connect to PeakCan USB
      Tks

      posted in Technical Discussion
      W
      whippe
    • Lilygo SIM7000G Can Bus connection

      What GPIO i need to connect The Can Bus line?
      I try to use #include <CAN.h>

      Setup:
      CAN.setPins(33, 32);
      CAN.begin(250E3);

      Loop:
      Int packetSize = CAN.parsePacket();
      If(packetSize) Serial.print("ok");

      Bus not working.

      posted in Technical Discussion
      W
      whippe