Rivett Power Feed - Part 4: Feed Between the Lines

  Рет қаралды 4,263

Tabletop Machine Shop

Tabletop Machine Shop

Күн бұрын

JLCPCB up to $54 new user coupons:
PCBs: jlcpcb.com/?fr...
3D Printing and Machining: 3d.jlcpcb.com/...
Did you every think you would live to see me upload the electronics portion of a working project? Well, today is the day! The Rivett Power Feed lives. I'm going to re-spin the board one more time to fix the bugs and maybe tweak the form factor, and then I'll add all the source files to my Patreon. I may also offer completed units for sale if there is interest. The system should be able to synchronize any stepper motor to any spindle within normal machining parameters, but of course I'm going to test it more before committing to anything.
Thanks for watching!
Patreon: / hlaps1990
Instagram: / tabletop_machine_shop

Пікірлер: 41
@combinacijus
@combinacijus 10 ай бұрын
This channel is great and highly under rated
@TabletopMachineShop
@TabletopMachineShop 10 ай бұрын
Appreciated!
@joshwarner5676
@joshwarner5676 10 ай бұрын
Super cool to see this partially working and making chips. This project reminds me a lot of Clough42's electronic lead screw. You might find some useful info by checking out his series in that project if you haven't already.
@TabletopMachineShop
@TabletopMachineShop 10 ай бұрын
Thanks! I followed Clough42s build as well, he's very meticulous and came up with a really polished final product.
@thiagoennes
@thiagoennes 10 ай бұрын
you could totally throw a second micro there for the price, btw. There is no kill like overkill.
@TabletopMachineShop
@TabletopMachineShop 10 ай бұрын
It's certainly an option, I was just trying to avoid having to keep track of firmware for two micros :P
@EitriBrokkr
@EitriBrokkr 8 ай бұрын
Basically all modern machining is referenced to in either "inches per minute" or "inches per revolution" or the metric equivalent "mm per minute", or "mm per rev" Something to keep in mind for your final revision
@thiagoennes
@thiagoennes 10 ай бұрын
oh the pains of long distance i2c...
@Totalis1989
@Totalis1989 10 ай бұрын
I have successfully used I2C over Cat5e by making it differential. There are some chips specifically designed to allow this. The PCA9615 is a good example. Great video, keep up the great work Greg
@TabletopMachineShop
@TabletopMachineShop 10 ай бұрын
Thanks for the tip, that sounds like exactly what I need!
@alexkat7076
@alexkat7076 10 ай бұрын
Great device.
@zaprodk
@zaprodk 10 ай бұрын
Instead of running I2C over long lengths, look into using RS485 transcievers and just run plain old uart comms over it.
@TabletopMachineShop
@TabletopMachineShop 10 ай бұрын
It may very well come to that, I was mostly just trying to avoid using a second microcontroller. I was thinking "half the microcontrollers means half the coding" :P
@DemetryRomanowski
@DemetryRomanowski 10 ай бұрын
CAN Bus is a great choice for board to board data, however youd have to have a controller on each board.
@TabletopMachineShop
@TabletopMachineShop 10 ай бұрын
Right. I think I'm going to proceed with an RS 485 chip on the physical layer and just use I2C over it. I've cut my GPIO requirements down even more (dare I say.. tripling down on I2C), but I think this will make it much more reliable.
@azinfidel6461
@azinfidel6461 10 ай бұрын
Really like that stainless steel case
@TabletopMachineShop
@TabletopMachineShop 10 ай бұрын
Thanks, I'm pleased with it as well!
@azinfidel6461
@azinfidel6461 10 ай бұрын
I think first I would try some Cat 5 or 6 cable for that interconnect. I use a multi-conductor shielded cable for my CNC connections but it is more expensive and uses DIN connectors $$
@TabletopMachineShop
@TabletopMachineShop 10 ай бұрын
I'm going to see if a properly shielded cable helps. The problem with twisted pairs is that there's nothing driving the inverse signal, so you don't get the intended noise cancellation, but then again just the shielded construction of the cable might help.
@mauricioruiz6600
@mauricioruiz6600 5 ай бұрын
Saludos desdes Ecuador, como quedo el proyecto de la mini inyectora de plástico, exitos
@skylar7320
@skylar7320 10 ай бұрын
I see people use a current mode line driver IC on each end to push I2C many feets. Can also put a small micro on interface board and do RS232 but that’s less fun.
@TabletopMachineShop
@TabletopMachineShop 10 ай бұрын
Yeah I struggle enough with one microcontroller, let alone two :P. THanks for the tip on the current mode line driver, I'll look into it more!
@andrewbednar7251
@andrewbednar7251 8 ай бұрын
Whatever happened to the Plastic Injection Molding machine?
@MegaBlackJoe
@MegaBlackJoe 8 ай бұрын
Excuse me, sir, do I get it right that CNC lathe has never been completed?
@raymondpietersen3176
@raymondpietersen3176 10 ай бұрын
Pca9600 i2c extender ic to communicate up to 100mtr
@Eluderatnight
@Eluderatnight 10 ай бұрын
I opted for optical encoder for my spindle.
@TabletopMachineShop
@TabletopMachineShop 10 ай бұрын
This is *kind of* an optical encoder. Something off-the-shelf would have been great but they get pretty expensive at that size :(
@rizalardiansyah4486
@rizalardiansyah4486 10 ай бұрын
Aren't those switch and screen a little too small? Or is it actually bigger than it looks?
@TabletopMachineShop
@TabletopMachineShop 10 ай бұрын
They are kind of small. I guess it comes down to personal preference, but for an application like this you can sort of take as much time as you need looking closely at the screen and switching the switches, and then all you really use is the feed/reverse switch
@zaprodk
@zaprodk 10 ай бұрын
The connector is called DE-9, not DB-9 - A DB-9 would not make any sense as only having 9 pins in the shell size B that can house 25 pins is silly and pointless.
@TabletopMachineShop
@TabletopMachineShop 10 ай бұрын
Interesting, I didn't know that! I guess my first exposure to the D series of connectors was DB25, which does in fact use a B-sized shell. Just poking around online a bit more, it looks like people like me misusing the term has also made "DB9" fairly mainstream too.
@KF-qj2rn
@KF-qj2rn 10 ай бұрын
I just want to know how to convert old machines into new controls/software, they're cheap and plentiful....saving them from the metal reception...
@TabletopMachineShop
@TabletopMachineShop 10 ай бұрын
I hear ya. There are some good off the shelf options that you can get without having to go into the level of detail I have. I'm hoping I can get this refined and bulletproof enough to be able to offer it for sale some day!
@joell439
@joell439 10 ай бұрын
👍👍😎👍👍
@Argosh
@Argosh 10 ай бұрын
1) order flexible pcbs and flex cable. 2) profit
@TabletopMachineShop
@TabletopMachineShop 10 ай бұрын
One huge flexible PCB... cables and everything!
@Argosh
@Argosh 10 ай бұрын
@@TabletopMachineShop now we're cookin'!
@Nevir202
@Nevir202 10 ай бұрын
I realize it's a WERID question, but IIRC creators can see if someone has commented before/what those comments are. Have I commented on any of your videos before this? I am subscribed, but i have NO memory of ever seeing any of your vids... Was wondering if maybe YT just black holed you for a couple years, or What? LOL
@TabletopMachineShop
@TabletopMachineShop 10 ай бұрын
I don't know that I can look up if you've commented before, but it's possible. As much as I'd like to say YT black holed me for a couple years, I sort of black holed myself :(. Life got pretty crazy, but hopefully that period has passed.
@Nevir202
@Nevir202 10 ай бұрын
@@TabletopMachineShop Oh? Odd, maybe that's a third party tool they were using then? Last time I commented on a Tuber's video who I hadn't seen in a long time, they asked me if i was still living in a foreign country, and when I said that was an impressive memory, they replied that it wasn't the case, they could just see my prior comment to that effect. So, I was under the impression that is was some YT backend stuff to help creators see who they were interacting with.
Rivett Power Feed - Part 3:  If at First You Don't Succ...feed?
12:27
Tabletop Machine Shop
Рет қаралды 2,6 М.
This is The World's Most Complex Construction Project
31:45
The B1M
Рет қаралды 757 М.
When you discover a family secret
00:59
im_siowei
Рет қаралды 34 МЛН
Люблю детей 💕💕💕🥰 #aminkavitaminka #aminokka #miminka #дети
00:24
Аминка Витаминка
Рет қаралды 1,3 МЛН
大家都拉出了什么#小丑 #shorts
00:35
好人小丑
Рет қаралды 81 МЛН
Injection Molding Machine: Part 1
12:07
Tabletop Machine Shop
Рет қаралды 230 М.
Rivett Lathe Power Feed -  Part 1:  The Need for Feed
17:55
Tabletop Machine Shop
Рет қаралды 6 М.
You’ve Never Seen WiFi Like This
20:43
Data Slayer
Рет қаралды 840 М.
The Jeweler's Lathe Part 1:  The Spindle
28:44
Tabletop Machine Shop
Рет қаралды 61 М.
Mini Automatic Injection Molding Machine MAIM-100
2:57
MicroNano Tools
Рет қаралды 27 М.
3D printing, what to use... BELTS  or SCREWS ??
35:01
theBreadboard
Рет қаралды 160 М.
Rivett Power Feed - Part 2:  Follow the Feeder
20:33
Tabletop Machine Shop
Рет қаралды 4 М.
Building a Spot Welder from a Microwave Transformer!
15:38
Tabletop Machine Shop
Рет қаралды 72 М.
Old CNC Lathe Teardown:  Part 1
20:55
Tabletop Machine Shop
Рет қаралды 17 М.
Hacking a weird TV censoring device
20:59
Ben Eater
Рет қаралды 3,1 МЛН
When you discover a family secret
00:59
im_siowei
Рет қаралды 34 МЛН