Search results

  1. K

    Pandora As A Wearable Computer

    I'm thinking of turning my Pandora into the brain of a wearable computer, there's some discussion in this thread about it. In short, I want to outfit a shirt or jacket with a Pandora and a USB hub. Somewhere, possibly on the back of a glove on my left hand I want one of these to use as an input...
  2. K

    Head Mounted Display?

    Hi all, with the imminent arrival of my Pandora (I love optimism) I'm looking into getting a head mounted display to use with it. This seems to be a bit of a niche area, with many of the best products being out of my price range. I thought I'd ask you guys for advice since there's a lot of...
  3. K

    GP2X Booting Images

    I find myself wanting to boot my own (non-linux) images on my GP2X, and was wondering what the best way to do this would be. I can generate the images already so I don't need a whole toolchain, just a method to boot them. I have a bunch of little SD cards, so my preferred method would be to...
  4. K

    Where Can I Buy A Serial Cable?

    I know you used to be able to buy them, but that site is offline now. I really really want one, but I don't personally possess the skills or tools to build one. Is there anywhere else I can buy a serial cable for my GP2X?
  5. K

    Keyboard Input In Assembly

    I'm learning ARM assembly and mostly it's going OK, but I could use some help with reading characters from stdin. I can output to stdout using the following code. PSP and RSP are aliases for the registers I'm using as stack pointers, and OS_write=0x900004. STMFA RSP!, {r0-r3,LR} @ save...
  6. K

    Native Forth Environment?

    Has anyone considered writing/porting a native Forth environment for the gp2x? Other implementations exist for ARM platforms. Other than being huge fun to implement, it may actually be useful: Forth is a good fit for small systems, has been used to write games in the past (I know I used a few...
Back
Top