Apps Download removed [Deleted]

Status
Not open for further replies.
Hi! Thanks a lot for your work on SimHub. I have been using it with PC2 for a year now and love it (mainly ShakeIt, Bass Shakers and Tachometer).
Regarding BassShakers, I am wondering, have you already thought of setting the RPM effect frequency according to the RPM value? E.g. 30hz @ idle to 200hz @ 100% rpm? I once tried putting the game sound output to the Shakers with a low-pass, and the resulting feel of the engine was very enjoyable when pushing the accelerator pedal. There is a lot of other noise from the audio though.
 
Hi! Thanks a lot for your work on SimHub. I have been using it with PC2 for a year now and love it (mainly ShakeIt, Bass Shakers and Tachometer).
Regarding BassShakers, I am wondering, have you already thought of setting the RPM effect frequency according to the RPM value? E.g. 30hz @ idle to 200hz @ 100% rpm? I once tried putting the game sound output to the Shakers with a low-pass, and the resulting feel of the engine was very enjoyable when pushing the accelerator pedal. There is a lot of other noise from the audio though.
Yeah for sure, I'm working on a new major version of shakeit where you will be able to add multiple instance of an effect (with different settings) and I took care particularly to RPMs.

Though currently you can already do that by setting a frequency range :
upload_2019-1-27_20-59-59.png
 
Yeah for sure, I'm working on a new major version of shakeit where you will be able to add multiple instance of an effect (with different settings) and I took care particularly to RPMs.

Though currently you can already do that by setting a frequency range :View attachment 288180
Thanks for the prompt response. I saw the frequency range setting, it seems that I configured it wrong. I had set the desired frequency range, and then modified the response curve to a high minimum force but a very low slope, to achieve an almost constant effect strength. But as a response, strength and frequency seem to be both fixed for each level of response. Therefore, when I had set the almost constant response curve, this also eliminated the frequency variation. Maybe, this would be worth a "Check-Box" ;) to have frequency variation independant from the (strength) response curve. This way the shaking at idle speed could have a higher strength. What do you think, would that make sense?
 
@Wotever I gave up on the project for a bit. I tried th again today but this time wiring directly to the motor itself. I got it to work with sim hub but all I can do is basically an on and off switch and it wont go pass 7k rpm. The Motor has only an pos and neg wire, just connected the two and ran the tach sketch from the arduino software. I cant control the rpm at all in the settings. Any idea what I can do? Getting bloody close to getting just the rpm to work. http://imgur.com/a/o0r4Y1h
 
@Wotever I gave up on the project for a bit. I tried th again today but this time wiring directly to the motor itself. I got it to work with sim hub but all I can do is basically an on and off switch and it wont go pass 7k rpm. The Motor has only an pos and neg wire, just connected the two and ran the tach sketch from the arduino software. I cant control the rpm at all in the settings. Any idea what I can do? Getting bloody close to getting just the rpm to work. http://imgur.com/a/o0r4Y1h
Honestly this goes above of my knowledge :( , I've only worked with aftermarket tachometer with a dedicated cylinders pulses sensor line (which is usually processed by an intermediate chip in the tach driving some x25/x27 stepper motors or similar with 4 pins).
 
Thanks for the prompt response. I saw the frequency range setting, it seems that I configured it wrong. I had set the desired frequency range, and then modified the response curve to a high minimum force but a very low slope, to achieve an almost constant effect strength. But as a response, strength and frequency seem to be both fixed for each level of response. Therefore, when I had set the almost constant response curve, this also eliminated the frequency variation. Maybe, this would be worth a "Check-Box" ;) to have frequency variation independant from the (strength) response curve. This way the shaking at idle speed could have a higher strength. What do you think, would that make sense?
Yeah that would make sense,
This the next version, I've added full hand adjustable response curve, and I was thinking about adding an additional curve for frequency, thought that simply allowing to drive the frequency on the real input instead of the gain modulated output (through the filter curve) would be pretty enough for this case.
upload_2019-1-28_7-50-39.png
 
Bummer!! I thought it could be controlled, now I maybe stumped again. Might as well wait until you release the x27, that way I'll have to redo every guages on the dash. Guess I'll be patient, I opted for simhub because I cant get gamedash working on my pc for some reason. Just wont let mr create any profile
 
Last edited:
Hey there
first of all thank you for your work on Simhub, it's awesome !
I'm new on this and got two WS2812 led strips with arduino uno working for rpm leds.
Here I'm struggeling with matching my leds with the rpm leds with the car.
Example:
I'm new in iRacing and I drive the Mazda Cup as a Rookie. I tested several different settings in the Simhub Arduino LEDs settings and also in the Simhub car settings but my leds are much faster filled as the leds from the ingame car. When the first led ingame is showing up, my leds are half filled (8 out of 16).

I'm at work atm so I can't provide any pictures or videos, maybe someone knows how to handle this situation.
When I'm back home I also can provide some data/screenshots/videos if needed.

Thanks in advance
 
Hoping someone can help. I've had a flick through this thread, but, not found the answer to my problem, but 262 pages is tough going.

So I followed the YouTube video by Amstudio to make a Nextion display and use SIMHUB. My Win7 machine doesn't seem to recognise the display properly, and when I get to the point of trying to upload to the device from the Nextion Editor in the SIMHUB suite, it says "Connection Failed, Forced Interupt". I feel like I've missed out an important step, but, for the life of me I can't figure out where.

Any ideas? Thanks in advance.
 
Hoping someone can help. I've had a flick through this thread, but, not found the answer to my problem, but 262 pages is tough going.

So I followed the YouTube video by Amstudio to make a Nextion display and use SIMHUB. My Win7 machine doesn't seem to recognise the display properly, and when I get to the point of trying to upload to the device from the Nextion Editor in the SIMHUB suite, it says "Connection Failed, Forced Interupt". I feel like I've missed out an important step, but, for the life of me I can't figure out where.

Any ideas? Thanks in advance.
hi ! There are a few classic cases :

- Make sure simhub is closed first

- You are not uploading to the correct serial port : drivers are missing so you only see your motherboard default serial port (typically com1) , in this case make sure to install your adapter drivers, the easy way to check that is to unplug/plug back the usb port and see the serial port disappear and appear in the device manager

- Second case : Swapped tx/rx : make sure to read cautiously the wiki, the wiring is counter intuitive (TX goes to RX) : https://github.com/zegreatclan/SimHub/wiki/Nextion-Display#wiring-nextion-display

- Bad quality serial adapter : Sadly it happens more often than it should

- Soldering : If you did solder the adapter/wires instead of DuPont cable it will heavily rely on the solder quality : https://learn.adafruit.com/adafruit-guide-excellent-soldering/making-a-good-solder-joint. I know that AMStudio videos goes straight to soldering, which can be sneaky.

I tried to get most answers to the wiki, it's a good starting point : https://github.com/zegreatclan/SimHub/wiki/ it's indeed impossible to find something useful in this 5000 posts thread :D
 
Hi Wotever,

I've resurrected my old LED dash board (that i built for ACHUB years ago) to use alongside the HDMI Dash Screens, unfortunately the large seven segment display used to display the selected gear (driven by 74HC595) has a non-standard segment wiring so i had to modify the ACHUB Arduino sketch to get the gear numbers to display correctly.

Is it possible to modify the or customise the SimHub Arduino sketch files before uploading ?

Cheers
Jay
 
Hi Wotever,

I've resurrected my old LED dash board (that i built for ACHUB years ago) to use alongside the HDMI Dash Screens, unfortunately the large seven segment display used to display the selected gear (driven by 74HC595) has a non-standard segment wiring so i had to modify the ACHUB Arduino sketch to get the gear numbers to display correctly.

Is it possible to modify the or customise the SimHub Arduino sketch files before uploading ?

Cheers
Jay
Indeed you will find the same basis in the sketch (line 597):
upload_2019-1-29_18-42-57.png

It's located in C:\Program Files (x86)\SimHub\_Addons\Arduino\DisplayClientV2
Just modify it with the setup tool closed, Save, then go through the classic upload process (setup tool then upload)
 
Bonjour Wotever,
Je n'arrive pas a faire fonctionner le logiciel avec le jeu Iracing (2 jours que je me casse la tête)
Pourtant dans les autres simulations comme Assetto et R3E le logiciel fonctionne correctement.
J'ai comme l'impression que jeu ne communique pas avec le logiciel (pour faire mon dashbord j'utilise un petit écran LCD brancher sur ma carte mère en HDMI)
Je suis une Quiche en informatique...
Voici le message :
[2019-01-29 20:52:22,259] INFO - Starting SimHub v6.7.2 (build time : 22/01/2019 07:31:17)
[2019-01-29 20:52:22,265] INFO - Administrator privileges : True
[2019-01-29 20:52:22,268] INFO - OS version : Microsoft Windows 10
[2019-01-29 20:52:22,268] INFO - Donator License status : Licensed
[2019-01-29 20:52:22,269] INFO - Process priority : Normal
[2019-01-29 20:52:23,032] INFO - (Re)Starting IRacing Game Manager and plugin manager
[2019-01-29 20:52:23,081] INFO - Creating IRacing game manager (IRacingReader.IRacingManager)
[2019-01-29 20:52:23,096] INFO - IRacing game manager created
[2019-01-29 20:52:23,097] INFO - Creating plugin manager
[2019-01-29 20:52:23,994] INFO - Starting Arduino in Single USB mode
[2019-01-29 20:52:24,015] INFO - Matrix custom font custommatrixfont8x8 loaded
[2019-01-29 20:52:24,077] INFO - Web suggested IP...........
[2019-01-29 20:52:24,107] INFO - Web font-faces up to date
[2019-01-29 20:52:24,109] INFO - Loading plugins controls
[2019-01-29 20:52:24,677] INFO - Game successfully loaded
[2019-01-29 20:52:25,334] INFO - USBD480 : Found 0 display(s)
[2019-01-29 20:52:25,335] INFO - Loading font list
[2019-01-29 20:52:25,549] INFO - Font list loading successful
[2019-01-29 20:58:49,318] ERROR - Error decoding session yml data (Line: 369, Col: 22, Idx: 7581) - (Line: 369, Col: 26, Idx: 7585): While parsing a block mapping, did not find expected key. ---
WeekendInfo:
TrackName: tsukuba 2kfull
TrackID: 324
TrackLength: 2.08 km
TrackDisplayName: Tsukuba Circuit 2k Full
etc...
Merci d'avance pour l'aide apportée :)
 
Bonjour Wotever,
Je n'arrive pas a faire fonctionner le logiciel avec le jeu Iracing (2 jours que je me casse la tête)
Pourtant dans les autres simulations comme Assetto et R3E le logiciel fonctionne correctement.
J'ai comme l'impression que jeu ne communique pas avec le logiciel (pour faire mon dashbord j'utilise un petit écran LCD brancher sur ma carte mère en HDMI)
Je suis une Quiche en informatique...
Voici le message :
[2019-01-29 20:52:22,259] INFO - Starting SimHub v6.7.2 (build time : 22/01/2019 07:31:17)
[2019-01-29 20:52:22,265] INFO - Administrator privileges : True
[2019-01-29 20:52:22,268] INFO - OS version : Microsoft Windows 10
[2019-01-29 20:52:22,268] INFO - Donator License status : Licensed
[2019-01-29 20:52:22,269] INFO - Process priority : Normal
[2019-01-29 20:52:23,032] INFO - (Re)Starting IRacing Game Manager and plugin manager
[2019-01-29 20:52:23,081] INFO - Creating IRacing game manager (IRacingReader.IRacingManager)
[2019-01-29 20:52:23,096] INFO - IRacing game manager created
[2019-01-29 20:52:23,097] INFO - Creating plugin manager
[2019-01-29 20:52:23,994] INFO - Starting Arduino in Single USB mode
[2019-01-29 20:52:24,015] INFO - Matrix custom font custommatrixfont8x8 loaded
[2019-01-29 20:52:24,077] INFO - Web suggested IP...........
[2019-01-29 20:52:24,107] INFO - Web font-faces up to date
[2019-01-29 20:52:24,109] INFO - Loading plugins controls
[2019-01-29 20:52:24,677] INFO - Game successfully loaded
[2019-01-29 20:52:25,334] INFO - USBD480 : Found 0 display(s)
[2019-01-29 20:52:25,335] INFO - Loading font list
[2019-01-29 20:52:25,549] INFO - Font list loading successful
[2019-01-29 20:58:49,318] ERROR - Error decoding session yml data (Line: 369, Col: 22, Idx: 7581) - (Line: 369, Col: 26, Idx: 7585): While parsing a block mapping, did not find expected key. ---
WeekendInfo:
TrackName: tsukuba 2kfull
TrackID: 324
TrackLength: 2.08 km
TrackDisplayName: Tsukuba Circuit 2k Full
etc...
Merci d'avance pour l'aide apportée :)
Est ce que je pourrais avoir le fichier de log complet ? Visiblement il y a une donnée qu'il ne digère pas et la réponse est dans le log complet. Iracing change régulièrement la télémétrie il faut admetttre que c'est assez infernal :(

Edit : de préférence le fichier original, un copier coller ici rendrait inutilisable les logs (avec mediafire par exemple : https://www.mediafire.com/)
 
Status
Not open for further replies.

Latest News

Back
Top