Author Topic: Need help TIME Critical Project!!!  (Read 2495 times)

0 Members and 1 Guest are viewing this topic.

Offline jonwilhelmjrTopic starter

  • Regular Contributor
  • *
  • Posts: 79
  • Country: 00
Need help TIME Critical Project!!!
« on: August 25, 2018, 02:19:31 am »
OK so engineering at its best with last minute work. I have my wedding reception September 29th 2018 and I am building a drink robot (machine) to dispense the cocktails 16 oz a cup in under 1 minute. So far i have the housing and other mechanical's built. Now its time to spin up a board fast and in a hurry. On my breadboard, I have working a Teensy 3.5 (5 Volt tolerant), tip31ag (5 volts on) transistor, 12 volt peristaltic pumps, and hall effect encoder if i choose to use it. This is a slow application my encoder produces 3 pulses per revolution at 20 Hz. I am updating/controlling 10 motors. Now on to my question.

A good engineering friend of mine , i.e. the programmer for this project, is very adamant that i take every precaution to separate the 12 volts from 5 volts and place ferrite beads, capacitors, and etc in circuit with the motors. I am not here to deny his concerns, i think he is right. What i want to know is because of my slow speed can i just put a 0.1uF cap on the motor leads and call it good? I don't have the time to over engineer but i also don't want to worry about this thing while I am on the dance floor of my wedding party. I hope to do this right (well enough) the first time. For my power rails, I had planned on 12 volt lead acid batteries for power. This will come in on a terminal block where i will then split off to the tip31's/motors/diodes and 5 volt linear regulator (possibly 7805, 10uF to gnd on input 12v and 1uF to gnd on output 5v). How should i separate the grounds? Looking for as simple as possible.

Please any help you can provide as i don't have time to order more than 1 board version. I'll post schematic pictures as i go.

Thank you all,
Jon
 

Offline julianhigginson

  • Frequent Contributor
  • **
  • Posts: 783
  • Country: au
Re: Need help TIME Critical Project!!!
« Reply #1 on: August 25, 2018, 02:29:13 am »
Why make a custom board? it's just 1 (or maybe a couple) unit(s) you need?

It sounds like the kid of thing you can hack together with off the shelf bits and maybe some veroboard for bringing some pieces together.

Best thing with this approach is if you build it and the device isn't reliable, you have all the room you need to swap/change/add/remove anything you need to.



But... if you really want a professional review of a PCB design, best to show the schematic at least, and the existing layout, if it's started yet. Plus documentation of the housing and where everything will go, including pumps, valves, power supplies, etc.



 

Offline jonwilhelmjrTopic starter

  • Regular Contributor
  • *
  • Posts: 79
  • Country: 00
Re: Need help TIME Critical Project!!!
« Reply #2 on: August 25, 2018, 02:37:18 am »
I will share all the documentation I have as it becomes available. I do have proto board i can use but for as long as i have some time I want to order 1 controller board. If i implement the hall effect, i will have to order 7 more pcbs to attach to the remaining pumps.
 

Offline sokoloff

  • Super Contributor
  • ***
  • Posts: 1799
  • Country: us
Re: Need help TIME Critical Project!!!
« Reply #3 on: August 25, 2018, 02:46:20 am »
For a one-time thing like this, I agree with using COTS boards and cobbling together.

I’d probably order both H-bridge motor drivers as well as simple relays for the drives.
I bet you can get close enough with simple timing and not need closed-loop feedback on the system.

I’d be more worried about health/cleanliness concerns, having an E-stop to shut off for “went crazy” concerns, and most importantly, how to prevent over-serving attendees who think it’s cool and go nuts in a way that a human server would cut off than I would about whether the Manhattan had an extra 0.4 mL vs the recipe.
 

Offline jonwilhelmjrTopic starter

  • Regular Contributor
  • *
  • Posts: 79
  • Country: 00
Re: Need help TIME Critical Project!!!
« Reply #4 on: August 25, 2018, 02:58:11 am »
Very good points made, here are some pictures I have so far. I have a video too once I can upload it

Sent from my SM-N950U using Tapatalk

 

Offline jonwilhelmjrTopic starter

  • Regular Contributor
  • *
  • Posts: 79
  • Country: 00
Re: Need help TIME Critical Project!!!
« Reply #5 on: August 25, 2018, 03:02:02 am »
All fittings are stainless steel 304. I will be running 95% isopropyl alcohol to clean before use. Silicone tubing as well.

Sent from my SM-N950U using Tapatalk

 

Offline Mr. Scram

  • Super Contributor
  • ***
  • Posts: 9810
  • Country: 00
  • Display aficionado
Re: Need help TIME Critical Project!!!
« Reply #6 on: August 25, 2018, 03:06:48 am »
The choice to use this wood seems a bit strange, but I do like the shape!
 

Offline jonwilhelmjrTopic starter

  • Regular Contributor
  • *
  • Posts: 79
  • Country: 00
Re: Need help TIME Critical Project!!!
« Reply #7 on: August 25, 2018, 03:24:29 am »
The choice to use this wood seems a bit strange, but I do like the shape!
It was free good quality wood from work

Sent from my SM-N950U using Tapatalk

 
The following users thanked this post: Mr. Scram

Offline jonwilhelmjrTopic starter

  • Regular Contributor
  • *
  • Posts: 79
  • Country: 00
Re: Need help TIME Critical Project!!!
« Reply #8 on: August 25, 2018, 03:25:38 am »
The choice to use this wood seems a bit strange, but I do like the shape!
It was free good quality wood from work

Sent from my SM-N950U using Tapatalk
Plus rustic wedding theme, I guess

Sent from my SM-N950U using Tapatalk

 
The following users thanked this post: Mr. Scram

Offline jonwilhelmjrTopic starter

  • Regular Contributor
  • *
  • Posts: 79
  • Country: 00
Re: Need help TIME Critical Project!!!
« Reply #9 on: August 25, 2018, 04:00:18 am »
8 pump flow test

https://youtu.be/z6vHwmKTvEk

Sent from my SM-N950U using Tapatalk

 

Offline sokoloff

  • Super Contributor
  • ***
  • Posts: 1799
  • Country: us
Re: Need help TIME Critical Project!!!
« Reply #10 on: August 25, 2018, 10:43:50 am »
If you do go with a timed dispense, maybe see if you can tilt the bottles in the device to minimize the head change between full and empty. Much less of an issue with a positive displacement pump, but may have an effect even there.

Good call on stainless. Was going to be my first question when I saw the pic, but you obvs have that covered.
 

Offline tpowell1830

  • Frequent Contributor
  • **
  • Posts: 863
  • Country: us
  • Peacefully retired from industry, active in life
Re: Need help TIME Critical Project!!!
« Reply #11 on: August 25, 2018, 02:36:02 pm »
Similar to Great Scott's design?

PEACE===>T
 

Offline jonwilhelmjrTopic starter

  • Regular Contributor
  • *
  • Posts: 79
  • Country: 00
Re: Need help TIME Critical Project!!!
« Reply #12 on: August 25, 2018, 07:10:45 pm »
Similar to Great Scott's design?



Thats exactly what i am trying to do but just means there is plenty of room for improvement.
 

Offline jonwilhelmjrTopic starter

  • Regular Contributor
  • *
  • Posts: 79
  • Country: 00
Re: Need help TIME Critical Project!!!
« Reply #13 on: August 30, 2018, 08:22:04 pm »
Here is the progress I have so far. Please give me the honest truth I have thick skin. I do have a L293 version in the works. Lastly I plan on mounting the transistors to aluminum

Sent from my SM-N950U using Tapatalk

 


Share me

Digg  Facebook  SlashDot  Delicious  Technorati  Twitter  Google  Yahoo
Smf