Giter VIP home page Giter VIP logo

fenegroni / simdisplay Goto Github PK

View Code? Open in Web Editor NEW
16.0 1.0 3.0 676 KB

Simracing dashboard built with Arduino showing telemetry from the racing simulator Assetto Corsa Competizione in real time.

Home Page: https://github.com/fenegroni/simdisplay

License: GNU General Public License v3.0

C 70.03% C++ 15.31% HTML 14.67%
arduino simracing windows serial-communication shared-memory assetto-corsa-competizione

simdisplay's Introduction

SimDisplay

badge badge

A simracing dashboard created using Arduino to show telemetry from the racing simulator Assetto Corsa Competizione in real time.

Copyright © 2021 Filippo Erik Negroni

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

For a copy of the GNU General Public License see https://www.gnu.org/licenses/.

Description

The SimDisplay project contains everything you need to build and run a real simracing dashboard showing telemetry information from the racing simulator Assetto Corsa Competizione (ACC), in real time.

A Windows process reads data from ACC’s shared memory telemetry and streams it to a supported device running the embedded software which is also part of this project.

Getting Started

Prerequisites

At a minimum, you will need:

  • Windows 10;

  • Visual Studio 2019 Community Edition;

  • Arduino IDE 1.8;

  • this code repository (download or clone);

  • the components for the device you are going to build.

At the time of writing this README document, the only supported device is the Arduino Uno R3.

I have made a Fritzing diagram, exported as a breadboard wiring image. I have also exported a BOM (bill of materials) as your shopping list for this project.

These are found in the Device/UnoR3 folder.

The README file in that folder has more detail.

Build the Service

Open the solution file SimDisplay.sln in folder Service/Windows using Visual Studio 2019.

Build the solution which will create a Windows 64-bit Console application called SimDisplayCLI.

More detailed instructions and information can be found in the README file in the Service folder.

Build the device

and upload the firmware to your device

Under Device/UnoR3 you will find the Arduino IDE project file UnoR3.ino.

This is the embedded software that will run on the Arduino Uno R3 board microcontroller: it receives telemetry data from the Windows host via the USB-to-serial interface and drives all the connected LEDs and the Hitachi 16x2 dot matrix character display.

You must build and upload this software to the Arduino Uno R3, and you must connect all the devices the board before being able to see telemetry data.

The Arduino IDE is free software and can be downloaded from https://www.arduino.cc/en/Main/Software You can compile and upload the project to your Arduino board from the avialble Web Editor without installing the IDE on your computer if you so wish.

For more information, refer to the README.adoc file in the folder Device/UnoR3.

simdisplay's People

Contributors

daniel-negroni avatar fenegroni avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

simdisplay's Issues

Improve logging

  • Add logging levels debug, info, verbose
  • Control levels from command line
  • Add more debugging/info lines

Migrate from Trello to GitHub Issues

So that I can link code changes directly to an issue.

  • Update the documentation to point to GitHub issues
    • Remove reference in About
    • Modify CONTRIBUTING.adoc
    • Update the references in Sponsorship level in Patreon. Trello board no more a needed for issues.
  • Remove the Trello board
  • Create a GitHub issue for every Trello issue
    • Assign the correct predicted milestones and labels
    • Assign projects to each issue

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.