Hello Hackerfolk,
Sorry if I havent been involved until now...
I have recently ordered a Rasberry Pi model B from Farnell and also been gifted a MIDI controller and have bought a generic USB to midi breakout cable and a USB powered hub.
I have a few years experience with Python, and many years of professional multimedia and CGI experience. http://www.hodge.net.au/sam
But I am pretty new to hardware hacking, apart from some OpenWRT firmware hacking in the hey day of Air-Stream. http://www.air-stream.org.au/r100
Here is the link to the midi controller's manual
http://www.peavey.com/assets/literature/manuals/80301652.pdf
and PyGame's docs
http://www.pygame.org/docs/ref/midi.html
What I was thinking is that if I can get a sprite onto screen with slider control for it X,Y position and Z rotation, that would be a pretty good programming project for myself and my 9 year old daughter to tackle.
What would be a good "HelloWorld" in Linux to see if the hardware is connected and operational?
The gear wont arrive for a month so I have some time to read up on some stuff about MIDI and Linux.
What would you recommend for reading up about MIDI and Linux?
Basically I want to poll a value from a slider to an integer or float.
I have a lappy Dell Precision M65 with Ubuntu 10.04 with ICH7 sound card and working kernel modules for sound and the Peavey 1600 MIDI controller, but I should have the USB to MIDI interface within a week: http://www.ebay.com.au/itm/USB-MIDI-Keyboard-Interface-Converter-Cable-Adapter-/320438116273.
So I can dev on that until the Rasberry Pi arrives, in 20+ days time.
Sam
--
You received this message because you are subscribed to the Google Groups "HackerSpace - Adelaide, South Australia" group.
To view this discussion on the web visit https://groups.google.com/d/msg/hackerspace-adelaide/-/hIY2_9SHZEoJ.
To post to this group, send email to hackerspac...@googlegroups.com.
To unsubscribe from this group, send email to hackerspace-adel...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/hackerspace-adelaide?hl=en.

Nice!
Guys, check out your local post office for the Laser 7 port hub mentioned here:
http://elinux.org/RPi_VerifiedPeripherals
They are getting rid of them for $6.
Nice find, thanks :D
It "should" work but who knows with the pi, a diode is what you use to let power flow one way only, but they also drop the voltage... I have no idea what rating you would need either.
You dont need to spend $50 on a "fancy" hub! Just go buy an "OfficeOne" powered hub from k mart!
Mine cost me $12!
There is a bit more to a hub than some diodes and a plug pack
Andrew
> Just filing this here as anoth...
--
You have confused each other i had to read it twice before i understood. The idea Is to make a modified cable _for_ a hub that won't allow power to back-feed right?
So does anybody have a link to the properties of the diode I should buy.
It seems that not all diodes are created equal.
You wont need 2 diodes, just one on the +5v line, remember though you'll get a 0.6v drop across the diode
On 24/09/2012 9:24 AM, "Sam Hodge at GMail" <sam....@gmail.com> wrote:
I have two powered hubs, both of them feedback power but are otherwise
functional.
I was wondering if I could modify a USB cable so that the power hubs
that I have already purchased dont feedback power to the USB host,
which is one of the two Raspberry Pi's USB ports.
I have a soldering iron, a USB cable, a multimeter, and can buy
electronic components such as diodes and heat shrink at Jaycar.
Sorry the previously purchased USB hubs are documented earlier in this thread.
sam
On Mon, Sep 24, 2012 at 3:49 AM, Ryan Leach <ryan.th...@gmail.com> wrote:
> You have confused e...