The new forums will be named Coin Return (based on the most recent vote)! You can check on the status and timeline of the transition to the new forums here.
The Guiding Principles and New Rules document is now in effect.
The files I'd like to stream would be made available from a Windows 7 workstation, I suppose I can host NFS with freeNFS or the built-in support (I have W7 Ultimate)
For remote control going to check if I can use my android phone over Wireless LAN.
So I suppose out of all the extras all I really need is SD card (going to check which size/class recommended) and an extra cable for audio on composite. Can the SD be used for intermittent storage?
To get the audio through the TV as well as the video then a 3.5mm to phono adapter is required to connect between the audio out on the Raspberry Pi and the red and white leads on the component cable.
I think I might finally have a reason to pick one of these up. My mum picked up an old gutted record player box on a whim and asked if I wanted to do something with it.
I don't really have any interest in restoring it for reals (like I said, most of the components have been removed anyway), so I figured it could be a nice wee project for some sort of streaming device.
I keep all of my music on Google Play at the moment. Last night, I had a play around with gmusicapi which is reasonably solid and mostly works as advertised. It shouldn't be an issue to stream tracks through wifi. I even found an example of someone doing this using mpd.
I have no problem dealing with software - the hard part will be putting the hardware together, since I really don't have any experience with wiring electronics up. I'm not really sure what's practical in that regard. Since I have three front knob-holes to use, I thought I could do something like:
1) Volume (0 = off?)
2) Scroll up/down through menu
3) Selection button
Then maybe draw the current menu to an LCD screen mounted in the current gap, which would look something like this. Alternatively I could keep a small keyboard where the turntable used to be, and use that for full-text-search etc (which would probably be a lot more useful).
Luckily I work with a guy who is an electronics nut, so will be able to get some advice and help assembling everything. Still in the early planning stages, but really looking forward to working on this
I think I might finally have a reason to pick one of these up. My mum picked up an old gutted record player box on a whim and asked if I wanted to do something with it.
I don't really have any interest in restoring it for reals (like I said, most of the components have been removed anyway), so I figured it could be a nice wee project for some sort of streaming device.
I keep all of my music on Google Play at the moment. Last night, I had a play around with gmusicapi which is reasonably solid and mostly works as advertised. It shouldn't be an issue to stream tracks through wifi. I even found an example of someone doing this using mpd.
I have no problem dealing with software - the hard part will be putting the hardware together, since I really don't have any experience with wiring electronics up. I'm not really sure what's practical in that regard. Since I have three front knob-holes to use, I thought I could do something like:
1) Volume (0 = off?)
2) Scroll up/down through menu
3) Selection button
Then maybe draw the current menu to an LCD screen mounted in the current gap, which would look something like this. Alternatively I could keep a small keyboard where the turntable used to be, and use that for full-text-search etc (which would probably be a lot more useful).
Luckily I work with a guy who is an electronics nut, so will be able to get some advice and help assembling everything. Still in the early planning stages, but really looking forward to working on this
I will be super disappointed if you don't also add a record or the wheel part or whatever on top that just spins when on and does nothing else. Got to be authentic man.
"The world is a mess, and I just need to rule it" - Dr Horrible
I think I might finally have a reason to pick one of these up. My mum picked up an old gutted record player box on a whim and asked if I wanted to do something with it.
I don't really have any interest in restoring it for reals (like I said, most of the components have been removed anyway), so I figured it could be a nice wee project for some sort of streaming device.
I keep all of my music on Google Play at the moment. Last night, I had a play around with gmusicapi which is reasonably solid and mostly works as advertised. It shouldn't be an issue to stream tracks through wifi. I even found an example of someone doing this using mpd.
I have no problem dealing with software - the hard part will be putting the hardware together, since I really don't have any experience with wiring electronics up. I'm not really sure what's practical in that regard. Since I have three front knob-holes to use, I thought I could do something like:
1) Volume (0 = off?)
2) Scroll up/down through menu
3) Selection button
Then maybe draw the current menu to an LCD screen mounted in the current gap, which would look something like this. Alternatively I could keep a small keyboard where the turntable used to be, and use that for full-text-search etc (which would probably be a lot more useful).
Luckily I work with a guy who is an electronics nut, so will be able to get some advice and help assembling everything. Still in the early planning stages, but really looking forward to working on this
I will be super disappointed if you don't also add a record or the wheel part or whatever on top that just spins when on and does nothing else. Got to be authentic man.
The on/off switch needs to be moving the player arm to over the record. and then yes you need to have a record glued into place that spins when it's on.
We'll see. I'll likely try to leave the top area intact while I work on the rest. A moving record could be a nice post-project project, once the basics are sorted out. I do like the on/off switch idea, though this is quickly getting to the point of exceeding my abilities . I'll try and get something simple up and running first, and then maybe look at how I can extend from there. For the core functionality I guess I'll need:
- Pi
- Amp
- Speaker
- LCD monitor
As well as all the bits in between. Just putting that together should be plenty of work for now.
I use my RP as a link between my laptop and my used and battered sound system that I bought to play vinyls. I originally wanted to use XMBC, so I could also watch videos, then I realized my TV is old and I usually stream. So I went for a music-only set-up with RaspyFi. It is marketed for audiophile, which I am not. What convinced me was its native browser-based user interface.
I tried to get my RP to find the music on my laptop (so I could access all of it, all the time), but that didn't work, so I settled for a usb stick until I get an external HDD. It works great and I don't have to carry my little speakers all around the apartment when I want to listen to my digital music !
Technical question time! Should I post this in the linux thread instead?
So I'm suddenly playing with an RP at work, trying to get this thing to display a web interface to our network management software. The pages we need use java, so I need the browser to work with java.
I'm using the latest version of raspbian which comes with java out of the box, and java -version shows that it's running. However, Midori says it's missing a plugin when I try to load java content. I've tried installing icedtea but it's horrifically slow and never actually loads the applet.
I shouldn't need to install icedtea though, right? Shouldn't the java that's already installed work for me? How do I get Midori to "see" it?
Technical question time! Should I post this in the linux thread instead?
So I'm suddenly playing with an RP at work, trying to get this thing to display a web interface to our network management software. The pages we need use java, so I need the browser to work with java.
I'm using the latest version of raspbian which comes with java out of the box, and java -version shows that it's running. However, Midori says it's missing a plugin when I try to load java content. I've tried installing icedtea but it's horrifically slow and never actually loads the applet.
I shouldn't need to install icedtea though, right? Shouldn't the java that's already installed work for me? How do I get Midori to "see" it?
The version of Oracle Java that runs on the Pi is the embedded version. It doesn't appear to come with a browser plugin, unfortunately.
RPi 4 announced (and available for order; shipping in July)
2x microHDMI (word is this connector standard can be fragile) -- 1x 4K60, or 2x 4K30
2x usb3.0 ( )
2x usb2.0
1x Gigabit Ethernet(!)
Onboard wireless 802.11ac with 5GHz support
Power via USB-C (PD)
New chip: Broadcom BCM2711 (64 bit, ARMv8, 1.5 GHz)
3A (15W) power supply
1GB RAM - $35
2 GB RAM - $45
4 GB RAM - $55
Initially, it was said these wouldn't be seeing the light of day for another year.
If Windows on ARM was in a better spot, I'd seriously consider using something like this to build a PiTop for my mom. I wonder if they'll make a "B" version eventually, with better/different HDMI ports.
Happy to see the extra ram and new chip but micro HDMI suuuuuucks.
It breaks when you breathe on it or touch it.
Maybe they've bulked it up for this but I doubt it.
The bit which makes me most potentially curious in picking one up is the hardware support for h.265. The one I was tinkering with to try to make a cheap front-end for a media server choked on some of those files.
Kyle at BitWit used one as a proof of concept for an entertainment PC on a plane. It worked quite well but he ultimately ended up switching to NUCs so .
I don't think this announcement would change his decision, but this update makes a potential game system with, say, WiNE, at least a possibility
0
ShadowfireVermont, in the middle of nowhereRegistered Userregular
Kyle at BitWit used one as a proof of concept for an entertainment PC on a plane. It worked quite well but he ultimately ended up switching to NUCs so .
I don't think this announcement would change his decision, but this update makes a potential game system with, say, WiNE, at least a possibility
There's absolutely no reason not to go with a NUC other than sheer geekery, really.
What is this I don't even.
0
Donovan PuppyfuckerA dagger in the dark isworth a thousand swords in the morningRegistered Userregular
Is there a way to hook a graphics card up to a Pi, at all?
Is there a way to hook a graphics card up to a Pi, at all?
there are usb video cards technically, but I don't think they'd fare much better than the onboard one in whatever you're probably hoping to attempt
I just figure if it's possible to connect something that can run older DX9 and DX10 games smoothly at up to 1080p then you could have a really good "old-school" gaming rig for cheap. Instead of having to try and source an old Core 2 Quad DDR2 rig to run older games like Fallout 3 on, you could do it with one of these with brand-new hardware.
Is there a way to hook a graphics card up to a Pi, at all?
there are usb video cards technically, but I don't think they'd fare much better than the onboard one in whatever you're probably hoping to attempt
I just figure if it's possible to connect something that can run older DX9 and DX10 games smoothly at up to 1080p then you could have a really good "old-school" gaming rig for cheap. Instead of having to try and source an old Core 2 Quad DDR2 rig to run older games like Fallout 3 on, you could do it with one of these with brand-new hardware.
The ultimate issue is you need to emulate x86 on ARM CPUs which is possible but eats a lot of power to do. You could probably emulate dos and win3.1 but 95 or higher you'd probably run up against a wall, since I think you'll eat something like ~60% of the CPU's power just to emulate x86 on ARM before you've even gotten something up and running.
not a doctor, not a lawyer, examples I use may not be fully researched so don't take out of context plz, don't @ me
Is there a way to hook a graphics card up to a Pi, at all?
there are usb video cards technically, but I don't think they'd fare much better than the onboard one in whatever you're probably hoping to attempt
I just figure if it's possible to connect something that can run older DX9 and DX10 games smoothly at up to 1080p then you could have a really good "old-school" gaming rig for cheap. Instead of having to try and source an old Core 2 Quad DDR2 rig to run older games like Fallout 3 on, you could do it with one of these with brand-new hardware.
Considering the Pi is running on an ARM processor and not x86 trying to emulate older Windows games on it probably isn't a thing that's going to happen.
Also, while the Pi 4 will vastly out perform the Pi 3, lets not kid ourselves about performance here. This is a CPU benchmark from Ars Technica
yeah. Like, I'm sure the Pi 4 model with 4GB of RAM would make a good Web browsing machine, or kodi box, or media streamer, but people still need to keep their expectations in check.
I'd love to see Microsoft port Windows on ARM to this though, because I really do think it'd make an acceptable web browsing machine.
Windows 10 does have an ARM version, Maybe I'll buy a pi and give it a shot and see how well it handles x86 stuff. It might be able to handle something like civ3
not a doctor, not a lawyer, examples I use may not be fully researched so don't take out of context plz, don't @ me
Windows 10 does have an ARM version, Maybe I'll buy a pi and give it a shot and see how well it handles x86 stuff. It might be able to handle something like civ3
There is, but it's built for Snapdragon 8xx parts. I'm not sure it'll run on the Pi. The version Microsoft does make for Pi is the IoT version, which is not a full Windows 10. It's basically just an OS back end that you can put a UWP app on as a UI/front end.
Windows 10 does have an ARM version, Maybe I'll buy a pi and give it a shot and see how well it handles x86 stuff. It might be able to handle something like civ3
There is, but it's built for Snapdragon 8xx parts. I'm not sure it'll run on the Pi. The version Microsoft does make for Pi is the IoT version, which is not a full Windows 10. It's basically just an OS back end that you can put a UWP app on as a UI/front end.
I wonder how well this could handle minecraft servers
Fairly well, I have to assume. A 3 can run MMO emulation with up to 10 players before you notice performance issues. It wouldn't scale well, but if it's just you and some friends, it'll be enough.
The 4 also has crazy heat issues with that new chip, and the non-spec USB-C install. Plan for cooling.
I have a 3 set up in a mobile situation in my backpack. I use it as a wifi bridge for unsecured networks, a radio broadcaster (wife sewed an antenna into my bag so the entire thing can radiate FM), and wifi jammer (rarely used). The 4 seems fun, but I haven't ever come up against performance on my raspberry projects.
I wonder how well this could handle minecraft servers
Fairly well, I have to assume. A 3 can run MMO emulation with up to 10 players before you notice performance issues. It wouldn't scale well, but if it's just you and some friends, it'll be enough.
The 4 also has crazy heat issues with that new chip, and the non-spec USB-C install. Plan for cooling.
I have a 3 set up in a mobile situation in my backpack. I use it as a wifi bridge for unsecured networks, a radio broadcaster (wife sewed an antenna into my bag so the entire thing can radiate FM), and wifi jammer (rarely used). The 4 seems fun, but I haven't ever come up against performance on my raspberry projects.
Be super careful with that. The FCC can fuck your day right up if you spill into protected frequencies.
Oh I know, it's entirely a "I wanted to know how" thing. I think I've used it in the wild once at a buddies house as a proof of concept/hilarious annoyance.
I got pretty deep into the possible issues when I first started. It originally started as a GPS jammer, but that's even more of a no-no.
Part of me wants to try setting up a couple of these as a mesh wifi solution; except that the wifi chips are substandard compared to what's in modern routers. I still wonder if it would be worthwhile just for the added frequency boost (ignoring the speed hit, for now)
it might be fun to do as an experiment but if you're living in an enviornment where there are people who aren't tech-savvy, I'm always weary of those hacked together DIY solutions. My girlfriend already has enough trouble if something goes sideways with the harmony remote, I couldn't imagine a raspberry Pi as a mesh wifi solution.
I've been aware of Raspberry Pi for a long time, but never got into it. My coworker just showed me his RetroPie and has convinced me to build one.
ffffffffffffffffffffffffffffffffffffffffffffffffff! I really like his rig where he's got an Ipega game controller with a screen built into it. I want something similar but without being a total copycat.
I've been aware of Raspberry Pi for a long time, but never got into it. My coworker just showed me his RetroPie and has convinced me to build one.
ffffffffffffffffffffffffffffffffffffffffffffffffff! I really like his rig where he's got an Ipega game controller with a screen built into it. I want something similar but without being a total copycat.
Maybe copy it for the practice, then apply the techniques to a more original project?
I think for now I'm just going to wait. It sounds like RetroPie support for Pi 4 is really close. I just really don't need another project right now anyway.
Posts
Exactly why I hate corporate NAS with a linux based OS. If it's "ALL ACCESS ALL THE TIME" and not tied to a domain, it's fine though.
For remote control going to check if I can use my android phone over Wireless LAN.
So I suppose out of all the extras all I really need is SD card (going to check which size/class recommended) and an extra cable for audio on composite. Can the SD be used for intermittent storage?
I don't really have any interest in restoring it for reals (like I said, most of the components have been removed anyway), so I figured it could be a nice wee project for some sort of streaming device.
I keep all of my music on Google Play at the moment. Last night, I had a play around with gmusicapi which is reasonably solid and mostly works as advertised. It shouldn't be an issue to stream tracks through wifi. I even found an example of someone doing this using mpd.
I have no problem dealing with software - the hard part will be putting the hardware together, since I really don't have any experience with wiring electronics up. I'm not really sure what's practical in that regard. Since I have three front knob-holes to use, I thought I could do something like:
1) Volume (0 = off?)
2) Scroll up/down through menu
3) Selection button
Then maybe draw the current menu to an LCD screen mounted in the current gap, which would look something like this. Alternatively I could keep a small keyboard where the turntable used to be, and use that for full-text-search etc (which would probably be a lot more useful).
Luckily I work with a guy who is an electronics nut, so will be able to get some advice and help assembling everything. Still in the early planning stages, but really looking forward to working on this
I will be super disappointed if you don't also add a record or the wheel part or whatever on top that just spins when on and does nothing else. Got to be authentic man.
The on/off switch needs to be moving the player arm to over the record. and then yes you need to have a record glued into place that spins when it's on.
- Pi
- Amp
- Speaker
- LCD monitor
As well as all the bits in between. Just putting that together should be plenty of work for now.
I tried to get my RP to find the music on my laptop (so I could access all of it, all the time), but that didn't work, so I settled for a usb stick until I get an external HDD. It works great and I don't have to carry my little speakers all around the apartment when I want to listen to my digital music !
So I'm suddenly playing with an RP at work, trying to get this thing to display a web interface to our network management software. The pages we need use java, so I need the browser to work with java.
I'm using the latest version of raspbian which comes with java out of the box, and java -version shows that it's running. However, Midori says it's missing a plugin when I try to load java content. I've tried installing icedtea but it's horrifically slow and never actually loads the applet.
I shouldn't need to install icedtea though, right? Shouldn't the java that's already installed work for me? How do I get Midori to "see" it?
The version of Oracle Java that runs on the Pi is the embedded version. It doesn't appear to come with a browser plugin, unfortunately.
RPi 4 announced (and available for order; shipping in July)
2x microHDMI (word is this connector standard can be fragile) -- 1x 4K60, or 2x 4K30
2x usb3.0 ( )
2x usb2.0
1x Gigabit Ethernet(!)
Onboard wireless 802.11ac with 5GHz support
Power via USB-C (PD)
New chip: Broadcom BCM2711 (64 bit, ARMv8, 1.5 GHz)
3A (15W) power supply
1GB RAM - $35
2 GB RAM - $45
4 GB RAM - $55
Initially, it was said these wouldn't be seeing the light of day for another year.
If Windows on ARM was in a better spot, I'd seriously consider using something like this to build a PiTop for my mom. I wonder if they'll make a "B" version eventually, with better/different HDMI ports.
It breaks when you breathe on it or touch it.
Maybe they've bulked it up for this but I doubt it.
I don't think this announcement would change his decision, but this update makes a potential game system with, say, WiNE, at least a possibility
We thank you for your sacrifice.
https://steamcommunity.com/profiles/76561197970666737/
There's absolutely no reason not to go with a NUC other than sheer geekery, really.
there are usb video cards technically, but I don't think they'd fare much better than the onboard one in whatever you're probably hoping to attempt
I just figure if it's possible to connect something that can run older DX9 and DX10 games smoothly at up to 1080p then you could have a really good "old-school" gaming rig for cheap. Instead of having to try and source an old Core 2 Quad DDR2 rig to run older games like Fallout 3 on, you could do it with one of these with brand-new hardware.
The ultimate issue is you need to emulate x86 on ARM CPUs which is possible but eats a lot of power to do. You could probably emulate dos and win3.1 but 95 or higher you'd probably run up against a wall, since I think you'll eat something like ~60% of the CPU's power just to emulate x86 on ARM before you've even gotten something up and running.
Considering the Pi is running on an ARM processor and not x86 trying to emulate older Windows games on it probably isn't a thing that's going to happen.
Also, while the Pi 4 will vastly out perform the Pi 3, lets not kid ourselves about performance here. This is a CPU benchmark from Ars Technica
I'd love to see Microsoft port Windows on ARM to this though, because I really do think it'd make an acceptable web browsing machine.
There is, but it's built for Snapdragon 8xx parts. I'm not sure it'll run on the Pi. The version Microsoft does make for Pi is the IoT version, which is not a full Windows 10. It's basically just an OS back end that you can put a UWP app on as a UI/front end.
looks like it's "working"
https://www.raspberrypi.org/forums/viewtopic.php?t=233017
https://pi64.win/
Fairly well, I have to assume. A 3 can run MMO emulation with up to 10 players before you notice performance issues. It wouldn't scale well, but if it's just you and some friends, it'll be enough.
The 4 also has crazy heat issues with that new chip, and the non-spec USB-C install. Plan for cooling.
I have a 3 set up in a mobile situation in my backpack. I use it as a wifi bridge for unsecured networks, a radio broadcaster (wife sewed an antenna into my bag so the entire thing can radiate FM), and wifi jammer (rarely used). The 4 seems fun, but I haven't ever come up against performance on my raspberry projects.
Yeah, that's pretty much my take on it.
Be super careful with that. The FCC can fuck your day right up if you spill into protected frequencies.
I got pretty deep into the possible issues when I first started. It originally started as a GPS jammer, but that's even more of a no-no.
Sorry, it's my Redditing bleeding over.
Part of me wants to try setting up a couple of these as a mesh wifi solution; except that the wifi chips are substandard compared to what's in modern routers. I still wonder if it would be worthwhile just for the added frequency boost (ignoring the speed hit, for now)
It's a teeny-tiny super nippy desktop/home server machine now, that fits right in your pocket.
ffffffffffffffffffffffffffffffffffffffffffffffffff! I really like his rig where he's got an Ipega game controller with a screen built into it. I want something similar but without being a total copycat.
Enlist in Star Citizen! Citizenship must be earned!
Maybe copy it for the practice, then apply the techniques to a more original project?
Enlist in Star Citizen! Citizenship must be earned!