I really wanna work on something that blends electronics and mechanics
Research
couple of ideas
real life mario kart with REAL karts or rc cars.
Research revealed very complex not so many sources of executing something like this
3D hologram fan, camera input and maybe sound
Electric drift tricycle.
rc plane that shoots flares.
My final Project
The fan blades rotate at an incredibly high speed, typically ranging from 500 to 2,000 revolutions per minute (RPM). As the blades spin, they display individual frames of the holographic image, making it appear as if the hologram is floating in the air.I start by making a gantt chart
A Gantt chart is a visual project management tool that maps out a project schedule, displaying tasks as horizontal bars against a timeline
Before we start it is important to understand a few terms
POV
Persistence of Vision is a property of human eyesight where an image stays on your retina for a tiny fraction of time (~1/16th of a second) even after it disappears.
Because of this, rapidly changing images blend together and look continuous.
Simple intuition
If you wave a glowing stick fast in the dark:
You don’t see a dot
You see a continuous light trail
That “trail” isn’t real — it’s your brain stitching moments together.
To supplement this feature we need to choose appropriate partsThis is a great motor for this project.Do not use casual dc motors, they have low KV(revolutions per minute as per each volt of current supplied)
and are not consistent
For the controller I will be using a esp32 S3.
& a esp32 devkit for prototyping
once i move to interaction i will also be using a esp 32 sense board for the camera.
Final component list
Designs
Here is the basic plan for the design
led encased in a press fit slide holder
Holder placed on a main blade led mount
PCB and components on blade to eliminate need for slip ring
motor mount to house A2212
This is the design for the blade,
Idea is to have a repairable inner sleeve fro neopixels and a fixed blade to the motor.
This is how the motor mounts onto it.This is how the neopixel fixes onto itnote to self- the mounting is filled minor overhangs making supportz tedious, fix designHub for mounting motor.
Trial Neopixel blinks
For trials I am using a WS2812B neopixel strip
I start by getting control of each led.
These are the components you will need to blink a neopixel
Neopixel LED strip
330 ohm resistor
1000 uF 25v capacitor
Powersupply
Jumper cables
ESP 32.
Im using single stranded wire for making micro soldering easier.connect the vin and gnd ports of esp to the + and - port of the PSUSolder two wires on the GND DIN VCC. and connect then connect the wires to PSU positive and negative. You can connect both wires as such with a alligator clips
Be careful on keeping wires away from eah other
Connect a 1000uF cpacitor to the positive and negetive wire of you ledHere i have just wound it casually on my wires, ideadally safely solder it.
Connect a 3rd DIN wire to the led.add a 330 ohm resistor to the DIN line
Change the define numpixels and pin number depending on your led
PCB trial Design
For a basic trial design, i started by creating a basic pcb to find out the effect of spinningcomponents at high speed
This is the schematic you can refer to
Pcb layoutThis was the milled out pcbnote to self- add mounting drill holes. to easily solder the xiaoI tried smd soldering the xiao on the board, but for some reason the paste didnt solidifydid normal solderingchecking track helath and solder contact on pads.Final soldered pcbThe led works, but the pcb layout needed to be edited to fit and work on the blade design.mounted working led with pcb
.Proto 1.
Working LED, with external powersource.i have all components on blade, this makes the blade very unstable bu good for protos