From 1a941f5749c01cc4dadcdcff8575932dcc6cf92d Mon Sep 17 00:00:00 2001 From: Derek Jamison Date: Sun, 19 Feb 2023 10:53:00 -0500 Subject: [PATCH] Add links for electronic parts --- README.md | 10 ++++++++++ electronics/README.md | 31 +++++++++++++++++++++++++++++++ 2 files changed, 41 insertions(+) create mode 100644 electronics/README.md diff --git a/README.md b/README.md index 86d11b2..dabf68b 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,16 @@ I will use this repository for my Flipper Zero projects. The various README.md Feel free to reach out to me at CodeAllNight@outlook.com with any questions or leave them in the [issues section](https://github.com/jamisonderek/flipper-zero-tutorials/issues) for this project. +## YouTube +### videos +[video index](./youtube/README.md) - This is a list of my various YouTube video tutorials. + + +## Electronics +### electronics projects +[parts list](./electronics/README.md) - This is a list of electronics parts that I will be using in my videos or tutorials. + + ## Firmware ### firmware-updating [tutorial](./firmware/updating/README.md) - The Flipper Zero makes updating the firmware simple and fairly safe. It is easy to build your own firmware as well using the fbt command. diff --git a/electronics/README.md b/electronics/README.md new file mode 100644 index 0000000..691673d --- /dev/null +++ b/electronics/README.md @@ -0,0 +1,31 @@ +# Electronics + +## Overview +As I am creating tutorials, I will try to include links to either +the product that I bought previously, or a similar product if the +original product is no longer for sale (some of the parts I have are many years old). + +If you are just starting out, I'd recommend ordering this starter kit... +- [Amazon link](https://amzn.to/3IyKacg) Great starter kit : Boardboard + jumper wires + some starter components (LEDs, resistors, pots, transistors, capacitors, switches, 74959 IC, CdS sensor, buzzers, etc.) + +**NOTE:** I own many other kits with various sensors that we will also be utilizing in future videos. I'll add links to those kits as I use them in my YouTube videos. + + +## Parts list +### Breadboards +- [Amazon link](https://amzn.to/3IyKacg) Great starter kit : Boardboard + jumper wires + some starter components (LEDs, resistors, pots, transistors, capacitors, switches, 74959 IC, CdS sensor, buzzers, etc.) +- [Amazon link](https://amzn.to/3lRGRUM) Large breadboard, very similar to the one in my videos. Great for prototyping LARGE circuits. +- [Amazon link](https://amzn.to/3IAEUoi) Variety of breadboards (2 with rails, 6 without) + jumper wires; very similar to other boards I own. + +### Resistors +- [Amazon link](https://amzn.to/3Igs0uB) A good assortment of resistors. +- [Amazon link](https://amzn.to/3Kk6nvJ) I love how easy it is to read the values on this decade box (and I own two of these) but they are expensive. +- [Amazon link](https://amzn.to/3IeSHzw) This circuit board has variable resistors, moving the jumpers around is a little bit of a pain, but it's nice to be able to get a precise value vs. using a trimmer or potentiometer. + +### LEDs +- [Amazon link](https://amzn.to/3XNYLER) This is one of my main assortment of LEDs. + + +## Disclaimer +When you purchase through links on this page, I may earn an +affiliate commission. #commissionsearned \ No newline at end of file