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.
W
Latest posts made by whippe
-
RE: Lilygo SIM7000G Can Bus connection
-
RE: Lilygo SIM7000G Can Bus connection
I am using SN65HVD230.
And try to connect to PeakCan USB
Tks -
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.