Thx!Soon
Exaclty "Forza is coming"Soon
Hi ! could you send me the log files ? Its available in C:\Program Files (x86)\SimHub\LogsHello...I installed Simhub and am using it with a USBD480 but the dash doesn't run smoothly in real time. I only get a few sporadic updates per lap. Also, does Simhub support use of the led's on my SMZ1 wheel? Thanks!
Thanks !Thanks for your reply Wotever! I had to rename the file exts.
Hi ! I'm affraid the game does not reports that info in plugin SDKHello. How to make a display of gear RH RL N 1L 1H 2L 2H 3L 3H 4L 4H 5L 5H 6L 6H 7H 7L 8L 8H. It is used in ETS2/ATS.
Hi !
It looks like some editors finally heard that telemetry was a requirement nowadays, and so ...A little update for the forza Horizon 4 compatibility !
View attachment 297195
Whats New ?
- Forza Horizon 4 Support
- Gametrix support
View attachment 297190
- New replay format with seek feature and attached screenshots :
View attachment 297191
- Added a button in the dash menu to get overlay and dash address for direct use in OBS browser...
And if you substitute in simhub? From sdk comes 2 and the screen shows 1H. So you can implement?Hi ! I'm affraid the game does not reports that info in plugin SDK
Hi ! You can get the wiring guide here : C:\Program Files (x86)\SimHub\_Addons\Arduino\DisplayClientV2\74HC595 EXTERNAL GEAR INDICATOR SCHEMATICS.docxHi!
I'd like to control a single-digit 7-segment display like the following one. I want it to be my gear indicator. Is it "plug&play" to control in SimHub (like the TM1637 are) or is it gonna need some specific sketch? I'm asking because the only gear indicators I see on the web are made by LED matrix's and they aren't the thing I'm looking for.
https://goo.gl/images/8EhgFS
Here we are it's the shortest version I could make, it only contains the strict requirements for nextion to PC : https://drive.google.com/open?id=1V8HeBqT0HozAicMvdo_zTGpZNX_NhgoY (i've not tested it)
When going out of nextion you will go back to the classic arduino sketch, but this one is definitely too complex to strip only the led functionIt worked great, now I have a nextion pro with 15 buttons and 4 encoder!
I wanted to make another wheel without nextion but with leds of change, can you put in a pro micro the leds and buttons and encoder but without nextion? Although we are in the same as not to isolate only the leds of the sketch hahaha
Hi ! You can get the wiring guide here : C:\Program Files (x86)\SimHub\_Addons\Arduino\DisplayClientV2\74HC595 EXTERNAL GEAR INDICATOR SCHEMATICS.docx
The activation goes through the setup tool as usual, if you mess up with segments ordering you may have to edit the sketch manually to make it match your wiring.
I would not say "plug and play", while on tm1637 you just have 4 wires and you are ready to go, here you need a chip, resistor and a bunch of wiring ... It's definitely not my favourite component in term of wiring simplicity.
it's a bit hacky, but this formula should work :can I assign a transfer gears type to my own? With sdk comes 1, 2, 3, 4, for example, and is displayed on the display 1L, 1H, 2L, 2H. How to do it, if possible?
sorry for my English
if([DataCorePlugin.GameData.NewData.Gear] <> 'N' and [DataCorePlugin.GameData.NewData.Gear] <> 'R',''+ Ceiling([DataCorePlugin.GameData.NewData.Gear] / 2) +if([DataCorePlugin.GameData.NewData.Gear] % 2 == 0, 'H','L'),[DataCorePlugin.GameData.NewData.Gear])
When going out of nextion you will go back to the classic arduino sketch, but this one is definitely too complex to strip only the led function
However this one is much more friendly about button box. It supports all of this natively (buttons, buttons matrix, encoders, gamepad mode ...) without messing in code :
View attachment 297235
View attachment 297236
You will find all the guides on the wiki : https://github.com/zegreatclan/SimHub/wiki#general-arduino-setup-and-wiring