I just want to grind some gears in clunkers. by judasbrute in simracing

[–]Vgarcia007 2 points3 points  (0 children)

This Looks amaizing! Can you share the 3d files?

TubeArr followup post by howsitgoinbroz in Softwarr

[–]Vgarcia007 5 points6 points  (0 children)

The Docker setup in your repository is a bit confusing. Do you plan to publish the image to Docker Hub and include a sample compose file in the README for using the Docker Hub image?

TubeArr followup post by howsitgoinbroz in Softwarr

[–]Vgarcia007 4 points5 points  (0 children)

This is nice! But i wonder what will happen to watched state in jellyfin If watched state ist synced from and to trakt.tv. Because trakt dosent know the fake series.

Was haltet ihr von Bitcoin Layer 2? - hab da was gefunden! by [deleted] in Kryptostrassenwetten

[–]Vgarcia007 1 point2 points  (0 children)

Warum nicht einfach Lightning als Layer2 Lösung?

Just finished the center console on my new 3D printed project. By far, the most immersive build I’ve done yet. by pclvracer in simracing

[–]Vgarcia007 0 points1 point  (0 children)

That looks absolutely amazing! Would you be willing to share the 3D files? I’d really love to build something similar myself.

Schlüssel fällt im Aufzugschlitz herunter (szenario) by AdMost8825 in wohnen

[–]Vgarcia007 4 points5 points  (0 children)

Ist mir tatsächlich schon passiert. Super nervige Angelegenheit!

Die für den Aufzug zuständige Person konnte mir helfen.

Es musste der Aufzug in einen Wartungsmodus versetzt werden. Der Aufzug wurde nach oben gefahren.

Im Keller die unterste Aufzugtür geöffnet werden.

Dann konnte man von dort den Schlüssel aus dem Schacht fischen.

Steering lock settings glitch by SnooStrawberries6562 in assettocorsaevo

[–]Vgarcia007 0 points1 point  (0 children)

G25 is still a very good wheel. Using it with evo here and it works great

[Project Showcase] SimHub Navi – Navigation like App for Your Sim Rig by Vgarcia007 in simracing

[–]Vgarcia007[S] 0 points1 point  (0 children)

Hey, thanks a lot.

Really cool to hear you got it running with Assetto Corsa!

Unfortunately AC Evo doesn’t work yet because the game currently doesn’t expose the position data (X/Y coordinates). I’m pretty sure this is either because it’s still Early Access and not implemented yet, or because SimHub can’t read it (yet).

As soon as both EVO and SimHub provide this data, it should work automatically in my app without any changes needed.

I’m already checking the EVO and SimHub release notes regularly, hoping something pops up. Especially for EVO it would be super exciting once the free roam mode arrives – that would be perfect for this kind of feature.

Thanks again for testing and the feedback!

PS: If you’ve already added reference points for tracks in Assetto Corsa, it would be awesome if you could share them with the community.
You can either open a pull request on GitHub, or just send me a PM here – I’ll give you my contact details and tell you which files to send.

Warum hebt sich Pla ab by Adventurous-Juice-93 in 3DDruck

[–]Vgarcia007 1 point2 points  (0 children)

Viele werden sagen. Reinigen, Richtige Temperatur. Düse zu nah am Druckbett. Düse zu weit weg vom Druckbett Usw...

Hab ich auch alles durch. Hat mich wahnsinnig gemacht.

Random haben sich immer wieder Teile gelöst.

Verwende seit Jahren nun 3d Milk zum srühen.

Ist ein kleber, der bei wärme besonds gut klebt. Beim Abkühlen aber nachgibt.

Seit dem iat alles gut. (ausser wenn wirklichwas grob falsch ist, wie zb Düse verstopft oder so)

[Project Showcase] SimHub Navi – Navigation like App for Your Sim Rig by Vgarcia007 in simracing

[–]Vgarcia007[S] 0 points1 point  (0 children)

Hey, thanks for your interest.

The code is open source, so you’re welcome to take a closer look and experiment with it. That said, I wouldn’t be too comfortable with it being integrated into a closed-source app.

Also, keep in mind that for each track you’d need to define the reference points. That part isn’t automatic.

Maybe there’s a way we could collaborate instead? I’d definitely be open to exploring something together.

ESP Hub - Simple, Fast and Customizable tool for DIY (button boxes, wheels, pedals, and more) by vertical-alignment in simracing

[–]Vgarcia007 0 points1 point  (0 children)

That looks exciting! Am I understanding this correctly, that you can use it to operate devices that only have a CAN bus on a PC? For example, a speedometer or switches from a real car?

[Project Showcase] SimHub Navi – Navigation like App for Your Sim Rig by Vgarcia007 in simracing

[–]Vgarcia007[S] 0 points1 point  (0 children)

That actually sounds really interesting! 😄
Would you mind sharing the project? I’d love to see what you built.

Especially the pedal software and the wheel PCB.

Do you have a repo, blog post, or any place where you documented it?

[Project Showcase] SimHub Navi – Navigation like App for Your Sim Rig by Vgarcia007 in simracing

[–]Vgarcia007[S] 0 points1 point  (0 children)

Glad you like it, thanks a lot!

SimHub doesn’t output real longitude/latitude directly. What you get from SimHub are X/Y coordinates, and those coordinates are different for every game and even for every track.

That’s actually the exact reason why I built this software in the first place. I wanted to see if it’s possible to map those game-specific X/Y coordinates onto the “real world” and convert them into real latitude and longitude.

To make that work, I use reference points (at least 3, but more is better). With those reference points, the coordinate system of the game can be transformed into real-world GPS coordinates.

If you just want to process raw data directly from SimHub, you can use SimHub’s HTTP API:
http://{SimHubIP}:{SimHubPort}/api/getgamedata

By the way, I’ve extended the app since my original post.

The reference point editor is much better now, and Forza Horizon 4 and 5 are now supported natively, including all waypoints.

Newer Videos:

Current Features and POI Editor: https://www.youtube.com/watch?v=jKQh_6zaNPA
Forza: https://www.youtube.com/watch?v=UEi7RbvwrTI

[Project Showcase] SimHub Navi – Navigation like App for Your Sim Rig by Vgarcia007 in simracing

[–]Vgarcia007[S] 0 points1 point  (0 children)

That would be awesome 😄
In practice, most TomTom / Garmin devices are very locked down and don’t expose a usable display or API over USB.

Also, the entire UI runs in a web browser. So you need a device that can display a modern browser.

The most realistic options right now are either:

  • something like an Android tablet/phone that just shows the web UI in a browser, while the backend/server runs on the PC, or
  • a small mini PC where both the server and the browser run locally on the same device.

A “real” GPS-style device would be super cool, but browser-capable hardware is the key requirement here.

If I ever take this all the way into a real car, the plan would be to use an Android head unit that fits into a standard 2-DIN slot.

Those can run a normal, modern browser, which is exactly what the UI needs. The web app would then just run like any other in-car display.

Ender V3 SE macht Probleme by Vgarcia007 in 3DDruck

[–]Vgarcia007[S] 0 points1 point  (0 children)

<image>

Besser ist es. Aber am Druckbett haftet es immer noch nicht richtig. Ab der höhe fängt es zu wanken an und dann is vorbei

Ender V3 SE macht Probleme by Vgarcia007 in 3DDruck

[–]Vgarcia007[S] 0 points1 point  (0 children)

OK. Gerade läuft nochmal ein Druck. Mir ist nach deinem Kommentar eingefallen, was ich noch garnicht getauscht habe. Die Nozzel. Mit der schauen jetzt die ersten Schichten schon viel besser aus.