Why not Hydra kit?
Jack Crenshaw
Posts: 46
I've not heard much mention here about the Hydra game devel kit. With the keyboard, mouse, and VGA interface, it would seem to be the ideal way to get what amounts to a general-purpose Propeller-powered computer. And with the optional 512K RAM addon, it would have enough to keep heater busy for the rest of his natural days.
There must be a downside. What am I missing?
Jack
There must be a downside. What am I missing?
Jack
Comments
Looking at the hydra it looks like it uses an 8 way data bus, and clocks in the address lines serially. That could be done with HC595 chips and would use a similar number of pins. There are all sorts of options ranging from direct addressing using 26 pins, right down to doing the whole thing serially and maybe only using 3-5 pins. Somewhere in the middle is a compromise for speed vs pins. I'd tend to veer towards having an 8 way data bus and using it for data, but with a few control lines, also using it as the lines to latch some 273s or 373s. Something like 12 lines and certainly a lot faster than pure serial.
You may not need 512k either. 128k chips are cheaper and use an sd card for mass storage. Use each type of memory for different purposes eg flash memory has huge storage but wears out. sram is more expensive but never wears out. So use sdram for mass storage of files and data, and use sram for the program part where data is being shuffled round lots within a program.
But it looks like heater is stuck with the mundane task of trying to get the simulator to do just one instruction.
Jack
BTW: I really like this board:
Runs @ 96Mhz, which is kind of the upper safe limit for the Propeller
TV Graphics work nicely with a PC capture card of some kind. I work on a laptop most of the time, so it's easy to just connect both via USB and go.
Pins are available as dedicated ports (HYDRA expansion + VGA) & keyboard, mouse, serial, 2 DB9 atari style joystick ports, SD card, composite video out, mono audio out, and of course, your handy debug LED. Program via USB with Prop Plug. I recommend one of these, as it's an easy interface to the chip, and can be moved around. Just leave one on the end of a USB cable, and do your thing.
http://propeller.wikispaces.com/HYBRID+Development+Kit
I/O pins are also available on an IDE connector port. Easy Cheezy connection to your breadboard of choice.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Propeller Wiki: Share the coolness!
Chat in real time with other Propellerheads on IRC #propeller @ freenode.net
Safety Tip: Life is as good as YOU think it is!
1. I have a hard time justifying the expense of all my toys to "her indoors"
2. The RAM would be great but I don't want to me emulating 1976 prices for PropAltair
3. Driving the RAM requires enough code that it will not fit in my current single COG 8080 emulator and the speed is not good.
4. A big point was to be sure that as many people as possible were able to try out PropAltair if they wanted so I determined that a Prop Demo board with no extras would be the best base. Currently that limits CP/M to 24K HUB RAM but at least it show that it works. I always want to keep a version at that level.
5. I got a kick out of soldering up my own "demo board" with a DIP Prop. Amazing how few components you need to get it to run. I had all the required components in my junk box anyway.
So, nice to have but not quite it for me.
For RAM I'm looking forward to the Prop/CPLD/RAM board from Leon. If that's not here soon it's soldering iron and string time again[noparse]:)[/noparse]
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
For me, the past is not over yet.
These really helped me getting started with the prop...
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Living on the planet Earth might be expensive but it includes a free trip around the sun every year...
Experience level:
[noparse][[/noparse] ] Let's connect the motor to pin 1, it's a 6V motor so it should be fine.
[noparse][[/noparse] ] OK, I got my resistors hooked up with the LEDs.
[noparse][[/noparse]X] I got the Motor hooked up with the H-bridge and the 555 is supplying the PWM.
[noparse][[/noparse] ] Now, if I can only program the BOE-BOT to interface with he Flux Capacitor.
[noparse][[/noparse] ] I dream in SX28 assembler...
/Bamse
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
For me, the past is not over yet.