Thinking about STMUzebox

Discuss anything not related to the current Uzebox design like successors and other open source gaming hardware
HardlyUnique
Posts: 65
Joined: Tue Dec 08, 2009 7:44 pm

Re: Thinking about STMUzebox

Post by HardlyUnique »

Good point; I like the way you think! :D
User avatar
Ringo888
Posts: 11
Joined: Tue Jan 10, 2012 11:10 am
Location: Manchester UK

Re: Thinking about STMUzebox

Post by Ringo888 »

As WAHa.06x36 has pointed out if the combined resistance of the R2R DAC is 75R, then theres no need for an additional 75R termination resistor to ground. If you were to add a 75R resistor in parallel (output-ground) with the total resistor DAC network of 75R, you would divide the total source impedance by R/2 to give 37.5R which wouldn't match the load impedance on the TV.

Impendance matching is used to reduce any signal degradation and reflections on data lines (RF, digital or otherwise).
WAHa.06x36
Posts: 31
Joined: Sat Feb 04, 2012 6:11 pm

Re: Thinking about STMUzebox

Post by WAHa.06x36 »

Just updated the repo with a driver for the audio codec, which is hopefully less terrible than the one STM provides. It is not entirely tested so there might be bugs in the parts that are not used in the test program (like powering down and up the codec), but it should sort of work, at least.
WAHa.06x36
Posts: 31
Joined: Sat Feb 04, 2012 6:11 pm

Re: Thinking about STMUzebox

Post by WAHa.06x36 »

So! Me and some friends have just turned in our production for the Revision 2012 demo party wild compo, and it's a demo running on the STM32F4.

The actual compo is happening at 17:30 CET on Sunday, April 8. There are live streams running all weekend here: http://www.revision-party.net/live

There's lots of other compos worth watching too, so check out the timetable here: http://www.revision-party.net/events/timetable

So, keep an eye out for "Peridiummmm" by SVatG in the wild compo! And if you miss it, we'll be putting up videos, binaries and source code after the compo is over.
WAHa.06x36
Posts: 31
Joined: Sat Feb 04, 2012 6:11 pm

Re: Thinking about STMUzebox

Post by WAHa.06x36 »

Well, the compo is over! Results will be in tomorrow sometime.

Meanwhile, for those who missed it:

http://pouet.net/prod.php?which=59095
http://www.youtube.com/watch?v=KsToQmFndpg
http://wakaba.c3.cx/svatg/peridiummmm-source.zip

Beware that the source code contains DEMO CODING and is NOT GUARANTEED TO BE SAFE, even for LOOKING AT. I'll update my repository with slightly updated and modified versions of the VGA code used in this demo later.
User avatar
JRoatch
Posts: 108
Joined: Mon May 11, 2009 11:48 pm
Contact:

Re: Thinking about STMUzebox

Post by JRoatch »

That is awesome. I really enjoyed it. Well done.
The best thing I like about the demoscene is demonstrating the capabilities of hardware previously thought to be too limiting.

As for the code...
Besides having most of the data as code in plenty of places, on the surface it looks pretty well written and organized.
greenpower
Posts: 62
Joined: Mon Jun 13, 2011 7:48 pm
Location: Benidorm, Spain

Re: Thinking about STMUzebox

Post by greenpower »

WOW! It's a ginormous 8bit/16bit audio-video explosion! I fucking love it! It reminds me of some demos from the AMIGA demoscene and various, but BTW keep doing this amazing stuf! :D
I know i'm too young, but it doesn't matters. Maybe i'm a newbie, but i can learn very fastly
User avatar
uze6666
Site Admin
Posts: 4801
Joined: Tue Aug 12, 2008 9:13 pm
Location: Montreal, Canada
Contact:

Re: Thinking about STMUzebox

Post by uze6666 »

Agreed, pretty awesome, nice work!! It show what that little beast is capable of... :mrgreen:

-Uze
hpglow
Posts: 269
Joined: Wed Apr 14, 2010 6:06 am

Re: Thinking about STMUzebox

Post by hpglow »

Kick ass! Good work.
Dirt.Diver
Posts: 6
Joined: Fri Apr 27, 2012 7:50 am

Re: Thinking about STMUzebox

Post by Dirt.Diver »

This demo is awesome -

I just got a stm32f4 discovery board because I the demo. I wanted to use the code as a jumping off to learn the demoscene techniques. I have not wired up the r2 vga ladder yet, but I was able to build the tool chain and compile your code. I did have to make a slight change to the Makefile for CC = arm-none-eabi-gcc and for LD also.

I did get it to fully build, and I flashed it with

st-flash write VGA.bin 0x08000000

It seems to have flashed properly, but when I repower the unit, I dont see any led activity or hear any audio from the speaker jack. Would anyone have any ideas on where I might have gone wrong? Any help you be appreciated.

thanks
Post Reply