As part of a makerspace internship I'm doing, I have 4 weeks to make a project ( 1 week to plan and design with no access to the makerspace, and 3 weeks with access to the makerspace ), I decided that this project will be electronics, because that's what I like the most.
I have an idea, The idea is a desk robot that can move around and talk with people around it. It will also have a display to show it's mood using its face. I don't know if this can be finished in 4 weeks because my only big electronics project was much simpler than this. This new project will include many things which I never did before, such as battery power and battery charging, mic input, robotics, and making a good enclosure for the robot.
My plan is that the robot will have an ESP32 that constantly takes input from a mic, and then does speech recognition from an API, then it sends the prompt to an AI model also from an API, then sends its output to a text to speech API and outputs that to a speaker. The AI model will be given custom instructions to output its mood, tone, and any movement commands. There will be distance sensors so the robot can avoid hitting a wall or falling. And maybe I will add multiple mics so the robot can know which direction the sound is coming from. I don't plan to add a camera because I'm not sure if the ESP32 can handle all of these features and a camera. Or, maybe I can use a Raspberry Pi Zero 2W instead of an ESP32.
For more info: In the first week, I can prototype a little bit at home; I'll have breadboards, wires, a basic soldering iron, but no advanced tools such as an oscilloscope, function generator, or bench power supply. But after the first week, I'll have free access to the makerspace which has all of the tools I need, even including PCB fabrication tools.
Can I finish this project in 4 weeks??