by pachico on 4/28/24, 4:56 PM with 9 comments
Are you aware about how to start? Any initiation kit?
I don't aim to know a lot about it, though; if we ever manage to do some Arduino implementation I'll consider myself more than satisfied (yes, I have a strong background on development).
Tips are welcome, thanks in advance!
by the__alchemist on 4/29/24, 3:28 PM
As you've guessed, this is an accessible field, and there are a lot of entry points and sub-disciplines. Some thoughts:
- Avoid batteries and anything higher than ~24 volts; keeps things safe given your son's age
- Teach proper safety when handling chemicals like flux, and hot-temperature items like soldering equipment. Set up a well-ventilated environment, and make sure your son knows that inhaling fumes is dangerous long-term.
- Don't use leaded solder (Fight me!)
- Install KiCad. Let your son mess around with it, using your (Or even better: Documentation!) as an example. Order his creations from Shenzhen! They don't have to work. It will be very cool for him to make a fun-shaped PCB with a crazy silkscreen or copper drawing, some lights or w/e, and have it arrive 10 days later!
- Get a dev board with an MCU of your choice, and teach your son to program int. STM32, ESP32 etc.
by turtleyacht on 4/28/24, 6:02 PM
There is also Hayden Electricity One-Seven Series (revised 2e, ed. Harry Mileaf) (1978), but haven't started.
Magnets make invisible forces concrete, and Legos help with problem decomposition.
by cookiengineer on 4/29/24, 3:10 PM
"Makeblock" is a company that sells even easier kits where all sensorics are already integrated, similar to how the old Lego Mindstorms EV3 (31313) kit was built back in the day when it wasn't overcommercialized.
I'd really recommend the makeblock stuff because it's better for both use cases: also with no programming necessary, just building and using their app to program/script it.
In the workshops I'm doing at schools where the children don't have preliminary experience in coding, they can get motivated really fast. And the older groups (teenagers and up) rediscover the sets because they realize they also can be programmed with the Arduino IDE. In those workshops we were using the "Makeblock Ultimate 2.0" sets (which meanwhile aren't sold anymore in the EU, sadly), but maybe you can get lucky on eBay?
by thorin on 4/29/24, 9:52 AM
Microbit seemed to be a popular option a few years back, not sure if that is still around.
by sircastor on 4/29/24, 2:16 PM
by BorisMelnik on 4/29/24, 9:15 PM
I've gotten a lot of ads for electronic kits and I usually spend more time reading the directions and figuring it out than doing the actual project. I've done the ELEGOO kit from Amazon and that was a lot of fun. made lights blink, fans blow etc.
-so many kits from LEGO! when you are doing building with the instructions you can modify what you built to do other things. this I think is the best way to go
-start easy with replacing batteries in things. show them it doesn't work without batteries, then put in batteries and it works. show them different types of batteries.
-take apart toys / fix toys. when something breaks, figure out why it breaks. it is usually a wire that needs to be soldered. that is really fun.
-if you have something like power wheels for really little kids, you can get an upgrade kit to increase the power, that is REALLY fun.
-get a rasp-pi kit from cana and build a retro pi. show them what USB ports are and how to plug things into USB. show them the parts of the computer.
-rip apart a cable and show them what is inside.
-show them how to pair a Bluetooth speaker / headphones.
-introduce them to a proper mouse and keyboard and how to use it. gaming is a great way to do this, especially roblox/minecraft.
The best possible thing you can do is anytime something breaks in your house is to help them fix it and be patient with them. be very patient and don't do it for them no matter what. show them how to do it, undo it and let them do it. last week I got some RFID stickers and showed them how to program a message with their iPad. they scan the Ipad and it says their name, or sends Mom/Dad a message. very fun! good luck!