jenkinsracing / open-race-scale

Open Source Racecar Scale
GNU Lesser General Public License v3.0
2 stars 4 forks source link

First Release To Do List #1

Open zerox1212 opened 7 years ago

zerox1212 commented 7 years ago

Software

Electrical

Mechanical

zerox1212 commented 7 years ago

Look into using these libraries for communication serialization: http://msgpack.org/ https://github.com/Jeff-Ciesielski/XBVC https://developers.google.com/protocol-buffers/

06GTOdriver commented 4 years ago

where can I get one of these pub boards... im looking to do this and have lots of questions. would you be able to help??

zerox1212 commented 4 years ago

You want one of the PCBs? I might have a few left, but no one is actively working on this project. In fact I would highly recommend any efforts on a scale solution use the pyrometer project as a base and make a wireless platform.

06GTOdriver commented 4 years ago

I havent checked out the pyrometer project. Have you had success with this project or is it still a work in progress. I just want to corner balance my car lol. I’m having to start at the beginning, 1 scale wired up, moving to two scales and so on.

Paul Brann

On May 14, 2020, at 01:53, Andrew notifications@github.com wrote:

 You want one of the PCBs? I might have a few left, but no one is actively working on this project. In fact I would highly recommend any efforts on a scale solution use the pyrometer project as a base and make a wireless platform.

— You are receiving this because you commented. Reply to this email directly, view it on GitHub, or unsubscribe.

slothgsr commented 4 years ago

Paul,

Check out my post on reddit. https://www.reddit.com/r/arduino/comments/g32aqw/i_made_a_set_of_race_car_scales_for_my_sons/

If you need any other info, email me at mastasloth@hotmail.com

I'm using arduino at the moment, I'm Looking into hooking it up to Pi in near future and possibly going wireless.

zerox1212 commented 4 years ago

This project has enough code to read a load cell and also a very basic UI. However to get it to run you will need to be a programmer and I never actually ran the UI on Pi (you will need to know Linux to get it to work probably).

Would be much smarter to take the pyrometer project, swap out the thermocouple board for a loadcell board and you have a much better and more valuable project.