Digital dashboard with TM1638 and Arduino Nano v3

Dashboard, gauge projects etc.
Please use the image gallery for your pictures, a short tutorial can be found here.
The first image in the first post will be shown in the project gallery.

Re: Digital dashboard with TM1638 and Arduino Nano v3

Postby EstebanR » Sun 5. Oct 2014, 21:29

tronicgr wrote:If you don't see a com port installed, that means they have been using counterfeit FT232RL chip on the Nano... It happened to me before. I had to return it to them.

If you still see the com port but the programming is failing, you might need to reprogram the arduino bootloader on your arduino nano, as what it happens is they ship it with wrong fuses... Google about it and how it can be fixed.

Thanks
Thanos


I pluged into my pc but nothing happends i got the message that usb device is not recogniced, i cant see any comport assigned to it, so if mine has ft232rl chip cant be used for this project? because i ordered exact the same nano v3 of the forum projects, if i have to buy a new one how i can be sure to get the right one? thanks
EstebanR
 
Posts: 27
Joined: Mon 1. Sep 2014, 04:05
Has thanked: 1 time
Been thanked: 1 time

Re: Digital dashboard with TM1638 and Arduino Nano v3

Postby tronicgr » Sun 5. Oct 2014, 21:33

Try to feed external 5volts to the 5V pin of the nano before you plug it in the PC USB port... I found that sometimes the regulator on these cheap boards is not feeding proper voltage to the FTDI chip...
User avatar
tronicgr
 
Posts: 624
Images: 11
Joined: Tue 20. Mar 2012, 22:10
Location: San Diego, CA
Has thanked: 130 times
Been thanked: 50 times

Re: Digital dashboard with TM1638 and Arduino Nano v3

Postby EstebanR » Mon 6. Oct 2014, 05:53

tronicgr wrote:Try to feed external 5volts to the 5V pin of the nano before you plug it in the PC USB port... I found that sometimes the regulator on these cheap boards is not feeding proper voltage to the FTDI chip...


Thanks Tronicgr it was a faulty USB cable now I can upload the arsuino code and run xsim but the display its no showing the game telemetry I guess its a plugin problem, I'll check it tomorrow.
EstebanR
 
Posts: 27
Joined: Mon 1. Sep 2014, 04:05
Has thanked: 1 time
Been thanked: 1 time

Re: Digital dashboard with TM1638 and Arduino Nano v3

Postby lordpirulas » Mon 8. Dec 2014, 12:13

vicpopo wrote:Hi Guy's ,

A little bit news from my dashboard.I fixed it on a aluminium plate.My goal is to make a aluminium cover and windows for digits and leds.
As Prodigy wrote I had to solder all the wiring behind the board (see photo attached) to achieve my further finishing.

391778268.589540.jpg


391778329.949485.jpg


And finally a video when testing it with the new 6dof xsim plugin.



Edit 4/06:

I just add a picture from the back .You can watch the arduino nano and the decoder for the big digit.

392067303.852289.jpg


hi, sorry for my english
firts congratuatios for your projects , are Amazing!
i would to make one of this with little modifications but i have some question can you help me?

in your project,
- Your nonspecific which is the value of the diodes what is¿
resistors calculation does not match the value that you put(resistors are 220 Ohms ( R= U/I = 8 - 1,5(forward voltage) / 0,020 A))
My idea is to use a smaller 7 segments that only consumes 5v and so we can use the power from arduino
and my questions are:
1 I wil delete circuit 12v regulator and capacitors not?
1 I need to know the value of the resistors and diodes
thanks
lordpirulas
 
Posts: 5
Joined: Mon 8. Dec 2014, 11:47
Has thanked: 0 time
Been thanked: 0 time

Re: Digital dashboard with TM1638 and Arduino Nano v3

Postby cubizme » Tue 10. Mar 2015, 10:42

Hi Everybody,

Can I use this module (MAX7219) to replace TM1638 module ? because I can't buy TM1638 in my country !
thank you very much .
Attachments
MAX7219 8 digit LED display
cubizme
 
Posts: 23
Images: 73
Joined: Thu 27. Dec 2012, 12:50
Has thanked: 9 times
Been thanked: 4 times

Re: Digital dashboard with TM1638 and Arduino Nano v3

Postby Mattred » Tue 10. Mar 2015, 11:53

How will the code look like if I am using the Arduino UNO without the digital display I just want to get a speed signal out to another device i am using for work I will be using Euro Truck simulator and basically just need a speed output
Mattred
 
Posts: 2
Joined: Mon 23. Feb 2015, 13:10
Has thanked: 0 time
Been thanked: 0 time

Re: Digital dashboard with TM1638 and Arduino Nano v3

Postby vicpopo » Tue 10. Mar 2015, 13:47

Hi ,

For me no problem to use max7219 instead tm1638.Just keep the code to get the value you need from obd2 protocol ( speed , rpm , gear ) and adapt the code to display the values choosen on your display.

Just look after the library for the max7219 and adapt the code according number digit format.
User avatar
vicpopo
 
Posts: 645
Joined: Fri 20. Apr 2012, 18:04
Location: Strasbourg France
Has thanked: 39 times
Been thanked: 80 times

Re: Digital dashboard with TM1638 and Arduino Nano v3

Postby cubizme » Tue 10. Mar 2015, 14:46

vicpopo wrote:Hi ,

For me no problem to use max7219 instead tm1638.Just keep the code to get the value you need from obd2 protocol ( speed , rpm , gear ) and adapt the code to display the values choosen on your display.

Just look after the library for the max7219 and adapt the code according number digit format.


Big thanks to vicpopo,

I do not know anything about electronics and programming, so can I use this code for this module MAX7291 ? and how the wiring to MAX7291 module ?

Sorry for my bad English .

Thank you !
cubizme
 
Posts: 23
Images: 73
Joined: Thu 27. Dec 2012, 12:50
Has thanked: 9 times
Been thanked: 4 times

Re: Digital dashboard with TM1638 and Arduino Nano v3

Postby vicpopo » Tue 10. Mar 2015, 22:24

Hi ,

To use the display with max7291 you have to learn a little bit programing or ask around you someone who knows arduino programing.
Sorry but can't take time to do it for you .

The thing I can say is that isn't too difficult to program with big motivation. :)
Sirnoname made for me the most difficult part of work making the code fir the comunication to get all desired values like speed rpm or gear.
User avatar
vicpopo
 
Posts: 645
Joined: Fri 20. Apr 2012, 18:04
Location: Strasbourg France
Has thanked: 39 times
Been thanked: 80 times

Re: Digital dashboard with TM1638 and Arduino Nano v3

Postby soraz » Sat 28. Mar 2015, 00:25

if someone have a shiftregister like 74hc595, i write arduino code (attached) to display number (rpm, gear, speed..) to a 8 x 7segment led with two 74hc595 and write a library (attached) derived from a fast TM1638 library.

3716
Attachments
HC595-dash-xsim-16bit.zip
arduino code
(2.48 KiB) Downloaded 1047 times
HC595.zip
library
(3.4 KiB) Downloaded 1000 times
User avatar
soraz
X-Sim Supporter
 
Posts: 47
Images: 67
Joined: Thu 23. May 2013, 21:02
Location: Noale - VE - Italy
Has thanked: 3 times
Been thanked: 7 times

PreviousNext

Return to Peripheral Projects

Who is online

Users browsing this forum: No registered users and 1 guest

cron