JerryMungo
Honorary Master
- Joined
- Jul 18, 2008
- Messages
- 37,540
- Reaction score
- 6,280
^^Nice! All retro gaming ideas welcome!
South Africa’s biggest forum. Discuss, discover, and connect with thousands of members.
+1 I'm tempted to get this from pishop. Hope the quality is good.^^Nice! All retro gaming ideas welcome!
I flashed this to an SD to check it out https://github.com/htruong/crankshaft
It's an Android Auto head-unit emulator for those that don't want to spend R5000 on an aftermarket double DIN.
It seems solid if a bit slow, the dev is working pretty regularly on it although I don't know how much original work they are adding vs how much they are putting OpenAuto into a nicer package. Irrespective, I've designed and am currently 3D printing a front cover for my Waveshare touchscreen. Once that's done I'll cut a back plate out of ply or plastic and mount a Pi3 and a regulator to it then maybe print a cover for those two to screw on to the backplate. Then we'll see how well it works while driving.

Right, finished this eventually and very Happy,
Pi2b, (or not 2 b ) :crylaugh:
Dpa90 amplifier, running Volumio on sd, bought me. Little Aluminium case for the pi, I had a Seagate 1tb wireless drive lying around, stuck 500 gb of Flac music onto it.., edit config to support the Hd plugged into the usb without the aide of its own psu.... Dug out two old 6 Ohm Sony speakers from 1987, and now have awesome vibes playing, comtrolled from Pc, Ipad and two mobile phones..
View attachment 511539
Nice been wanting to do this as well. How did you settle on Volumio? Im looking for something that will run Raspian as well. Think I found something a while back but will have to look for it again.
I flashed this to an SD to check it out https://github.com/htruong/crankshaft
It's an Android Auto head-unit emulator for those that don't want to spend R5000 on an aftermarket double DIN.
It seems solid if a bit slow, the dev is working pretty regularly on it although I don't know how much original work they are adding vs how much they are putting OpenAuto into a nicer package. Irrespective, I've designed and am currently 3D printing a front cover for my Waveshare touchscreen. Once that's done I'll cut a back plate out of ply or plastic and mount a Pi3 and a regulator to it then maybe print a cover for those two to screw on to the backplate. Then we'll see how well it works while driving.
Been toying with the idea of a squid server...but concerned it'll slow things down.Raspberry PI with a squid proxy server on it.
Been toying with the idea of a squid server...but concerned it'll slow things down.
Might just move it away from TV and connect it to eth instead and SSH in
Defends on what rasp you have too. The latest has a gigabit port but constrained by usb2 so that might be fast enough if it’s not a fiber linkGlad I took your advice. Did a speed test with PI, the poor little thing limited the internet speed to 10Mbps. So I have moved the proxy onto the gaming PC. So alas, the PI is going back in the drawer.
As a side note, turning the proxy on and off to control the PS4's downloads doesn't work because the PS4 has a useless download manager. It won't auto-restart downloads. Instead, I used CCProxy to throttle the speed to the PS4's mac address to 5 kb/s during the day. That is enough to keep the downloads in the list without chewing through my cap.
http://www.youngzsoft.net/ccproxy/
Defends on what rasp you have too. The latest has a gigabit port but constrained by usb2 so that might be fast enough if it’s not a fiber link
But yeah gaming pc works too
My pi is a first gen model B. Theoretically the ethernet port on it should handle 100Mbps, but I suspect the 700Mhz processor was the limiting factor.
Yeah no you can forget a first gen. Even the latest rasp is iffy for this application in the context of a fast link.My pi is a first gen model B. Theoretically the ethernet port on it should handle 100Mbps, but I suspect the 700Mhz processor was the limiting factor.
Squid/fw makes more sense than router imo.I've always wondered about this. I wonder how the 3 would handle as a router. I certainly don't need a bottleneck.
Yeah no you can forget a first gen. Even the latest rasp is iffy for this application in the context of a fast link.
Real throughput on 100mbps isn't 100mbps and you also need to account for the traffic flowing both directions.
Squid/fw makes more sense than router imo.
On paper the 3b+ tops out at 120mbps. So it should be fine for ADSL but LTE & fibre not so much.
Think I might just take my rasp home to my parents in Dec and set it up as a proxy on their 4mbps adsl.
...cause you know...then I obviously need to buy a replacement toy for myself
They spec'd it with an eth port that has more capacity than then USB2 bus that the gigabit eth is connected to. So the bus is the limiting factor.Ta! So for Squid/fw one GBPS port should suffice? Sounds like it's worth a try.