do u provide the program of the pill dispenser? is it included in the pdf?also..whats the frequency of the quartz crystal to be used? please reply as soon as possible..am a student and had taken ur version as a project because it inspired me:) thanking you angel
I did use 7 stepper motors so 1 for each drum. Those are 15step stepper motors but you can use motors with more steps.
To contole the speed, I used 7 L293D-ic's (so one for each motor) in combination with the microcontroller. The microcontroller sends pulses to the L293D-ic and that one makes the motor spin 1 step for each pulse. THe delay time between the pulses is with a simple wait statement in the program.
Is there a simpler way to control the speed of the stepper motor? For example using Pulse Width Modulation method? Sorry for the trouble caused because it's a student project and resources limited. Thanks, Winsdream.
You can connect the steppers directly to a microcontroller but there are some problems with that:
1) you won't have enough pins 2) the output of your microcontroller is not high enough (only 5V and a few mA) so you need something to get them to 12V and a reasonable amount of Amps.
So the easiest way I figured out was to use the 74HCT238 to select the motor (it only need 3 pins for 8 motors) and the L293D as the motor driver so that the motor runs on 12V
Hi janw, I was wondering how much did your medication dispenser cost? Also--have you patented your design? It could be amazingly beneficial to the senior community. Thanks, db
It costed me about 40Euro so thats not very expensive.
Get More Out of Instructables
Already have an Account?
PDF Downloads As a Pro member, you will gain access to download any Instructable in the PDF format.
You also have the ability to customize your PDF download.
Comment: I am not shure whether those LCDs are compatible. I am guessing that your display is mo…
Comment: Good question. It took me a long time to figure out what motors they were (I got a batc…
Comment: I draw all my circuits in Eagle.
Comment: Thanks!
Comment: You can either buy a ledmatrix as shown in the pics or you can build your own by placin…