I was watching Magic of Disney’s Animal Kingdom (S2, E8) where they are designing a ball that can run away from cheetahs. While watching it they are showing them assemble a gearbox and I thought it looked familiar. Then they show it a little more close up and it is for sure a NEO and MAXPlanetary.
I remember somewhere on this forum YEARS ago there was some chitchat about FRC alum being particularly headstrong about using FRC components in their day jobs. My money is on an FRC alum having designed something here.
It makes things way easier not having to muck around with rando parts of rando quality.
It looks like they are using an Arduino Uno with Wifi and the Adafruit GPS Shield. Sending PWM from that to a Spark Max is real straightforward and not excruciating.
Having to dive into my own Grad work with robotics projects, there was an incredible large amount of things I had to learn to use non-FRC parts. The only thing that stopped me from just buying a complete control system was the price tag. There is still I lot I don’t fully understand that I still need to know.
Crazy how if kids use something in an educational environment they tend to stick with that familiar product for their profession careers cough cough Microsoft and Google cough cough
Yeah… As FRC has made a closed-ish garden with the control system a lot of the simplistic little projects that don’t require much (I2C comms at the max) have been lost in the shuffle. I feel like hobby Arduino skills and FRC are ever diverging.
Arduino - spin some motors and read sensors
Pi - Idk, maybe open loop some motors with a camera w/ wifi
??? - Read encoders, wifi/bt, drive motors.
I’m playing with some custom stuff using an Android phone and a RP2040 board that seems to be promising - got servos running and some analog reads, haven’t tried quadrature encoders yet.
I imagine they made a good case to the bosses that it was a better value too. Even at the current increased prices, a SPARK Max ($90) and a NEO ($48) are a better deal than a VESC ($115) and a generic sensored brushless motor ($45-$50).
Which,IMO, isn’t a bad thing. Arduino covers the entry level hobbiest for cheap, but still requires you to have some know-how to get the advanced stuff.
FRC gives you lots of the advanced stuff, but is more expensive.
Admittedly an Arduino project is a great way to give students better insight into “but how does this stuff actually work?”.
Still trying to figure out where STM32 fits into the question. I love and hate it simultaneously.
This is what I’m struggling with right now in undergrad, so much so I even almost made a thread today. There’s changes I’m making for sure, hex shaft to keyed shaft for example, but for things like motors and gearboxes I’m struggling.