![]() | ![]() | ![]() |
| | |||||||
| Robotics Chat Specific to discussions about robots and the making of. |
| | LinkBack | Thread Tools | Display Modes |
| | (permalink) |
| I wonder how much noise the solenoids will make. | |
| |
| | (permalink) | |
| Quote:
| ||
| |
| | (permalink) |
| Looking good! when can we expect the final product? If you want to limit the sound coming from the solenoids, why not wrap them in foam or somthing? What about bubble wrap? I dont know what that would do, but its just an idea. | |
| |
| | (permalink) | |
| Quote:
| ||
| |
| | (permalink) |
| I guess that is the best course of action. It would be better to get everything first and build it before you start thinking of upgrades. How are you going to feed air to it? Through a special pump connected to the mouthpeice? | |
| |
| | (permalink) | ||
| Quote:
Quote:
| |||
| |
| | (permalink) |
| There's going to be a whole load of mechanical noise coming from that thing not just flute noise =) I'd strongly recommend damping those solenoids with a good spring to avoid noise. No matter what you use for shielding you're not going to be able to damp the low frequency noise. If you use a heavily loaded solenoid (a stiff spring cut to cause it to try to return to a half way extended point would damp the thumps, if you could load the solenoid enough you could eliminate it altogther.
__________________ "Because I be what I be. I would tell you what you want to know if I could, mum, but I be a cat, and no cat anywhere ever gave anyone a straight answer, har har." Last edited by Sceadwian; 17th July 2007 at 01:13 AM. | |
| |
| | (permalink) |
| The second page of the 16F88 is the page not easily assessable (0x800 to 0xfff). You can store data using the DW directive and read it back with the EEPROM registers. This is how I read it in a recent project, Code: ReadFlash bsf STATUS,RP0 ;01 bsf STATUS,RP1 ;11 bcf INTCON,GIE ; No Interrupts please BSF EECON1,EEPGD ; Point to PROGRAM memory BSF EECON1,RD ; EE Read NOP ; Any instructions ; here are ignored as NOP ; program memory is ; read in second cycle ; after BSF EECON1,RD bsf INTCON,GIE bcf STATUS,RP0 ;10 IncEEADR incfsz EEADR,f goto DoneRead incf EEADRH,f DoneRead bcf STATUS,RP1 ;00 return The model railway solenoids are called "points motors". The reason I suggested boden cables is because of noise. Boden cables allow you to mount the solenoids/motors in a sound proofed box. point motor page. Mike. Edit, there is no need to disable interrupts in the above code. I had to because I was writing to EEPROM in the ISR. Also, here's a link to what I call boden cables. Refered to as pushrods. Last edited by Pommie; 17th July 2007 at 06:55 AM. | |
| |
| | (permalink) | |
| Quote:
| ||
| |
| | (permalink) |
| Here are a few more photos documenting my progress with RCD-1 this week. The first photo is probably the closest picture I'll get to the first concept drawing. Wooden braces to secure the recorder have been mounted on the 1/4-20 stock, themselves secured with nuts and washers. Some scrap pieces of acrylic sheet are posing in to give an idea as to how the final project will look - yes, the sheet's a bit mucky, but it also has a glare-resistant coating on one side, in case you're wondering. Also sitting in for final-impression reasons only are four 1/2" square aluminum rods. Although not presently attached, these rods will eventually be bolted to the acrylic sheet with some brass machine screws, and the acrylic sheet will in turn be sandwiched between the wooden braces with two holes on each end of each sheet to accommodate the 1/4-20 stock. In the second photo you can see a small piece of acrylic sheet on top with a solenoid bolted onto the sheet, again just as a trial to help visualize the final thing. From this (fuzzy - sorry about that!) perspective it looks like the solenoid pin is quite far from the recorder, but it's only between 1/4" and 1/2" away. This gap will of course be taken up by the padding and retraction mechanism mounted to the solenoid pin. The last two photos give an idea of how the recorder fits into the wooden braces, with a custom-cut groove to match the unique contours of the instrument. I should have some photos of something close to the final physical parts of RCD-1 by the end of the weekend, and I'll be sure to post them here. Then, it's on to playing with the electronics end of things! Last edited by Hank Fletcher; 20th July 2007 at 03:13 AM. | |
| |
| | (permalink) |
| | |
| |
| | (permalink) | |
| Quote:
How this sort of thing has been done in the past usually used pneumatic actuators, fast and quiet - like anything else, it's been done many times before, over a number of decades. | ||
| |
| | (permalink) | ||
| Quote:
Quote:
Last edited by Hank Fletcher; 21st July 2007 at 03:58 PM. | |||
| |
| | (permalink) | |
| Quote:
But I was thinking of micro-processor powered ones, which I've seen examples of using air powered actuators - not sure if I've ever seen a recorder or not?, but certainly something along those lines (not trumpets, or instruments with valves). | ||
| |
| | (permalink) |
| I have hundreds of these printer hammers from some old IBM printers. The coils are 5.4 ohms, and will work off 2 AA batteries, but a little weak. Work fine off 6 volts, but in the service book the control line says 60 volts. They are huge printers... Anyway, I've got a dozen or so that have been inside the house. The rest are still on two of the printers, and one block of them in the carport. The outside stuff, I have no idea of the condition, been atleast 10 years of huricanes and severe storms, intense heat, but should be okay. If interested, PM me and I'll put some in the mail for you. Of, work fine directly off a 555, adding a transitor driver didn't seem to have any effect. Haven't tried anything with a microcontroller. They aren't very strong, so kind of killed the millipede robot idea I had... That's a AAA size battery for scale... | |
| |