Looking for hardware suggestions #585
Replies: 3 comments 9 replies
-
Unfortunately the chip shortage hit a lot of vendors very hard. The underlying chip used on the M2 has been more or less discontinued. I think the vendor claims that stock may eventually exist but so far there has been nothing. EVTV still has a variety of hardware such as this: https://store.evtv.me/products/esp32 Alternatively, you can use a PeakCAN adapter, a KVaser Leaf Light, anything socketcan compatible (if you can run linux). Or, if you're adventurous, a lot of people have built their own ESP32 based CAN capture device from other parts available on the internet. I publish the source code for ESP32RET so it could be adapted to basically any ESP32 hardware you can get but you're on your own if you don't use the EVTV hardware. Or, at least I won't be able to help you. Other people may be able to offer some assistance in getting custom hardware to work. |
Beta Was this translation helpful? Give feedback.
-
GP and Joe and Collin, Now, I have a custom project I'm working on to decipher the Canbus data traffic and hopefully build some logic and commands to use the bus to do some things useful to many of us. I've ordered CSS crocodile and CL2000 CAN Bus Logger & USB Interface and am going to SavvyCan to start sniffing on the canbus of my generator. It is built in Italy by Dometic and has zero support but I do have a wiring diagram so know where to tap in on the Can High and Can Low. That's all I have though at this point. What I'm looking for in the future is similar to some of the suggestions here which is what can I use to easily send commands on the CanBus both in prototype and in production (e.g. something low cost with firmware on it that says A -> canbus command A, B -> canbus command B? That part is new for me since I've only read/listened to canbus traffic in the past. So, anyone out there that has built a canbus command sending unit, send them my way if they are willing to help a newbie a little bit. |
Beta Was this translation helpful? Give feedback.
-
At least for sniffing under Linux, a USB2CAN from innomaker would do the job (as long as no CAN FD is required, but while speaking about DUE and ESP32 this shouldn't be a limitation). I own one of them and they are on Ubuntu 22.04 LTS 64bit recognized on x86 and Raspberry Pi 4 with the stock kernel (socketCAN). If a programmable micro-controller is needed, maybe it's even an option to have a look at the new Arduino UNO R4 Minima (not the same as UNO R3 at all). The Renesas chip has got an integrated CAN controller with one channel. I started some first steps by combining it with a TJA1051 transceiver. At the beginning there was a small hickup about SFF/EFF, but this is meanwhile by its Arduino core release 1.04 resolved. |
Beta Was this translation helpful? Give feedback.
-
I was planning on using a Macchina m2 but it looks like they are not available right now. Looking for recommendations on a good hardware setup (and where it is available) to use with SavvyCAN to start sniffing. I have a couple of projects that I would like to do and need to get more familiar with the Can Bus messages in my truck.
Beta Was this translation helpful? Give feedback.
All reactions