Just as the title implies, I’m definitely feelin like I’m in over my head with trying to understand this Arduino stuff. I have been reading and researching on this for a little while, but I still feel just as confused as when I started, so I thought I would ask you guys for some help in understanding all of this.
I just purchased a project vehicle (1986 Ford E-350 Extended Van) and it has a dash that seems like it really belongs in the junkyard. I’m not sure if some of the gauges are working properly and others are nonexistent or inoperable. While my goal isn’t to turn this into KITT (it would be cool though lol in a nerdy kinda way) I at least want to bring this van up to speed a little on the instrument panel and add certain things to it. Once I start working on the camper part of this van I’ll also start adding in other electronic control or display, but that will be tackled later.
Right now I’m having trouble understanding just how much these little Arduinos con control at any one time. The first major part of this van electrical project I want to tackle is the speedometer/odometer, engine’s vitals, and maybe the transmission’s vitals. I do know that I want to use the 7 segment LEDs to display information such oil pressure, coolant temperature, tachometer, battery voltage, GPS speed and the like. All the information will be displayed on the instrument panel and then some of it I want to set up as a HUD also.
- Should I tackle this large integrated project with one “large” Arduino or several “smaller” ones such as the Teensy LC or the Adruino Pro Mini?
I see benefits to both approaches but I’m not sure what is the best option to use since I do plan on expanding on this later once I’ve gotten the hang of using these Arduinos.
-
I chose several “smaller” Adruinos vs one “larger” one is there a way that I can put them all through one USB connection, such as a BUS (still not sure how that works), so that I can select any one of them for diagnostics or program loading?
-
If I chose the Teensy (which I really like because of the already included USB connection for program loading), how many 1/2/4-digit 7-segment LEDs can I control with one Teensy if I’m using some MAX7219’s to help drive the LEDs? (no more than 4 digits total per MAX7219)
-
Assuming the answer to question #3 is multiple at least, can I run code on the Arduino/Teensy to evaluate different types of information from various types of sensors and such to display their values on the appropriate 7-segment LEDs? I would like to at least have Arduino/Teensy controlling all the engine data, another for speedo and odometer/trip odo, and other chassis information, another for controlling the LED brakes, turn signals etc, and so on.
Sorry for being such a NOOB, but I at least do have some limited understanding of electronics. I’ve been an avionics tech for aircraft for the last 15years but I’ve never dealt with the actual electronics design part of all this. I know that the answers given will most likely bring more questions so please forgive me.
Thanks!