I have no idea how this vid popped up on my feed. Not even sure why i clicked on it, but my mind is blown away. Literally have not blinked. My brain wants more
@hfe18334 жыл бұрын
This video is underrated,oh men ..your one of the best here , crystal clear explanation and unique project here
@5er3123 жыл бұрын
Great video by the way thanks for uploading. Btw, anyone who's manged to get IDE to print "CAN Receiver", but has not got any CAN data...... I had this problem, did a day or so of debugging, turned out to be a defective MCP2515. Worked perfectly after swapping for another. Try swapping them if it doesn't work!
@sollykhan23858 ай бұрын
This tutorial is the work of near Genius 😇THANK YOU so much for the presentation, well explained and systematic, please continue to breakdown this topic in various bite sized video's ,we appreciate your effort and the time consumed to produce the content, sharing knowledge is awesome. 🙂 👍
@michaeld53283 ай бұрын
I'm an industrial control engineer just breaking into CAN bus communication to sensors brought to the industry in the past 10 yrs. We work mostly with PLC's on either hardwire, RS-485 or EthernetIP....now there are sensors on CAN...the older PLC's need change outs and we need CAN adapters and understanding to re-engineer these PLC systems which become outdated. Thanks for the intro tutorial of the basics.
@dannegus29885 ай бұрын
Thanks Adam! So much detail enabling me to get my project up and running.
@antonioescamez45493 жыл бұрын
About the can speed selector?? Could explain more about the connections?
@ichBINSabdiAKA4 жыл бұрын
Dude, you are a total Legend! really looking forward to your next Video can't wait to get this running in my '03 Vectra GTS
@theredstoneritsme4 жыл бұрын
Really looking forward to the next part, this was so helpful!
@chrisannie88373 жыл бұрын
Y' all should kindly go work with #sparktools2 on iG . He got the best tools , his fast trustworthy and perfect
@500crackzonig23 жыл бұрын
Get to know more check on WARE_TOOLZ on Ig within 24h he helped me hack a car am really appreciated
@gummispecht Жыл бұрын
YOU, good sir, are my personal unsung hero of the year now.
@Martink91913 жыл бұрын
Really nice video I am building Omega with BMW engine(car is running for 3 years allready), and I have trouble with omega esp to ecm and various additional systems like cruise etc. I am mechanical engineer, but i desperately need someone with deep knowledgemenet in electronics. I have tried self learning but 0 times something still equals 0. Evey this kind of video boost everytime.
@thelondonbroiler4 жыл бұрын
This is a really great tutorial, I know it took a lot of time and effort, thank you! Hopefully with the knowledge you're providing, I can figure out how to activate the battery heater in my electric car, so when I take road trips in cold weather, faster charging speeds can be achieved. Tesla does this, but my GM EV does not. Thanks again!
@adam_4 жыл бұрын
My first tip would be to get a somewhat official diagnostic tool that they're using in the repair shops. With that tool, you should be able to trigger the battery heater ON and OFF. All there's left is to catch those messages with your own sniffer, so you can manually send those commands later.
@thghho9 ай бұрын
@@adam_ I am getting required message, now how to decode that message? and in which format to send it back?
@MyDiagnosticАй бұрын
Asalamaleikum from Kosova.You are our brave tatar brother. Allah is great
@ekasusilo7 ай бұрын
I don't seem to see a lot of CAN frames on my hybrid Prius 2017. I have the exact same setup like in this video. I am expecting to see more than just a couple of CAN IDs. I also tried to put a jumper on the 120 ohm terminator, but it does not make any difference.
@nikolapremcevski90514 жыл бұрын
I've been waiting for this for almost half a year since you first uploaded the video with your vectra! Awesome and very informative video. Would you be kind enough however to provide the links to the exact hardware that you ordered/purchased ? I have the same car (also 2005) and I attempted a similar thing last year with an arduino uno and a CANBus shield - but that one is made for exactly one canbus speed and not much data can be accessed with it therefore. Looking forward to part 2 :)
@thghho9 ай бұрын
Had you successfully finished your this project, I mean controlling most of the things from mobile?
@EmreKonca3 жыл бұрын
Hi Adam, I made connections like your "wiring diagram" on my Opel Crossland X 2020i I measured 12V with multimeter on "Low Speed Can" line. Is that normal? Other question, may i change the can speed when sniffing medium spped or low speed can?
@adam_3 жыл бұрын
12V is probably not right. You can change the speed, but you need to change the connections anyway, so I don't understand the question.
@EmreKonca3 жыл бұрын
@@adam_ thanks for fast reply. When I sniff the low speed can line, may i change the can speed variable on the arduino code to 33e3? You connected the low speed can line to pin 1 and pin 4 on the obd2 port. Pin 4 is gnd. So how can canbus data will flow?
@adam_3 жыл бұрын
When you sniff the low speed can, you HAVE TO change the speed to 33k3. In the vectra (I don't if this is true for all opel cars, but probably) the low speed bus is called GMLan. This is a single wire protocol instead of the usual Can H/Can L. Actually, you should think about it GND being the Can L for this bus.
@EmreKonca3 жыл бұрын
@@adam_ if 12v between pin 1 and pin 4(gnd) is not normal, how can i find the right pin? How can i be sure about which line has "ligths, window controls etc" ?
@hfe18334 жыл бұрын
Finally a very elegant can bus tutorial with great animation and frames contains , thanks for this
@cameron3309414 жыл бұрын
Absolutely a must to watch. I very much look forward to your next video on this topic, it may help me understand more about an aftermarket engine management systems I'm installing soon, with the intentions of retaining some stock functionality from the manufacture.
@andrii38104 жыл бұрын
This is amazing! Best tutorial. Please release part two!
@jijovarghese10304 жыл бұрын
Have you released the Part 2.? I'm very interested in CAN BUS data reading and Manipulation. Please let me know
@adam_4 жыл бұрын
Not yet. I'm really busy with other projects at the moment, but I'm working on it!
@abdoubel19854 жыл бұрын
@@adam_ thanks for your time mate it's really an amazing projet...can't wait for the next part, good luck!
@Futemire4 жыл бұрын
Likewise, very interested in this project!
@alaeddinebrahem30524 жыл бұрын
@@adam_ Do you release the Part 2 ? Im very interested for it
@mrs_radrod4 жыл бұрын
Thanks so much for this video. I would love to see the next part as that is really pertinent to using CAN to do data logging for my car when doing track days and making sure the vitals are all within operational parameters. Subbing for sure. Also thanks for showing basic Arduino setup. It’s very easy to skip over things that you’ve done before that seem simple, but that really does help me since this is a system I’ve never really looked at before.
@محمدسعد-ص7ذ1ه4 жыл бұрын
Thank u man, This work will tech me some concept about project for my college.... I will share with u some results in the end .....
@mikesimpson50044 жыл бұрын
Adam! Where are you now? The first videos are amazing and the possibilities are endless. Your knowledge on the this subject is amazing!! Please message me I have lots to talk about! I wonder if we can use this to make our own tuning program for diesel trucks or turbo cars!!!! This is rad I really hope there is a way I can afford 800 for a programmer lol
@mutumagitonga3 жыл бұрын
Thanks so much Adam. Hands down the best tutorial on KZbin!
@jijovarghese10304 жыл бұрын
I also had basic set up for DIY project for doors Lock/UnLock based on certain criteria. Bit confused in identifying the Can Id, and sending the data I'm using Ardiuno UNO, CAN BUS shield and DB9 cables. And working on Hyndai i10 Magna
@dragonforcefanft4 жыл бұрын
I look forward to the second part! :)
@chrisannie88373 жыл бұрын
Y' all should kindly go work with #sparktools2 on iG . He got the best tools , his fast trustworthy and perfect
@marcolorito25794 жыл бұрын
you have been very clear, congratulations :) now I look forward to the next videos!
@maqeelqureshi4 жыл бұрын
Please also share your custom software for analyzing CAN.
@jarmyricsi3 жыл бұрын
Zseniális, nagyszerű, összeszedett videó!!!
@stradcar14 жыл бұрын
I will be trying to catch up with you i have a failed obd2 dongle which i will use like you did. I am very thankful for your video
@attilaauth18282 жыл бұрын
Gratulálok Ádám! Lesz mit tanulmányoznom :) , szép munka !!
@SageCloud2 жыл бұрын
Just wanted to let you know I built the device as you described in your videos. Eager to test it out soon! Thanks for your videos.
@thghho9 ай бұрын
Had you successfully finished your this project, I mean controlling most of the things from mobile?
@abeljhonatan32604 жыл бұрын
Amazing! Adam this project is awesome. I look forward to the second part! really awesome Greetings from Bolivia!!! 🇧🇴
@proteinpeter4753 жыл бұрын
Greetings from the Heiliges Römisches Reich deutscher Nation 🇩🇪
@sfcoawol62734 жыл бұрын
Subbed! this is a really awesome introduction! cannot wait to see the other videos in the series!
@IZ4HDM_Chris4 жыл бұрын
Very Good! I also was waiting for a series like this!!!! Waiting for the next video!!! Keep going!
@MsEdzus4 жыл бұрын
hello, looking forward to the continuation:)
@nodahandong14 жыл бұрын
HI, when will you update the video part 2? Thank you
@MarcosMachado-wy4no3 жыл бұрын
Dude, you are Top! I was in need of knowledge about CAN bus and message exchange between ECUs and other modules. Thank you!
@thghho9 ай бұрын
Had you successfully finished your this project, I mean controlling most of the things from mobile?
@AhadAlk4 ай бұрын
@@thghho Have YOU successfully finished the project? I'm currently trying to do the project too but I've seemed to come across an issue. Some help would be appreciated. I have setup the hardware the way he showed in the diagram, and then completed the steps for the code, however, I am unable to receive any packets from my car. I have triple checked all the wires, they are connected securely and correctly. I have the exact same MCP2515 board he is using and the UNO R3 as well. Apparently it may be because I do not have a 120ohm resistor, but the video didn't specify that. Wondering if thats the case. Any suggestions to fix this issue?
@ragchaasurengalindev4 жыл бұрын
Thank you so much. Looking forward to the next ones.
@zener8574 жыл бұрын
Hi friend. Your project looks amazing. We hope you continue witt tutorials.
@alexnesta40704 жыл бұрын
Looking forward to part 2! My current approach is using an excel spreadsheet to decode CAN messages. Your app looks like it would be a much more effective tool.
@Nerdle424 жыл бұрын
Super excited for more videos! This was really well done and detailed! Exactly what I was looking for
@thghho9 ай бұрын
Had you successfully completed this project?
@Nerdle429 ай бұрын
@@thghho nope, i forget why though
@benriefourie1157 ай бұрын
Thank you ! But at 13:24 you edited the MCP2515.h from 16 to 8MHz. There the pins are still showing 3 and 7. Is that not a problem? Should they not be configured differently for the UNO ?
@sc296074 жыл бұрын
Is there ever coming part 2-6? Looking forward to this... subscribed and waiting
@andylane25734 жыл бұрын
Great video Adam :) Is there any way to get this working if my car only has a K-Line (pin 7 in the OBD socket) for communication, rather than the Can-L and Can-H? Many thanks Andy
@RoboTecs2 жыл бұрын
Great Video! Thanks for share...
@christophjodexnus28084 жыл бұрын
Waiting for the next parts. Just bought the hardware and can't wait to realize my project ;) Very good video. Looking forward for the next part :)
@Fougere745 ай бұрын
I saw you can use opcom with your DIY. Can you change option like the opcom OBD original?
@GustavoAMD2 жыл бұрын
the quality of this video is absurd, well done
@taysungpro903 жыл бұрын
Thank you for your video, so as I understand, CAN bus is two-way data transmit, which we can interact and make the car to do some certain thing. Am I understanding correctly?
@patsayengineer48234 жыл бұрын
great job. i like the way you explain the can concept. Waiting for part 2, hope it will be soon.
@mcengiz73554 жыл бұрын
I've been waiting for this. Awesome video! I've a problem with my car that I can see only broadcasted messages in canbus. I can see only with request for other messages. I need help to see all the messages without request.
@d3str0y3rport3 жыл бұрын
Me too!
@carlschmitz79093 жыл бұрын
Absolutely awesome! Please continue to create more videos like that. And huge Thank you!!!
@sirajshaikofficial2 жыл бұрын
Hi @Adam Varga, appreciate your work, question can we perform Long Coding with this setup?
@TheRealSneakyPlayz3 жыл бұрын
Amazing project, I learned so much. PLEASE provide us with a full tutorials and examples. Thanks again for your content.
@thghho9 ай бұрын
Had you successfully finished your this project, I mean controlling most of the things from mobile?
@fuzzs89703 жыл бұрын
Thank you very much for sharing your work. Can't wait to watch the part 2 and 3
@adam_3 жыл бұрын
they are out already
@Zerio5 ай бұрын
Thank you mate, this is a lovely video. No joke really informative.
@danutz1074 жыл бұрын
Hello Adam . I have a Vectra C 2004. The stock player was Siemens NCDC 2013 and the BC button is on that player and i don't have it anymore . The steering wheel have 6 buttons. I can't use the board trip computer and the other functions . It's any chance with the arduino to set the 6 steering wheel buttons to navigate on the display to see the trip consumption and other info ? Thank you for your time , you do a greate job and make a lot of people happy with your knowledge
@adam_4 жыл бұрын
I think it's possible, but I'm not familiar with the NCDC2013 :/ First, you need to learn the messages of the steering wheel and then figure out how to control the player.
@danutz1074 жыл бұрын
@@adam_ But i don't have the entire player not just the bc button . I'm thinking if it's any chance to make work with arduino that 6 buttons on the steering wheel to control the color display without using the stock player , thank you for your answer !
@adam_4 жыл бұрын
@@danutz107 As I said, I don't know the NCDC2013, so I don't have the required CAN messages. I recommend you contact somebody with the NCDC2013
@ErikSchellekens11 ай бұрын
I have a question, there are numerous arduino boards for sale, does it matter which one? Is it also possible to use a R4 board?
@JoseLopez-mj5gw3 жыл бұрын
Hello Adam. forgive my english but i'm using google translator. Spectacular videos. I've followed in your footsteps and I can sniff the net on the high and low channel, but not the middle. My car is a 2017 opel astra. But the main problem is that I can't send command to the can bus network and I don't understand why. The 500 and 33 speeds work fine. 95 does not work `at least on pins 3 and 11. Why can't I send data via can bus?
@Scortexx4 жыл бұрын
Great tutorial! The only guy where I found that the baud rate has to be higher! I didn't have success in connecting my shield to my car, I will try it again, I hope that it will work using these methods. I only want to read multimedia data because I want to make a interface for my Renault steering wheel command for my radio. Also I want to make hand gestures using gesture sensor just like in BMW 7 series :)
@Scortexx4 жыл бұрын
Just to let everybody know and to thank Adam Varga, it works, it lists CAN BUS codes, now it is just a thing to find the ones I need, for the radio control.
@adam_4 жыл бұрын
@@Scortexx wow, thanks for letting us know! I'm happy that I could help out :)
@Scortexx4 жыл бұрын
@@adam_ You helped! Thanks! But now there is a problem of finding the correct codes for radio. Renault has Multimedia pin, I have to check if I can read codes out of that one. Can you maybe share the code for remote on the mobile? Just to check how you send codes to Arduino
@adam_4 жыл бұрын
@@Scortexx the phone app is an old one that I'm planning to refactor. But I can share my code in the next video if you are interested.
@Scortexx4 жыл бұрын
@@adam_ Please do, I can use it for a start point, I have some ideas of controlling a bunch of things over it
@theoneoneguys3 жыл бұрын
Man this video was a wealth of knowledge! So much good stuff! 👍
@jakenbaked872 жыл бұрын
Great job! This is amazing and super helpful.
@sylviomuller924011 ай бұрын
i folowed all the steps you took, jet i cant get any Information out of a 2003 Golf MK4. Do you have ideas what im doing wrong.
@SimonPlatten2 жыл бұрын
I have lots of boards, shields and cables, so far apart from spending a lot of time trying I haven't managed to capture any data from my car (Audi A5 2012 2.0 TDI), I've tried using a cable to connect to the CAN BUS via the connector on the dash, I've also tried a device called a CAN Crocodile which allows you co connect the device over the cables without cutting. Still haven't managed to capture anything, this could be due to the speed which I have no idea on.
@Ro_Wa4 жыл бұрын
That was a very well made video! Thank you for your time and effort explaining everything very clearly. Have you tried replacing the 8MHz oscillator with a 16 MHz oscillator and could you imagine possible advantages? The library I tried to use, was configured to 16 MHz and didn't work at all with 8 MHz. After swapping the oscillator for a 16 MHz, the arduino could communicate with the MCP. I however, didn't manage to get any data of the car. I will try out the library you used. I am looking forward for the next video. Have a nice day!
@adam_4 жыл бұрын
Thanks for your reply! Yes, I tried with a 16MHz oscillator, but for the sake of the tutorial, I thought that it is easier to just modify a define rather than re-solder the oscillator. Actually, there's no real benefit unless you want to achieve a really weird frequency that the mcp2515 is only capable of making either only from 8MHz or 16MHz.
@michaeldruyan1506 Жыл бұрын
About the junction box, what was the reason you used 2 independent switches and not one DP3T switch?
@adam_ Жыл бұрын
Simply, I only had these switches at hand, and I didn't bother getting better ones :)
@burakkara43074 жыл бұрын
I can't wait for next video. Please part 2.
@mahlodibogashu52113 жыл бұрын
Part2 please ,thanks for ur effort.
@luissalazar50003 жыл бұрын
Excellent information, keep posting these videos
@utube52110 ай бұрын
So. I bought "Adafruit RP2040 CAN Bus Feather with MCP2515 CAN Controller". Will this be enough, or I need anything else?
@azmiauw98792 жыл бұрын
Good evening Is it possible that you can make canbus decoder for my electric car seats for me. I want to install them in a classic car without a canbus, but they come from a modern car
@pasqualeesposito38754 жыл бұрын
You are a legend, please make another video like this ❤
@jordankagan60393 жыл бұрын
Thanks for the videos. How come a CAN transceiver chip is not needed in this case? Is the signal coming out of the driver differential?
@adam_3 жыл бұрын
The CAN driver chip does all the necessary low level stuff.
@oskarbc72134 жыл бұрын
@Adam Varga Hi, I followed the tutorial and I got it to display "can receiver" but I'm not getting any data, would you have a idea what could be wrong?
@danradum4 жыл бұрын
Some cars have the OBD connector behind a gateway that is filtering out the traffic from the internal CAN network unless you request it to route it. This is one potential cause.
@koookao3 жыл бұрын
Hey I stitched my Instrument Cluster trying to reflash it but cannot read it on bench.. everything works on the car but module stuck into bootlader mode need to reflash on bench. I cannot initialize but connection how to add the 120ohm directly tapped into Can-l and 120ohm also tapped into Can-h line?
@kapazo134 жыл бұрын
Thanks for the video and sharing your findings, i was looking something similar for a long time. I have made the setup you show us. I can use the examples, like read the rpm and read the vin code etc. Although the examples doesn't always work. For example the rpm doesn't always show in the console. My connections am pretty sure they are good. Do you have any suggestion? Also when i try to read different PID i cant make it work either. I try simple PID to keep the code same as the RPM example and if it works to move forward to something more complicated. I try to read MAF sensor PID since it is very similar to RPM PID. So i changed the code from the RPM example CAN.read() != 0x0c // correct PID RPM PID to this CAN.read() != 0x10 since 0c is the rpm hex and 10 is the maf value and also change the calculation algorithm to match . But it doesn't work i get no data at all.
@adam_4 жыл бұрын
Thanks for reaching out. Don't know what the problem could be with your rpm readings. Maybe the next video will give you more ideas :)
@kapazo134 жыл бұрын
@@adam_ Hope it comes out soon, they are very interesting and you are the first one to show us the details and be able to reproduce it to our cars. Thanks!
@johnterpack3940 Жыл бұрын
My goal is to completely remove the factory ECU while making everything look perfectly normal to an OBD scanner. Is that feasible?
@robertmartinez79383 жыл бұрын
What type of swithes are those SPDT? DPDT? Really enjoying the content thanks!
@tubehelpr2 жыл бұрын
Amazing video - inspired me to start hacking around. One question: How do you find relevant CAN network "topology"? I am unsure If all of the instructions in your videos will apply to my older (2000) vehicle? Or where would be a good place to locate the relevant information? Thanks!
@adam_ Жыл бұрын
Hey. I have found most of the required information on vendor specific forums, after extensive googling.
@confuzionn48434 жыл бұрын
Hey where did you learn this kind of stuff? I have experience in Arduino, and Raspberry pi, but i've found it hard to find out exactly how to do this kind of stuff, and the closest i get is like forum thread. I really like this am I'm excited for part 2. good luck! subbed and liked.
@adam_4 жыл бұрын
Thanks bro! I have a masters degree in electrical engineering, so a lot is coming from the the university.
@كوورةوبس-ن9س2 жыл бұрын
@@adam_ Can you help me sir, im too i have a same project im my final project of my studies , i don't now how to use connexion betwen mcp2515 and OBD2 !!
@faridmostafa31684 жыл бұрын
Please adam, I need help in some issues, I am facing problems with my vectra C (2008 top line) electrical system and hired many near technicians to solve but in vane. May be they made the situation worse, is there any method I can do to restore the car coding to the default again? Thank you in advance
@simmons92523 жыл бұрын
Hi Adam ,this is best tutorial. I watch I II III tutorial video again and again … try it again and again ,but it doesn’t work.. In the can library RPM sample, it worked 。In your ReceiverSniffer sample ,only print "CAN RECEIVER…" in the monitor, I followed your I tutorial ,updated mcp2515.h file ,pin 14 to L,pin 6 to H. .. 😭😭😭
@CraftSaito4 жыл бұрын
Great! Looking forward to watching next movie clip!
@mohamedsakrr52259 ай бұрын
i realize that different can buses in your have different pins in the obd i want to ask if it differs from a car to another and if so how to detect it
@FinTra_4 жыл бұрын
Great video. Any sources to read get started faster?
@TheBionicbone2 жыл бұрын
Great videos, really clear and good information. I have managed to get a 500kbs link working on the bench, one sending one receiving. But when I connect to HS can on the car I get nothing at all with or without the extra termination 120R. It made me think, I don't have a common ground between the car and the arduino since I'm powering only by USB, only the high and low wires attached to the car. Do you think that could be the issue?
@giovannimarescaiw8dyj8042 жыл бұрын
Hi, you don't need ground as CAN bus is a balanced one, and also you don't need the 120R termination resistor as the interface is simply in parallel on the bus. Please check the wiring.....
@d3str0y3rport3 жыл бұрын
Hi. I have tried this on a vw jetta and a Mazda 3 and it doesn't work unless I request a PID value. How are you able to see this stream??
@H00d3dH4ck3r2 жыл бұрын
Hey man thank you for the video! I googled "dipcan OBD2" but nothing is coming up. Can you possibly please provide links to the OBD2 connecter that you used in the video and which app "Dipcan" ? Thanks!
@xXWipeout4Xx4 жыл бұрын
Great video. Looking forward to part 2!
@edinetgrunhed60003 жыл бұрын
i subscribed due to can bus tutorial and very clear tutorial
@skolex31213 жыл бұрын
How do I know the length of the ID if that info is in the IDE field which comes after it? I would have to know the length of ID first to know where IDE starts or did I miss something?
@robertsandy37944 жыл бұрын
Hi Adam, Like others have written before me, the video is well articulated and presented. Like others have written, I'm looking forward to your next video on this. Do you do any home automation? If so, those videos would be very interesting. Have you read the Car Hacker's Handbook, written by Craig Smith?
@adam_4 жыл бұрын
I've done home automation many years ago, but I haven't found that too interesting. I've read that book, partially that inspired me to start this project :)
@ZliMare2 жыл бұрын
Hello, First thanks for this guide. I want to create somethingsomething similar to what you are showing and this helps a lot. I have a question. My obd2 is the same as the one you showed in the video, 6 and 14 and CAN BUS HIGH and LOW with 500kbits/s. I bought male OBD2 plug similar to the first one you suggested in description. It has all 16 wires, but I am not sure which 2 wires represent CAN HIGH and LOW. Is there any chance to know this without taking it apart?
@thghho9 ай бұрын
Had you successfully finished your this project, I mean controlling most of the things from mobile?
@thghho2 жыл бұрын
Hi, Is there any resource from where I can get extended PIDs (mod 22) of all vehicles' manufacturers? (I only need FUEL LEVEL, ODOMETER, VIN of all make/model) Thanks
@bussin13376 ай бұрын
Any idea why my car gets spammed with fault errors and messages on the dash when I plug in my Arduino with the same setup as shown in 10:55 ? Thanks.
@teachertechnology14 жыл бұрын
WOW dude *awesome* video Instant sub I'll follow your work
@juliussintara4 жыл бұрын
Cool video! Looking forward to part 2!
@ClaudiupromotionSRL4 жыл бұрын
This is the best tutorial on can bus on youtube. When do you release part 2?
@adam_4 жыл бұрын
working on it right now. I'll probably need 3-4 more weeks though.
@celestinotroiani32654 жыл бұрын
Really good video man, it's not easy to explain some things in such a easy way like you did. Part 2? 👍🙏🙏