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.
-
@whippe
Hi!
What CAN transceivers are you using?What external CAN device are you trying to talk to?
-
I am using SN65HVD230.
And try to connect to PeakCan USB
Tks -
@whippe
Hi, sorry for the delay.
Are you still working on this problem?
If so I will ask more questions!
Also: What is your aim, trying to do!? -
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. -
@whippe Interesting!
hmmm...I am way out of my depth here.
The PeakCan seems to be CAN to USB.
Do you have an example sketch to base this on?
The ESP32 connects to which end, the USB or CAN?
Does the equipment offer automotive style OBDII communication?
If you have the time, I'd like to know!