I'm a total noob and have ordered my first kit to start working with the Arduino.
I have an idea in mind and wonder if anyone can point me in the right direction.
I would like to create a programmable platform, that I can control via an app to move in different paths.
a. Linear path (x or y axis)
b. Linear path (x+y)
c. circular path around a fixed point
d. free movement
Would you be able to recommend items I should be looking at:
I'm guessing:
Bluetooth module
Motors and wheels (although not sure what motors I'd need - I'd like them to be super quiet)
some sort of sensor for path c) in order to acertain distance from the fixed point.
recahrable lithium-ion battery.
I'd also like to control the speed (it doesn't need to move very fast, but I'd like to be able to slow it down it required and the platform will need to take up to 1.5Kg...so guessing that would affect the strength of the motor I need.
I’d suggest you get the Arduino and do some basic stuff first to get the hang of the device and learn a bit of programming . Build on that and you will learn what you need for this project - which is a bit advanced when starting out
Later: do some research on x-y plotters. That will take care of a. b. & c. depending upon what you mean by 'free movement', d can be accomplished by disabling the x & y stepper motors.
Thank you all, yes I fully intend to start from scratch to get the basics under my hat but thank you also for the other recommendations, that gives me some pointers for extra reading.