I suggest putting together a starter kit. Then you expand one skill at a time by tackling projects.
First you need a work area / table. Must have some space, and be well lit. You’ll need space to store a bunch of junk too. (it just keeps growing)
Then…
A soldering iron and solder. I have a mungo sized variable power. But I started with a 40W radio shack pencil type. It’ll do everything you need, and is reasonably priced. Get a Multi-meter too. Stay away from the 10 dollar junk. This is the one item I’d recommend splurging on. Get what you can afford though.
Parts.
Amazon has kits. Get a resistor kit, a capacitor kit and if you’re feeling it, a selection of wire. I recommend 22awg, both stranded and solid. (little spools are fine, stay budget concious until you know what you’ll use.)
Next,
You’re gonna need a power supply. Those can be kinda spendy. BUT>>>> you can build one out of an old PC power supply that will give you 3, 5, and 12 volts. It’s quite accurate and other than some connectors, pretty much free. PLUS it lets you tackle your first project.
If you wanna learn the coding side of it, I reccommend buying an Arduino. It’s a small microcrontoller with a lot of baked in features. It’s also super newbie friendly and well supported. Google “Arduino Projects” and your head will spin. Try to NOT buy a cloned Arduino. Sometimes they can be a little difficult to get thte drivers for.
Then someday, if you keep after it. You’ll have a mess like this.
Basically you clip off all the wire and rerun them inside the case.
I use connectors like THESE to get the power through the side of the case.
I use 3 red and 1 black to use the most common voltages.
I think I’ve got about 6 of these built. They’re incredibly durable and they end up powering all sorts of projects.
Lol my living room has fold out tabels with that all you listed and more littered across it. Only thing tool wise I’m missing is a good oscope (my multimeters ones crap) and either a reflow oven or hot air gun.
There’s alot of ways to go. I actually have a pile of ac/dc “wall wart” chargers in various voltages that I’v “saved” over the years just in case I want to strip the end off and power something with it. (also a good idea to start scavenging junk electronics, just don’t let it get out of hand.)
The beauty of the PC supply, is it give a good starting point for the work / skill set, and expands the toolbox.
On my phome, so i am not going to quote everyone, but yeah, that looks reasonable, and it seems like I should know relatively soon if I care for it or not. Thanks yall.
Always a tad wary of recommending beginners go near old power supplies. He says hypocritically ignoring all the dangerous things he’s canabalised over the last 2 decades.
Admittedly it’s fine if you don’t open them up <_<
Yeah that’s a great way, especially for when you finish your prototype and want to install it somewhere or give it to someone.
@Backpackingvet tbh if you just want to dip your toes in and want to something that you can use with your implants I’d grab these or something similar:
NFC Module (note: with this one the headers are not attached so you would need to solder them on, or find one with headers pre attached)
Yes, infact @Vicarious has an example script of this on his blog somewhere (to hard to find it on my phone right now, I’ll try to remember to update later) that is basically
If tag a: type password 1
If tag b: type password 2
The other great arduino thing…
It programs from it’s own complete software.
It includes a WHOLE bumch of example codes and projects, that range from , let’s turn this board on, to higher level interactions. All of it is adaptable / reusable code.