Пікірлер
@SIMRIG412
@SIMRIG412 47 минут бұрын
lol doesn’t even work right and your pc can’t even play a weak game 😂
@randomscience4k
@randomscience4k 42 минут бұрын
😄 this video was posted long ago..was only a few days since I got it. It’s all figured out and I have working code for it since a while now.
@if.it.has.an.engine.its.cool.
@if.it.has.an.engine.its.cool. 7 күн бұрын
Hi quick question what is the parts required for this to work (apart from the bmw dash and the ARDUINO)
@Reclinted
@Reclinted 8 күн бұрын
I was going to get that one😔 but it looks great I’m happy that you got it to work, might need to buy one for myself 😁👍
@ashguy1370
@ashguy1370 8 күн бұрын
This was definitely modeled off the 1998 Purdue Pharmaceuticals opioid video.
@randomscience4k
@randomscience4k 8 күн бұрын
Just found the ad and you’re right..looks similar to
@beanseater4205
@beanseater4205 9 күн бұрын
I also have rhis
@andersonguimaraes1057
@andersonguimaraes1057 13 күн бұрын
pin 17 only needs one wire
@randomscience4k
@randomscience4k 9 күн бұрын
Pin 17? It’s a no Connection pin
@user-gi1hm7so3c
@user-gi1hm7so3c 13 күн бұрын
Am litterally doing the exact same thing 😅 got an e90 though dashboard and center console.
@randomscience4k
@randomscience4k 8 күн бұрын
Amazing! Are you finished with your setup or it’s an ongoing project?
@xiaomidrone4k905
@xiaomidrone4k905 14 күн бұрын
So much money 😊🎉
@randomscience4k
@randomscience4k 14 күн бұрын
😬😁
@alialmeahe5466
@alialmeahe5466 14 күн бұрын
I have one for a Pajero car, can you do it and how much will it cost me?
@randomscience4k
@randomscience4k 14 күн бұрын
Hello, you need to find the can bus ID information of your cluster to do it, either by brute force method or by logging can IDs from your vehicle. Also, does the Pajero show launch control message on its cluster when launched?
@alialmeahe5466
@alialmeahe5466 14 күн бұрын
@@randomscience4k My dash doesn't have a digital screen , I understand from what you're saying that it's almost impossible for an ordinary user like me to do it , right? Is there a simple and basic way for me to connect speed sensors to Arduino? I just need to measure km/h
@dyz_iar7713
@dyz_iar7713 29 күн бұрын
Hey. Can you tell me the name of the libraly you used.
@randomscience4k
@randomscience4k 27 күн бұрын
Hi, there are a bunch of libraries used. In the video description I’ve posted a google drive link to the entire library I’ve used. You copy the entire library folder and place it in your documents folder. Or if you have an existing library folder you can copy the contents of the files inside the library and paste it in yours.
@dyz_iar7713
@dyz_iar7713 27 күн бұрын
@@randomscience4k Thank you, i am blind.
@joaquin06
@joaquin06 Ай бұрын
hello my friend i happen to have a 2017 ford f250 cluster around and i was wondering what i had codes i had to get to make this thing work i love what youre doing here!!
@randomscience4k
@randomscience4k Ай бұрын
Hi, that's a nice cluster. You need to first find the can ID frames to get the cluster working. You can check online if someone has posted that info or try to log it from an actual car via it's can bus lines using an Arduino. You can then uses the information to modify the Ford fusion or BMW or Porsche code I've on my GitHub. You can find the links to those from my other videos. Your cluster may share some similar IDs to the Ford fusion.
@polytech_nu
@polytech_nu Ай бұрын
The 'famous' green altimeter. 😅 It's a remarkable color for a avionic gauge. 😊
@randomscience4k
@randomscience4k Ай бұрын
It indeed is 😃..that's what really caught my attention of this unit first
@Reclinted
@Reclinted Ай бұрын
Where could i find this sketch. Tysm in advance😊
@randomscience4k
@randomscience4k Ай бұрын
There is one beta sketch on my GitHub..but now working on a more direct Arduino IDE version instead of VS code
@megabuster-gm6bf
@megabuster-gm6bf Ай бұрын
can i use only one arduino for the lights and the gagues ?
@randomscience4k
@randomscience4k Ай бұрын
Yes , one should be fine
@ALXMARTIN
@ALXMARTIN Ай бұрын
why
@randomscience4k
@randomscience4k Ай бұрын
??
@bhager429
@bhager429 Ай бұрын
if ya need some help let me know. im finishing up my mk8 code right now and have a really good working mk5 and the explorer
@randomscience4k
@randomscience4k Ай бұрын
Thank you very much! That's great... appreciate it very much! Sure I'll reach out..Had taken a break from the simrig & cluster projects for a while 😀..got busy with some new project..I need to resume the fusion cluster project now..moved on to a more refined simpler Arduino code now.
@rubenspro
@rubenspro Ай бұрын
Nice set and work! awesome! I've a idea to create a arduino translate to porsche cluster, you have a arduino code are you using or someting else?
@randomscience4k
@randomscience4k Ай бұрын
Thank you! I've a code for Arduino based on python that you can use like in the video, the below GitHub link should lead you to their. But I'm working on a new code that will be more simpler to just load via Arduino IDE soon. This will support BeamNG also and maybe work on Asetto corsa also. github.com/VintageCollector/cluster-dashboard-ets2-ats/tree/Porsche-Panamera-970 Also, all the can IDs I found for the Panamera cluster can be found on my blog below: random-science.com/2022/12/19/playing-with-a-2010-12-porsche-panamera-4s-970-cluster-with-can-bus/
@Hellennnn
@Hellennnn Ай бұрын
Hello, I really like the work you do. And I have the VW Passat instrument cluster. When I connect it to the adapter, it only shows time and date on the screen. But even though I have the canbus and ardunio module, I cannot receive messages from my cluster in the canhacker program. If possible can you help? respects
@randomscience4k
@randomscience4k Ай бұрын
Hi, thank you! To power up newer clusters you need the ignition can ID frame and its corresponding bytes to be send to the cluster via Arduino. Now your last sentence isn't very clear, do you mean to find the DTC and can IDs stored in cluster? If yes I think there is a way, but I'm not very familiar with it. We have some folks in my discord channel who are aware of the technique to do this and maybe you can reach out to them and find out. There are members who have VW clusters, so they should be able to help you out.
@Hellennnn
@Hellennnn Ай бұрын
@@randomscience4k It would be great. There is generally no one interested in VW clusters in Turkey. Just when I was about to give up hope, I came across your videos. Thank you very much.
@Hellennnn
@Hellennnn Ай бұрын
@@randomscience4k Let me explain it this way. I connected Can Low and Can high. When I say connect after selecting the com port. A message should be sent to the section labeled Receive (Monitor), but it does not. In other words, my Cluster does not connect with my CanBus module. (By the way, my English is not good. I am writing with the help of Google Translate, sorry)
@Hellennnn
@Hellennnn Ай бұрын
I want to ask one more question. I also use Seedstudio as a CanBus module. Have you soldered anything to the bottom of the board? On the Seedstudio website, it says that soldering is done between the pins, that's why I'm asking. Please forgive my ignorance​@@randomscience4k
@randomscience4k
@randomscience4k Ай бұрын
@Hellennnn no worries..feel free to ask. I don’t check my KZfaq notifications a lot, so there could be delay at time. Myself and another member have responded to your question on discord. Well there is the 120 ohm bridging pad, in my case I cut it when testing an E90 cluster. Else it wouldn’t work. I do not have a vw cluster, but when tested with an Audi a8, I don’t have to bridge it.
@BadDriversOfBeamngDrive
@BadDriversOfBeamngDrive Ай бұрын
Would this code also work with a 2016 Altima cluster?
@randomscience4k
@randomscience4k Ай бұрын
Not sure, but I had a 2018 altima cluster and could not get anything to happen on the cluster with a can generator, later learned that Nissan started using extended CAN IDs. So, unless you have the can log from an actual car it's not gonna be easy as using a can generator means it would take a very very long time to get the IDs and register them. If you didn't buy it already, don't get it. Look for Nissan older than 2012. They using simple can bus I think.
@BadDriversOfBeamngDrive
@BadDriversOfBeamngDrive Ай бұрын
@@randomscience4k Alright i already have the gauge cluster, i also know a few people who have that model altima. i also have a 2015 infiniti q50 and im gonna see if i can do anything with it. thanks for your response.
@randomscience4k
@randomscience4k Ай бұрын
@@BadDriversOfBeamngDrive Good luck! 👍🏻
@TheGamingRicochet
@TheGamingRicochet 2 ай бұрын
Is anyone able to help out ive got a different type of 4 way relay and iam confused on how to connect it all up 🙏
@randomscience4k
@randomscience4k 2 ай бұрын
The relay you are using is a shield type that goes on top of Arduino, more compact. As for the one in video, on the input side: there is power Vcc& GND, the IN1, IN2 etc are inputs that gonto corresponding Arduino pins for various lights mentioned in video. On the relay side you connect the 12V to thr COM terminal of relay. Then for the cluster light wires (high beam, turn signal etc) to the Normally open or closed terminal accordingly.
@janernstd9842
@janernstd9842 2 ай бұрын
do you have wiring diagrams of this and arduino code? Can this be used in Assetto Corsa? I plan to wire a 370z cluster. Thank you
@randomscience4k
@randomscience4k 2 ай бұрын
Yes, I've the wiring for this cluster. And sketch is already flash file is already under the beta-sketch section on my discord channel. I've not tested on AC, but I guess it should work. You can find the link in the video description. That's nice! The 370z is also a great cluster.
@witcheshour9718
@witcheshour9718 2 ай бұрын
If this was for real and no side effects it would be a hot seller. Im sure they already have it
@randomscience4k
@randomscience4k 2 ай бұрын
If this was for real w/o side effects, this is gonna be selling like hotcakes 😄..I mean people already love anti-ageing cream.
@Oporowiec-k4p
@Oporowiec-k4p 2 ай бұрын
Hello, where can I get a free code for the Audi A4 B5 facelift?
@randomscience4k
@randomscience4k Ай бұрын
Hi, cluster here is only for the pre-2000 model that is analog type. The code for it is below in description. The 2000 and later models have two can bus and you need to find the IDs and make a code for it. Unfortunately I don’t have the cluster or can IDs for it. I believe the clock in your cluster is a digital one? www.audiworld.com/forums/a4-b5-platform-discussion-1/understanding-differences-between-audi-a4-clusters-compatibility-issues-2797763/
@auhinb0019
@auhinb0019 2 ай бұрын
awesome
@randomscience4k
@randomscience4k 2 ай бұрын
Thank you!
@auhinb0019
@auhinb0019 2 ай бұрын
@@randomscience4k What is the communication speed when exchanging data from simhub to Arduino? I am using UNO!
@randomscience4k
@randomscience4k 2 ай бұрын
It should be 115200 baud on the sim hub Ncalc section.
@auhinb0019
@auhinb0019 2 ай бұрын
@@randomscience4k all right! So does SimHub run at 60fps?
@randomscience4k
@randomscience4k 2 ай бұрын
Well I know that the paid license removes thr 10 fps restriction. Will it goes to 60 fps I don't know since I have not check with an fps counter. But sometimes simhub plugins can reduce frame rates below 60 fps.
@janernstd9842
@janernstd9842 2 ай бұрын
nice work.👍 thinking of an s2000 cluster on simhub
@randomscience4k
@randomscience4k 2 ай бұрын
Thank you!
@randomscience4k
@randomscience4k 2 ай бұрын
The S2000 is an awesome cluster. In fact I would rank among clusters #1. Would make a perfect one on a sim rig 👍🏻
@Superkolos
@Superkolos 2 ай бұрын
Nice mate 👍
@randomscience4k
@randomscience4k 2 ай бұрын
Thank you! 😊
@vampyryannik7334
@vampyryannik7334 2 ай бұрын
Oh wow you got one from a w12. Also good thing it's the A8 and not A6, the A6 needs checksums for stuff like transmission
@randomscience4k
@randomscience4k 2 ай бұрын
Ohh didn’t know about the transmission thing..that’s nice to hear that. To me the A7 & A8 looked the same. Only reason I got this A8 was that it was only $28. Didn’t know it was a W12 either. There was no mention of anything in description apart form it working.
@andersonguimaraes1057
@andersonguimaraes1057 2 ай бұрын
very good I really like using the panel to play
@auhinb0019
@auhinb0019 2 ай бұрын
very good
@randomscience4k
@randomscience4k 2 ай бұрын
Thank you!
@NicoMugnolo
@NicoMugnolo 2 ай бұрын
I have all the pieces but the only thing that has me stuck although I think it's a joke is the circuit of transistors and resistors that you have to assemble 7:10 I tried to assemble it once following the photos in your video but I couldn't and I can't read the diagram I don't know what's wrong with me.
@randomscience4k
@randomscience4k 2 ай бұрын
It’s something unfortunately you need to figure out..Btw the OG code has undergone some updates. Check the pinned comment please.
@andersonguimaraes1057
@andersonguimaraes1057 2 ай бұрын
very good, I think it's very cool, I'm racking my brain on my BMW e90
@randomscience4k
@randomscience4k 2 ай бұрын
Thank you! The can bus on the older Nissans are much simpler. So wasn’t too difficult. Still I need to get the abs, headlights etc done. The e90 has lot of can bus info and also a working code available. Might help you get things moving faster.
@Marcin648
@Marcin648 2 ай бұрын
This cluster is really nice! :)
@randomscience4k
@randomscience4k 2 ай бұрын
Thank you! It is indeed :)
@randomscience4k
@randomscience4k 2 ай бұрын
Are you currently working on any clusters?
@Marcin648
@Marcin648 2 ай бұрын
@@randomscience4k Sadly no. Project of universal cluster framework still exist, but I am not working on this by long time. I have too many hobbies :D For now I focus on DIY geiger counter base on SI-8B with diy custom PCB. Generating 400V from 3.3V it's not an easy task. ;) I will come back to car clusters.. some day..
@randomscience4k
@randomscience4k 2 ай бұрын
@@Marcin648 I see. Yeah, steeping up that 3.3V to 400V the current drop would be massive and then the size of circuit.
@508pimpsta
@508pimpsta 3 ай бұрын
Aye how did you hook this up? I love it!
@randomscience4k
@randomscience4k 3 ай бұрын
Using an Arduino mega(Uno will also work) and a can bus shield. Can IDs some of them are similar to a 2012 fusion I found online, rest I used a can ID generator code and found some. Then I used an Arduino code to get simhub telemetry data to convert to cluster actions.
@ariadnefrolich7243
@ariadnefrolich7243 3 ай бұрын
Saw this trailer as a kid and thought it was an acutal beauty treatment commercial (never played the games, so I wasn't tipped off by the name Umbrella)....I screamed so loud I woke up the whole house. I had to admit it was a very effective horror movie though, once I calmed down.
@randomscience4k
@randomscience4k 3 ай бұрын
Lol 😆
@Isabella_Pig
@Isabella_Pig 3 ай бұрын
Just junked my a4, stole the cluster out of it first tho and am planning on seeing if I can get it to light up and work. Does the program only work with trucking sims? Either way thank you for your videos. They'll be helpful for me getting the darn thing to work :3
@randomscience4k
@randomscience4k 3 ай бұрын
You might want to desolder or disable the annoying buzzer though! 😄...Well this cluster is very much analog like the BMW E36. So, the needles (Speed & tach) only need slight calibration from the default simhub menu. Well I've used it only with truck sim and beamng..but if you mod the code you can get it to work with other supported games in simhub like AC etc..but the flashlight function will be a bit more limited in this case. Enjoy your new cluster!!
@Marcoa6839
@Marcoa6839 3 ай бұрын
Looks great 👍🏼 I have a chrono clock nearly working but some error or something maybe could you help me would be great
@randomscience4k
@randomscience4k 3 ай бұрын
Thank you! What error are you facing? Is it installed in your car or you are running it externally?
@Marcoa6839
@Marcoa6839 3 ай бұрын
@@randomscience4k I want to run it externally for decoration purposes for myself I can of course show you. We have the live time running on the CANBUS but the clock we can’t get to show anything the only thing we could get was after the can bus should be complete it does its little calibration on powering up. I don’t know what the clock needs so start setting itself and showing the time. I have a car to test the clock it works perfect in the car but externally I can’t get it to run. Maybe we could get in contact and work something out would be so great 👍🏼
@randomscience4k
@randomscience4k 3 ай бұрын
@@Marcoa6839 My plan was to use it with the simulator setup, but since I got the newer clock I too decided to keep that for simrig and the Panamera 970 clock for decoration. So, I observed what you just mentioned, the clock's functions and backlights only work when the can lines are in parallel with the cluster. Something I want to try is to add a 120 ohm termination resistor on the can lines to see if it can be run standalone without cluster.
@Marcoa6839
@Marcoa6839 3 ай бұрын
Maybe that works could be. I think these get a wake-up signal as well because they need a certain setting in the car in the cluster to be set so get to work so I think the clock gets a signal to start showing it.
@Marcoa6839
@Marcoa6839 3 ай бұрын
I ve met a guy that also has some data for it we are currently working on it maybe we get it to work somehow
@Frank-ls8ky
@Frank-ls8ky 3 ай бұрын
I have a question what kind of paper or screen is that ?
@randomscience4k
@randomscience4k 3 ай бұрын
It's a special kind of phospor screen that glows when X-ray but them. The blue one used in video is a bit less common. But you can easily find the green colored ones on ebay. Just look up old x-ray film cassette. Inside it they have the white phospor screens
@Frank-ls8ky
@Frank-ls8ky 3 ай бұрын
@@randomscience4k ok thanks I knew it was the electromagnetic film, but wasn't sure enough...
@luks6699
@luks6699 4 ай бұрын
hey man, nice Project is it possible to get the Code for the Chrono Clock?
@randomscience4k
@randomscience4k 3 ай бұрын
Hi, unfortunately for some reason the clock alone doesn’t run via Arduino without the cluster also connected to the same can bus line. I’m still in the process of identifying how tbe bytes are related to the hours and minutes. Once I figure it out, I’ll share it.
@randomscience4k
@randomscience4k 3 ай бұрын
I'm still in the process of figuring out the clock. Half way done thr hrs/mm/ss. Now need to figure out start/stop. Btw even with code the cluster is still required for the clock to wake up. Ha ent figured a way to get it to run stand alone.
@seesikopter
@seesikopter 4 ай бұрын
meanwhile i cant even get the e90 one to work :(
@randomscience4k
@randomscience4k 3 ай бұрын
😬
@seesikopter
@seesikopter 3 ай бұрын
@@randomscience4k got it to work idk how I just spaghetti coded it
@randomscience4k
@randomscience4k 3 ай бұрын
@@seesikopter That's great! 👍🏻
@I_am_kenneth
@I_am_kenneth 4 ай бұрын
Hello can you help me my instrument cluster bmw E36 test is not functioning I press the button for 5 seconds yet no test
@parsaas983
@parsaas983 4 ай бұрын
Do you just connect the transformer to that or do you use some capacitor in between?
@randomscience4k
@randomscience4k 3 ай бұрын
In the video just a vintage flyback transfomer with an ZVS driver. If you use an ZVS with flyback set (2 in series) you can have enough juice to power it directly. But a capacitor -diode booster is better in my opinion with a single unit.
@ioritzondarra5148
@ioritzondarra5148 5 ай бұрын
Hey there. What kind of signal does the E46 speedo use? I want to generate the signal using arduino. Im actually on m54 swapped E36 project, so I want to use the original E36 signal to run my E46 dashboard's speedo. Thanks!
@randomscience4k
@randomscience4k 5 ай бұрын
Hi, the speedometer on the E46 is just like the E36, it’s PWM signal driven. Don’t know if it will work directly with that E36, but you can always try.
@ioritzondarra5148
@ioritzondarra5148 4 ай бұрын
Many thanks buddy😊😊. I will it later this afternoon. Regards!!
@susiehaltmann3342
@susiehaltmann3342 5 ай бұрын
This is the best part of the game
@VR_D0GE
@VR_D0GE 5 ай бұрын
Hello don’t know if you will respond but, when I try to hook it up the blinkers click on but it’s a constant on. I’ve tryed beamng and ats only ats works tho. I’ve kinda gotten the left blinkers to work but right won’t flash.
@georgimilev6786
@georgimilev6786 3 ай бұрын
its the ncalc formula
@randomscience4k
@randomscience4k 3 ай бұрын
or just connect the relay terminals to NO (Normally Open) when blinker is off.
@auhinb0019
@auhinb0019 5 ай бұрын
Can I also get the SimHub protocol?
@randomscience4k
@randomscience4k 3 ай бұрын
it's actually in the GitHub link given in the description. You can give it a try.
@auhinb0019
@auhinb0019 3 ай бұрын
@@randomscience4kThere is no address in the video description. Which video should I watch?😢
@gjrettung2666
@gjrettung2666 6 ай бұрын
hi where can i find th custom protocol
@seesikopter
@seesikopter 6 ай бұрын
Anyone got an idea why i only got a Car on a Lift? Aka Failure mode?
@randomscience4k
@randomscience4k 3 ай бұрын
Can bus issue maybe?
@seesikopter
@seesikopter 3 ай бұрын
@@randomscience4k yea that was an issue with the can bus speed, my 2012 cluster wanted 200kbps instead of 100
@randomscience4k
@randomscience4k 3 ай бұрын
You mean 250kpbs?
@seesikopter
@seesikopter 3 ай бұрын
@@randomscience4k or 250 yea, something along those lines
@Betty19ch
@Betty19ch 6 ай бұрын
You solve my big problem! (VW Polo 6R)
@reefer1381
@reefer1381 6 ай бұрын
Hi I know this an old post but a very good one. I just wanted to know if I just wanted to check the milage on my cluster do I have to make all the connections on this post ? And also if I do this on my cluster would in activate the tamper dot light ?
@randomscience4k
@randomscience4k 6 ай бұрын
Is you jusf want to check the mileage you only need to connect the 12V ON, ACC (maybe START also) and Ground lines I believe.
@reefer1381
@reefer1381 6 ай бұрын
Thank you I'll give it a try I just hope the tamper dot light doesn't activate
@giangarage
@giangarage 6 ай бұрын
👍🏼👍🏼👍🏼I need you help to a similar project! how can i contact you?
@randomscience4k
@randomscience4k 6 ай бұрын
Hi, is the clock from a Porsche?
@randomscience4k
@randomscience4k 3 ай бұрын
Discord
@Sk-cm3sj
@Sk-cm3sj 8 ай бұрын
That's cool, didn't even know it was possible. Great video.
@randomscience4k
@randomscience4k 3 ай бұрын
Thank you!