uLED-128-GMD1
Robo_Benny
Posts: 5
Greetings
I am building a miniature CNC drilling machine & would like to use a uLED-128-GMD1 as one of the displays. The plan is to have it come up with our company logo & a simple video. Unfortunately I'm having some touble getting·the uLED·to work.
I have a BS2 rev J on a BOE, connected the uLED per the instructions (using 1k pull up resistor on uLED Rx) & loaded the demo code from the Parallax website. At power up the uLED is blank, after a few minutes· it displays "Device :uLED, X-Res :128, Y-Res :128, Hardware Rev : 10, Software Rev : 12" then it goes blank. A few more minutes later; vertical lines & some garbage. If Rx is disconected from the stamp at power up the uLED will scroll through the 4D Systems screen.
Any help would be greatly appreciated.
Ben Quearry
Production Engineering
Cook Urological & Women's Health
I am building a miniature CNC drilling machine & would like to use a uLED-128-GMD1 as one of the displays. The plan is to have it come up with our company logo & a simple video. Unfortunately I'm having some touble getting·the uLED·to work.
I have a BS2 rev J on a BOE, connected the uLED per the instructions (using 1k pull up resistor on uLED Rx) & loaded the demo code from the Parallax website. At power up the uLED is blank, after a few minutes· it displays "Device :uLED, X-Res :128, Y-Res :128, Hardware Rev : 10, Software Rev : 12" then it goes blank. A few more minutes later; vertical lines & some garbage. If Rx is disconected from the stamp at power up the uLED will scroll through the 4D Systems screen.
Any help would be greatly appreciated.
Ben Quearry
Production Engineering
Cook Urological & Women's Health
Comments
building a miniature CNC drilling machine
......
Please Explain [noparse]:D[/noparse]
Sorry I dont have anything helpful to say...
I've used this display with a Propeller and it worked just fine. There's nothing fancy the Propeller was doing that a Stamp couldn't do.
I slipped a DEBUG line into the program code (uLED-Demo2.bs2) and it appears that during the "GetACK" subroutine the Stamp is not getting an ACK signal back from the uLED, as it keeps cycling through the "Missed" subroutine.
Thanks again for your help
The basic idea is for a miniature CNC (Computer Numerical Control) drilling machine. Design criteria requires; low initial cost, accurate & dependable and a small foot print (desk top machine). The drill cycle is quite simple; move to position 1, verify location (with encoder on X & Y axis), drill, retract drill, repeat for position 2 through 6, cycle stop. Due to the simplicity and the small size we decided to build our own machine. Here are some links to hardware we are using on the prototype machine;
The table is a Sherline X-Y table with Nema 23 Stepper motors;
http://www.sherlinedirect.com/index.cfm?fuseaction=product.display&Product_ID=766
The drill unit is from Servo Products;
http://www.servoproductsco.com/html/microprocessor-controlled_quil.html
Servo drivers are BiStep 2A units with NCStepper firmware from Pete Norberg;
http://www.servoproductsco.com/html/microprocessor-controlled_quil.html
The frame of the machine that ties it all together will be made in our shop. Last but certainly not least; the control of the prototype machine is from a Basic Stamp. Why·did I choose Parallax to be the core of this project? The support they offer is unparalleled!
Thanks again!