fmiglior / ETS2-and-ATS-can-dashboard

Using a can dashboard on the ETS2 and ATS game
4 stars 0 forks source link

Arduino Nano + MCP2515 #1

Open osmancitci opened 3 years ago

osmancitci commented 3 years ago

I just started arduino nano and MCP2515 enough? If I buy a dashboard, which pins of the dashboard will I connect the signal connections to?

fmiglior commented 3 years ago

Yes. A arduino nano or uno and a mcp2515 is enough. You need to check the pinout os the dashboard. And find the Can high and Can low of the dashboard and connect it to the can high and can low of the mcp2515


De: Osman Çitçi notifications@github.com Enviado: sábado, 13 de fevereiro de 2021 14:42 Para: fmiglior/ETS2-and-ATS-can-dashboard ETS2-and-ATS-can-dashboard@noreply.github.com Cc: Subscribed subscribed@noreply.github.com Assunto: [fmiglior/ETS2-and-ATS-can-dashboard] Arduino Nano + MCP2515 (#1)

I just started arduino nano and MCP2515 enough? If I buy a dashboard, which pins of the dashboard will I connect the signal connections to?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHubhttps://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Ffmiglior%2FETS2-and-ATS-can-dashboard%2Fissues%2F1&data=04%7C01%7C%7Ce012e1984082492dc5fd08d8d046ab48%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C637488349221872682%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C1000&sdata=I7XL8p%2BbcLpwM48BDIoUyO3vZd4qtIRWpsiZubJ08%2FU%3D&reserved=0, or unsubscribehttps://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fnotifications%2Funsubscribe-auth%2FAMEXNFDOJBC5VCCJ7JHAKLDS622WTANCNFSM4XSLBX3Q&data=04%7C01%7C%7Ce012e1984082492dc5fd08d8d046ab48%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C637488349221882674%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C1000&sdata=5XNeGZrq3D1XO6po84K6CYb%2BeXUUoehGmToPKBy2Zp4%3D&reserved=0.

osmancitci commented 3 years ago

So does every brand of dashboard panel provide support? Isn't it sends the same data? I want the one with lcd panel on it, isn't it possible to see the route information?

fmiglior commented 3 years ago

Every brand use can bus protocol. But they send different infos at different speeds. You can find on the internet the can bus speed and the data layout of the brand you want to use, you will need to adapt the code. Normally bmw, audi, vw is much easy to find the information. I don’t know if the game send gps route info on the shared data. If it send is possibles.


De: Osman Çitçi notifications@github.com Enviado: domingo, 14 de fevereiro de 2021 07:13 Para: fmiglior/ETS2-and-ATS-can-dashboard ETS2-and-ATS-can-dashboard@noreply.github.com Cc: fmiglior fmiglior@hotmail.com; Comment comment@noreply.github.com Assunto: Re: [fmiglior/ETS2-and-ATS-can-dashboard] Arduino Nano + MCP2515 (#1)

So does every brand of dashboard panel provide support? Isn't it sends the same data? I want the one with lcd panel on it, isn't it possible to see the route information?

— You are receiving this because you commented. Reply to this email directly, view it on GitHubhttps://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Ffmiglior%2FETS2-and-ATS-can-dashboard%2Fissues%2F1%23issuecomment-778756450&data=04%7C01%7C%7C1ed06b7572394cc3382008d8d0d13d0e%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C637488944370397543%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C1000&sdata=jb5b4XuvSXQynWkgMApyFkn7SHZiRaayWcXy%2FAgks0E%3D&reserved=0, or unsubscribehttps://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fnotifications%2Funsubscribe-auth%2FAMEXNFBG6M6IISK7J5SLAETS66O6HANCNFSM4XSLBX3Q&data=04%7C01%7C%7C1ed06b7572394cc3382008d8d0d13d0e%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C637488944370407535%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C1000&sdata=O2NkMYmvXpKAXH%2BslS4aZXPbLYCCB0UXJfQGbHvdQOQ%3D&reserved=0.

osmancitci commented 3 years ago

The data in the cancode.h file are just these data pieces

fmiglior commented 3 years ago

Is the part for the Citroen dashboard. The part I need to make the lights, speed and rpm work For other brand will be different codes


De: Osman Çitçi notifications@github.com Enviado: domingo, 14 de fevereiro de 2021 13:25 Para: fmiglior/ETS2-and-ATS-can-dashboard ETS2-and-ATS-can-dashboard@noreply.github.com Cc: fmiglior fmiglior@hotmail.com; Comment comment@noreply.github.com Assunto: Re: [fmiglior/ETS2-and-ATS-can-dashboard] Arduino Nano + MCP2515 (#1)

The data in the cancode.h file are just these data pieces

— You are receiving this because you commented. Reply to this email directly, view it on GitHubhttps://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Ffmiglior%2FETS2-and-ATS-can-dashboard%2Fissues%2F1%23issuecomment-778801341&data=04%7C01%7C%7C121497b2216c43fcd7e508d8d105318b%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C637489167516193848%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C1000&sdata=Er0hOs%2BjBllSNJYuGtBkxrtsJrsz8Wfco9UPsn7%2BnzI%3D&reserved=0, or unsubscribehttps://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fnotifications%2Funsubscribe-auth%2FAMEXNFFBXZV2RY3JDLXWRODS672Q5ANCNFSM4XSLBX3Q&data=04%7C01%7C%7C121497b2216c43fcd7e508d8d105318b%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C637489167516203841%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C1000&sdata=n4NgpLg9P3at7KkgUAJAf2ROPJc3a%2Bmq1DclYoOR97U%3D&reserved=0.