by JonHylands » Fri Aug 17, 2007 1:18 pm
by JonHylands
Fri Aug 17, 2007 1:18 pm
cdraptor:
http://gumstix.com/store/catalog/product_info.php?cPath=28&products_id=187
I use a normal USB to mini-B cable, which plugs into the gumstix accessory board usb plugs directly. One of the above plugged into the other end gives me a female A plug which I can plug any standard USB device into.
For real stuff, I build my own cables with plug parts from Digikey.
And thanks for the words of praise - I appreciate it.
Juha: Actually, it looks like I'm having a bit of a relapse, but I'm seeing the doctor this morning, so perhaps I can catch it earlier this time.
I have a general I/O board I have done, although its all DIP, so its kind of big.
http://www.huv.com/blog/2007/07/catching-up.html
It has 6 analog inputs, 4 digital I/O's, and two PWM channels with direction pins. The control table for that one looks like this (from the .h file):
#define CONTROL_ADC_0_LOW 26
#define CONTROL_ADC_0_HIGH 27
#define CONTROL_ADC_1_LOW 28
#define CONTROL_ADC_1_HIGH 29
#define CONTROL_ADC_2_LOW 30
#define CONTROL_ADC_2_HIGH 31
#define CONTROL_ADC_3_LOW 32
#define CONTROL_ADC_3_HIGH 33
#define CONTROL_ADC_4_LOW 34
#define CONTROL_ADC_4_HIGH 35
#define CONTROL_ADC_5_LOW 36
#define CONTROL_ADC_5_HIGH 37
#define CONTROL_DIGITAL_0_DIR 38
#define CONTROL_DIGITAL_0 39
#define CONTROL_DIGITAL_1_DIR 40
#define CONTROL_DIGITAL_1 41
#define CONTROL_DIGITAL_2_DIR 42
#define CONTROL_DIGITAL_2 43
#define CONTROL_DIGITAL_3_DIR 44
#define CONTROL_DIGITAL_3 45
#define CONTROL_MOTOR_A_SPEED_LOW 46
#define CONTROL_MOTOR_A_SPEED_HIGH 47
#define CONTROL_MOTOR_B_SPEED_LOW 48
#define CONTROL_MOTOR_B_SPEED_HIGH 49
I posted a note about this board a few weeks ago, and nobody said a word, so I assumed there wasn't any interest. I plan on making something like it into a product, but its just another thing on a long list of stuff to get done.
- Jon
cdraptor:
http://gumstix.com/store/catalog/product_info.php?cPath=28&products_id=187
I use a normal USB to mini-B cable, which plugs into the gumstix accessory board usb plugs directly. One of the above plugged into the other end gives me a female A plug which I can plug any standard USB device into.
For real stuff, I build my own cables with plug parts from Digikey.
And thanks for the words of praise - I appreciate it.
Juha: Actually, it looks like I'm having a bit of a relapse, but I'm seeing the doctor this morning, so perhaps I can catch it earlier this time.
I have a general I/O board I have done, although its all DIP, so its kind of big.
http://www.huv.com/blog/2007/07/catching-up.html
It has 6 analog inputs, 4 digital I/O's, and two PWM channels with direction pins. The control table for that one looks like this (from the .h file):
#define CONTROL_ADC_0_LOW 26
#define CONTROL_ADC_0_HIGH 27
#define CONTROL_ADC_1_LOW 28
#define CONTROL_ADC_1_HIGH 29
#define CONTROL_ADC_2_LOW 30
#define CONTROL_ADC_2_HIGH 31
#define CONTROL_ADC_3_LOW 32
#define CONTROL_ADC_3_HIGH 33
#define CONTROL_ADC_4_LOW 34
#define CONTROL_ADC_4_HIGH 35
#define CONTROL_ADC_5_LOW 36
#define CONTROL_ADC_5_HIGH 37
#define CONTROL_DIGITAL_0_DIR 38
#define CONTROL_DIGITAL_0 39
#define CONTROL_DIGITAL_1_DIR 40
#define CONTROL_DIGITAL_1 41
#define CONTROL_DIGITAL_2_DIR 42
#define CONTROL_DIGITAL_2 43
#define CONTROL_DIGITAL_3_DIR 44
#define CONTROL_DIGITAL_3 45
#define CONTROL_MOTOR_A_SPEED_LOW 46
#define CONTROL_MOTOR_A_SPEED_HIGH 47
#define CONTROL_MOTOR_B_SPEED_LOW 48
#define CONTROL_MOTOR_B_SPEED_HIGH 49
I posted a note about this board a few weeks ago, and nobody said a word, so I assumed there wasn't any interest. I plan on making something like it into a product, but its just another thing on a long list of stuff to get done.
- Jon