Welcome, Guest. Please login or register.

Author Topic: Hobby Computer Kit  (Read 5193 times)

Description:

0 Members and 1 Guest are viewing this topic.

Offline billt

  • Hero Member
  • *****
  • Join Date: Nov 2002
  • Posts: 910
    • Show all replies
    • http://www.billtoner.net
Re: Hobby Computer Kit
« on: October 03, 2005, 08:48:55 PM »
While not marketed to home hobbyists, there are things out there. Look up some evaluation boards for microcontrollers, they have buttons, LEDs, a serial port or parallel port, headers and sometimes LCDs and keypads.

Jameco has some stuff at Long  url edited by admin which might be suitable, some of their Basic Stamp boards should be suitable for learning stuff and tinkering and are priced for most mortals to handle.

There was also a DIY game console that came up in some discussion some time ago. http://www.xgamestation.com/about_gamestation.php Looks like fun.

I work at Atmel for my day job, and I know we have various AVR and ARM eval boards that could apply, but I don't know any prices or anything, as an evaluation board they may start stepping into expensive territory for a hobbyists's budget. There's also the FPslic, which is an AVR and FPGA combined into a single chip, but I've also seen an Atmel FPGA eval board with a socket for a discrete AVR from someone called Kanda (AVR chip not included though).

Microchip (PIC), Freescale (Coldfire, 68HC11 etc), and surely many companies have ARM or 8051 things. You might also think about a Xilinx eval board and look into some of the free microcontroller cores on opencores.org. Of course you might have to deal with higher prices or short-term licenses with some of these, especially for FPGA boards with HDL synthesizers or simulators.
Bill T
All Glory to the Hypnotoad!
 

Offline billt

  • Hero Member
  • *****
  • Join Date: Nov 2002
  • Posts: 910
    • Show all replies
    • http://www.billtoner.net
Re: Hobby Computer Kit
« Reply #1 on: October 04, 2005, 02:26:06 PM »
I'm not sure what you man by "standard address/data bus".

For FPGA solutions, while it's not a "real" cpu, it is possible to get experience with a number of different architectures without having to buy tons of boards. You also get to learn about what is going on inside the CPU and how CPUs are designed. Something you don't get by tinkering with a discrete CPU chip.

I've also come across some potentially interesting books:
long link edited by admin
long link edited by admin

And if anyone gets into FPGA stuff, Verilog seems to be easier to pick up then VHDL. A good Verilog book is
long link edited by admin

I only link to Amazon for descriptions and reviews, if anyone's interested buy from where you want. :)
Bill T
All Glory to the Hypnotoad!