0 Members and 2 Guests are viewing this topic.
How much would this cost if it was finished ?! O.o
Do you have to finish the entire design itself (as in physically, not draft/picture) before the deadline too or if you just need the hardware done?
Are you using the usb port or the link port? Axe's link commands only use the link port (the usb controller is a semi-undocumented monster)
Quote from: Camdenmil on February 19, 2012, 07:02:35 pmAre you using the usb port or the link port? Axe's link commands only use the link port (the usb controller is a semi-undocumented monster)I use the IO link port. I think I'm gonna use the OS way of communication since there is better documentation of it and perhaps could be used with basic programs.
Quote from: Keoni29 on February 20, 2012, 03:34:14 amQuote from: Camdenmil on February 19, 2012, 07:02:35 pmAre you using the usb port or the link port? Axe's link commands only use the link port (the usb controller is a semi-undocumented monster)I use the IO link port. I think I'm gonna use the OS way of communication since there is better documentation of it and perhaps could be used with basic programs.You should have a way to use the axe link commands, I mean it'd be cool to interface with external hardware with axe. Axe's protocol is very simple, tip is held low to initialize a transfer and ring is used for data transfer. (All times are assuming a 6mhz cpu) You have 10 µs to acknowledge the transfer and there is a delay of 12-18 µs for each bit. The linking routine is provided in commands.inc (which comes with axe) if you want to see exactly what it does. I tested this with a microcontroller I was able to send and receive bytes with axe.Are you going to share the hardware design/programs? I've been thinking about making some hardware interface for the calc (with spi and i2c ports for sd cards ect.) and it'd be nice if there was a common platform to work with.
Did you have a powerpoint or something? If so, could we see it?