I want to create a robot using my raspberry pi and around 14 servos i have a small budget so whats the cheapest way it can be done? if you could try keep it simple as I'm new to the raspberry pi.
You can control servos directly from the Pi. They need one gpio per servo (control line) so you'd need to use 14 of the Pi's 21 gpios. Doesn't leave a lot of gpios to connect additional sensors though.
You can buy I2C chips to drive servos. Typically they let you drive 16 servos per chip. You just connect the chip to the Pi's two I2C gpios.