project resources
posted: Thu, Jun 15, 2023 | tagged: projects dev electronics fec
Code and reference Fritzing diagrams
I'll be keeping this document relatively evergreen, posting updates as I identify other useful resources and materials for use in the club and with these projects. So please check back at later dates should you find this repository useful.
freenove component references
- Pico Kit - GitHub Python Tutorial PDF
raspberry pi (official)
- Raspberry Pi Pico - official site
- Raspberry Pi Pico W - pinouts
- Raspberry Pi Pico W - Fritzing File
- Raspberry Pi - official tutorials
adafruit
Adafruit is an amazing company owned and operated by a female engineer with tremendous passion that is surrounded by a great community. I shop and learn with them frequently. They also maintain CircuitPython and fund its ongoing development. They have a great ecosystem of microcontrollers as well.
- learn.adafruit.com
- CircuitPython.org
- Circuit Python Documentation
- Circuit Python Tricks Handy references from Tod Kurt aka Todbot
sparkfun
SparkFun is another interesting company. I have bought product from them in the past and check in with them regularly. Their tutorials and learning sections have been a great help.
other inspirations
- Hackaday
- Hackspace Magazine - you can DL for free or buy print
- MagPi Magazine - you can DL for free or buy print
- Hackster.io
- Tom's Hardware
python resources
- Python 3 Documentation
- Real Python - tutorials and more
- Awesome Python - A github repo of several frameworks and libraries
- Full Stack Python - A web repository of knowledge, an online "e-book" of sorts
- Socratica: Python - A nice set of videos outlining various Python concpets in digestible bites
- TalkPython - A Python podcast
- w3 Schools - Python - Python Tutorials
other resources
- tio - A simple serial (and efficient) device I/O tool
further readings
book suggestions
- Make: Electronics, 3rd Edition (Amazon) - Excellent, I own 2nd + 3rd editions
- Think Python 2e book (free) - A free book to aid in learning Python 3