Close

Testing the extending platform

A project log for Automated storage and retrieval system

A system that automatically stores and retrieves small plastic bins. Made with 3D-printed parts, aluminum, stepper motors and Arduino

awesome-makesAwesome Makes 03/13/2022 at 10:110 Comments

We designed and assembled an extending platform that will be used to pick up the pallets. It took some iterations.

We first used a 28BYJ-48 stepper motor to drive the platform but found it too slow.

We then switched to a continuous servo. That worked better than the stepper motor but now we had no control over positioning of the platform. We first tried to solve this by using an ACS712 current sensor. This sensor would measure the current used by the servo. When the platform reached its end position the current draw would increase. This was fun to play with but could never work. Firstly, this way we would not be able to return to the ‘home position’. Secondly, when the platform would pick up a container the current draw would also increase making it difficult to callibrate.

Finally we settled on using a combination of the continuous servo and limit switches. The limit switches have a roller on the end. This roller rides on a track and the track has some recesses.

The video below shows the first test of the platform. We wrote some simple arduino code to control the platform using the serial monitor.

Discussions