Apps Download removed [Deleted]

Status
Not open for further replies.
Hi!

Trying 2x MAX7219 DISPLAY and 1x MAX7219 MATRIX. Both displays shows aways the same thing. The Matrix works fine. My log:


[2017-10-24 18:40:03,919] INFO - Switching device named SimHub Dash to speed level 11 on COM3
[2017-10-24 18:40:03,922] INFO - Switching device on port COM3 to speed level 11, 115200 bauds
[2017-10-24 18:40:04,430] INFO - Connected to device on COM3 named SimHub Dash
[2017-10-24 18:42:07,731] INFO - Searching for device
[2017-10-24 18:42:11,805] INFO - Found one device on COM3 named {
"ConnectedModel": "h",
"Features": "MGNJP",
"ModulesCount": 0,
"SimpleModuleCount": 1,
"RGBLedsCount": 0,
"AdditionalButtonsCount": 0,
"CurrentBaudRate": 0,
"DeviceName": "SimHub Dash",
"GLCDCount": 0,
"OLEDCount": 0,
"PortName": "COM3",
"RefreshPerSecond": 0.0,
"RotaryEncodersCount": 0
}

Can u help me?

Ty!
 
Hi!

Trying 2x MAX7219 DISPLAY and 1x MAX7219 MATRIX. Both displays shows aways the same thing. The Matrix works fine. My log:


[2017-10-24 18:40:03,919] INFO - Switching device named SimHub Dash to speed level 11 on COM3
[2017-10-24 18:40:03,922] INFO - Switching device on port COM3 to speed level 11, 115200 bauds
[2017-10-24 18:40:04,430] INFO - Connected to device on COM3 named SimHub Dash
[2017-10-24 18:42:07,731] INFO - Searching for device
[2017-10-24 18:42:11,805] INFO - Found one device on COM3 named {
"ConnectedModel": "h",
"Features": "MGNJP",
"ModulesCount": 0,
"SimpleModuleCount": 1,
"RGBLedsCount": 0,
"AdditionalButtonsCount": 0,
"CurrentBaudRate": 0,
"DeviceName": "SimHub Dash",
"GLCDCount": 0,
"OLEDCount": 0,
"PortName": "COM3",
"RefreshPerSecond": 0.0,
"RotaryEncodersCount": 0
}

Can u help me?

Ty!
Hi ! From what I see in the log you have only configured one max display instead of two. I also see that right after connecting and probably sending the first data frame the display get disconnected. It often comes from an hardware problem, I would check the following points :
- check the sketch config, from what I see there is a problem.
- check the wiring : bad wiring can trigger unresponsiveness of the arduino and disconnects.
- Check the powering : for these three parts powering over usb should not be a problem, but I would try to skip usb hubs if you use some, eventually change the usb cable.
This setup is one of the most basic and should run trouble free.

Also, dumb question but some people don't see it ;) have you used dedicated pins for everything (there must not be shared pins in the setup, simhub suggests some duplicated pins as a default because there are not enough pins to fit all the possible combinations ;) )
 
Hi!

Trying 2x MAX7219 DISPLAY and 1x MAX7219 MATRIX. Both displays shows aways the same thing. The Matrix works fine. My log:


[2017-10-24 18:40:03,919] INFO - Switching device named SimHub Dash to speed level 11 on COM3
[2017-10-24 18:40:03,922] INFO - Switching device on port COM3 to speed level 11, 115200 bauds
[2017-10-24 18:40:04,430] INFO - Connected to device on COM3 named SimHub Dash
[2017-10-24 18:42:07,731] INFO - Searching for device
[2017-10-24 18:42:11,805] INFO - Found one device on COM3 named {
"ConnectedModel": "h",
"Features": "MGNJP",
"ModulesCount": 0,
"SimpleModuleCount": 1,
"RGBLedsCount": 0,
"AdditionalButtonsCount": 0,
"CurrentBaudRate": 0,
"DeviceName": "SimHub Dash",
"GLCDCount": 0,
"OLEDCount": 0,
"PortName": "COM3",
"RefreshPerSecond": 0.0,
"RotaryEncodersCount": 0
}

Can u help me?

Ty!

Nvm... I changed the line

int MAX7221_ENABLEDMODULES = 1
to
int MAX7221_ENABLEDMODULES = 2

and works!

=)
 
Dear Wotover, good day. I have a doubt. How do I run the SimHUb in the RBR. I've created the AMSTUDIO shift light that works with your software. In the dirts, I have a great time, but in the RBR, it does not connect ... Should I edit some plugins file?
From now on thanks a thousand, genius !!
Excuse my English.
Daniel, from Argentina.
 
Dear Wotover, good day. I have a doubt. How do I run the SimHUb in the RBR. I've created the AMSTUDIO shift light that works with your software. In the dirts, I have a great time, but in the RBR, it does not connect ... Should I edit some plugins file?
From now on thanks a thousand, genius !!
Excuse my English.
Daniel, from Argentina.
Hi ! When you enable rbr in simhub you have a button on bottom pointing you to the instructions ;)
 
correct, but the instructions for the RBR do not come out. There are no such instructions.:thumbsdown::thumbsdown:

Gear Indicator Dll: Simple OutGauge server for Directx 9 games
Author: Vladimír Kadlec
Email: vladimirkadlec ( a t ) gmail (d o t) com
Homepage: http://www.fi.muni.cz/~xkadlec
The source codes are based on the "Proxy-Dll" concept by Michael Koch, see http://www.mikoweb.eu.
Index
The Gear Indicator Dll (GIDll) is a "proxy" dll, that allows to send OutGauge packets from any DirectX 9 application. Currently only Richard Burns Rally (RBR) is tested and supported. The client application can be any application, that receives OutGauge packets. I tested only my Gear Indicator (GI), tough.
NEW: Shift light is supported, look into gidll_config.txt. Also RPM, speed, engine temperature and turbo values are filled correctly in the OutGauge packet (not useful for GI, but maybe for other apps). The original turbo value from RBR is divided by 100,000, which corresponds Pascal to BAR conversion. I have no idea, if it's correct, the value varies approximately from 1.1 to 2.1.

Installation
Extract GIDll.zip to your RBR folder. Set the same IP address and port in gidll_config.txt in the RBR folder and GI's (or other app's) config.txt. Your RBR must be patched to the version 1.02.
Running
Run the client application (e.g. GI.exe) before RBR. See Gear Indicator page for details.
Known problems
Currently reporting the gear number, shift light, rpm, speed, engine temperature and turbo values are supported only. It's incompatible with another d3d9 mods at the moment (e.g. Analogue Gauges mod by Racer_S). I'll support it in the next release.
Download
Binaries -- Windows 9x, XP, 2000, Vista (untested)
Sources
If you have comments, feature requests, or you found a bug, don't hesitate to contact me. Have fun :).
 
Yes of course ;) you can use them to control simhub (change display, trigger some actions like changing thrustmasters ffb, or rebind them as keyboard keypress)

Nice! I'm sad about the incompatibility with encoders, but I can't complain. Amazing work. I will support u soon. With the TM1638 and and a Nano v3 will be perfect to my online races. =)

Xz9DZrB.jpg


2r16D6o.jpg
 
Hi,

In rF2 the flags doesn't show in the dash. In AC work well all the flags.

Code:
if([DataCorePlugin.GameData.NewData.Flag_Yellow],blink('Yellow', 200, [DataCorePlugin.GameData.NewData.Flag_Yellow]>0), 0)

Is the code wrong or something? Or is rF2 which don't send this data? I tried only with DataCore... and shows 0 value with the game running and the flag deployed
 
You can check the variables of every specific game with "rawdata" enabled:
rawdata.png

Access the variable directly with "DataCorePlugin.GameRawData.<variable_name>".
e.g.: DataCorePlugin.GameRawData.Brake
 
Hello,
I attack the wheel of the TS-PC Racer
I integrate a second arduino with a LCD 16/2
The problem is that the screen 1602 this place in duplicate and the second arduino this to synchronize in turn.
Maybe there is a solution?
I need your lights ...
Thank you the world
------------------------------------------------------------------------------------------------------------------------
Salut,
je m'attaque à la roue du TS-PC Racer
J'integre un deuxième arduino avec un LCD 16/2
Le problème est que l'écran 1602 ce place en doublon et le deuxième arduino ce synchronise à tour de role.
 
Last edited:
Hello,
I attack the wheel of the TS-PC Racer
I integrate a second arduino with a LCD 16/2
The problem is that the screen 1602 this place in duplicate and the second arduino this to synchronize in turn.
Maybe there is a solution?
I need your lights ...
Thank you the world
------------------------------------------------------------------------------------------------------------------------
Salut,
je m'attaque à la roue du TS-PC Racer
J'integre un deuxième arduino avec un LCD 16/2
Le problème est que l'écran 1602 ce place en doublon et le deuxième arduino ce synchronise à tour de role.
Hello, il faut activer le multi usb pour qui simhub se connecte aux deux emplacements même temps.
 
I found the problem !!!
you have to rename the second Sketch ...
Sorry and thank you!-
-------------------------------
J'ai trouvé le problème !!!
il faut renommer le deuxième Sketch...
Désolé et Merci!
------------------------------------------------------------------------------------------------------------------------------------
(((((((((((I thank you for your re-engagement !!!
the multi usb is activated, the problem is that it synchronizes in turn.
I already have three screens (2 max 7221 and 1 I2CLCD 2004) on my base.
I would like to run an I2C LCD on my F1 wheel (fourth screenshot)
When the first arduino synchronizes the second with the screen this freezes ...
------------------------------------------------------------------------------------------------------------------------------------
le multi usb est activé, le problème est qu'il ce synchronise a tour de role.
j ai déjà trois écran (2 max 7221 et 1 I2CLCD 2004) sur ma base.
J'aimerais faire fonctionner un I2C LCD sur ma roue F1 (en quatrième écran)
Quand le premier arduino synchronise le deuxième avec l'écran ce fige...)))))))
 
Last edited:
Always and again questions ...
I would like to place a KERS gauge and witness on / off DRS
do you believe that this is possible?
I did not find a formula in DataCorePlugin
Do you have a formula?
Thank you
------------------------------------------------------------------------------------------------
Toujours et encore des questions...
J'aimerais placer une jauge KERS et témoin on/off DRS
crois tu que cela soit possible?
Je n'ai pas trouvé de formule dans DataCorePlugin
As tu une formule?
Merci
 
I found the problem !!!
you have to rename the second Sketch ...
Sorry and thank you!-
-------------------------------
J'ai trouvé le problème !!!
il faut renommer le deuxième Sketch...
Désolé et Merci!
------------------------------------------------------------------------------------------------------------------------------------
(((((((((((I thank you for your re-engagement !!!
the multi usb is activated, the problem is that it synchronizes in turn.
I already have three screens (2 max 7221 and 1 I2CLCD 2004) on my base.
I would like to run an I2C LCD on my F1 wheel (fourth screenshot)
When the first arduino synchronizes the second with the screen this freezes ...
------------------------------------------------------------------------------------------------------------------------------------
le multi usb est activé, le problème est qu'il ce synchronise a tour de role.
j ai déjà trois écran (2 max 7221 et 1 I2CLCD 2004) sur ma base.
J'aimerais faire fonctionner un I2C LCD sur ma roue F1 (en quatrième écran)
Quand le premier arduino synchronise le deuxième avec l'écran ce fige...)))))))
Did you gave the same name to both arduinos ? SimHub needs to identify them with distinct names.
 
Status
Not open for further replies.

Latest News

Do you prefer licensed hardware?

  • Yes for me it is vital

  • Yes, but only if it's a manufacturer I like

  • Yes, but only if the price is right

  • No, a generic wheel is fine

  • No, I would be ok with a replica


Results are only viewable after voting.
Back
Top