Classes: Difference between revisions

From
No edit summary
 
(40 intermediate revisions by the same user not shown)
Line 1: Line 1:
=3D Solid modeling=
=3D Solid modeling=
==Video==
<youtube>c1K-jBWytSQ</youtube>
<youtube>u8otDF_C_fw</youtube>
<youtube>z8lqDGMTbZs</youtube>
<youtube>4EZL4O6b0BE</youtube>
==Reading==
==Reading==
* http://www.thingiverse.com/thing:6455
* https://urish.medium.com/designing-3d-printable-mechanisms-in-openscad-5838dcb65b39
* http://www.thingiverse.com/thing:6549
* [https://mastering-openscad.eu/ Guide to mastering OpenSCAD]
* [https://queue.acm.org/detail.cfm?id=3469844 A New Era for Mechanical CAD: Time to move forward from decades-old design]
* [https://github.com/m2n037/awesome-mecheng Awesome mechanical engineering resources]
* [https://doi.org/10.1371/journal.pone.0225795 Parametric CAD modeling for open source scientific hardware: Comparing OpenSCAD and FreeCAD Python scripts]
* [https://gusmith.wordpress.com/2015/09/18/simple-tool-for-creating-polyhedrons-in-openscad/ Simple tool for creating polyhedrons in openscad]
 
==Lesson plan==
==Lesson plan==
* Introduction to the Replimat CAD stack(s)
* Introduction to the Replimat CAD stack(s)
Line 10: Line 21:
** [https://www.openscad.org/ OpenSCAD]
** [https://www.openscad.org/ OpenSCAD]
** [https://github.com/nophead/NopSCADlib NopSCADlib]
** [https://github.com/nophead/NopSCADlib NopSCADlib]
==Badge==


=Digital electronics=
=Digital electronics=
Line 17: Line 30:
* [https://hackaday.com/2016/09/21/creating-a-pcb-in-everything-introduction/ Creating a PCB in Everything]
* [https://hackaday.com/2016/09/21/creating-a-pcb-in-everything-introduction/ Creating a PCB in Everything]
==Lesson plan==
==Lesson plan==
* lithography and etching
* purpose of a jumper
==References==
* [https://www.arstemlabs.com/ AR STEM Labs Alektra electronics simulation]


=Power electronics=
=Power electronics=
Line 27: Line 45:
* [https://icestudio.io/ ICEStudio]
* [https://icestudio.io/ ICEStudio]
==Video==
==Video==
* [https://www.youtube.com/watch?v=aRAyVoljc_w Icestudio and Verilog project, LED Matrix FPGA driver! Part 1]
<youtube>aRAyVoljc_w</youtube>
* [https://www.youtube.com/watch?v=RKKXaWz9mMQ Icestudio and Verilog project, LED Matrix FPGA driver! Part 2]
<youtube>RKKXaWz9mMQ</youtube>
* [https://www.youtube.com/watch?v=Qs1gSzAy4Q4 Icestudio and Verilog project, LED Matrix FPGA driver! Part 3]
<youtube>Qs1gSzAy4Q4</youtube>
* [https://www.youtube.com/watch?v=NBIaS6GA0cQ Icestudio and Verilog project, LED Matrix FPGA driver! Part 4]
<youtube>NBIaS6GA0cQ</youtube>
==Reading==
==Reading==
* [http://fpgacpu.ca/fpga/index.html FPGA Design Elements]
* [https://github.com/RAPcores RAPcores github]
==Lesson plan==
==Lesson plan==


=3D Printing and CNC machining=
=3D Printing and CNC machining=
* [https://www.youtube.com/watch?v=ht4tbCiFxeM Ph.D. Chemist Explains 3D Printer Resin]
<youtube>OnmLKIVN6g4</youtube>
<youtube>ht4tbCiFxeM</youtube>
==Reading==
==Reading==
* [https://lcamtuf.coredump.cx/gcnc/ Guerilla Guide To CNC Machining, Mold Making, And Resin Casting]
==Lesson plan==
==Lesson plan==
* [https://softsolder.files.wordpress.com/2009/01/cnc-introduction-2011.pdf Why CNC? An Introduction]
* introduction to 3D printing
* introduction to 3D printing
** processes
** processes
Line 44: Line 68:
*** delamination and through-hole orientation
*** delamination and through-hole orientation
*** sharp corners
*** sharp corners
** toolpath generation with FreeCAD
*** import mesh
*** part workbench
*** part->create shape from mesh
*** path workbench
*** create path object
*** post-process the selected job
==References==
* [https://100kgarages.com/ 100k garages]
* [https://emachineshop.com/ eMachineShop]


=Firmware development w/ C++, Rust=
=Firmware development w/ C++, Rust=
==Reading==
==Reading==
* [https://gamemath.com/book/intro.html 3D Math Primer for Graphics and Game Development]
* [https://fabiensanglard.net/floating_point_visually_explained/ Floating Point Visually Explained]
* [https://en.algorithmica.org/hpc/ Algorithms for Modern Hardware]
* [https://beej.us/guide/bgnet/ Beej's Guide to Network Programming]
* [https://beej.us/guide/bgipc/ Beej's Guide to Unix Interprocess Communication]
* [https://docs.rust-embedded.org/book/interoperability/c-with-rust.html A Little C With  Your Rust]
* [https://docs.rust-embedded.org/book/interoperability/rust-with-c.html A Little Rust With Your C]
* [https://luckyresistor.me/knowledge/learn-cpp/ Learn Effective C++ for Embedded]
* [https://youtube.com/c/NoBoilerplate YouTube: No Boilerplate]
* [https://github.com/rust-unofficial/awesome-rust GitHub: Awesome Rust]
==Lesson plan==
==Lesson plan==
* introduction to the AVR microcontroller
* introduction to the AVR microcontroller
Line 54: Line 100:
*** [https://www.arduino.cc/en/main/standalone building an arduino on a breadboard]
*** [https://www.arduino.cc/en/main/standalone building an arduino on a breadboard]
** [https://reprap.org/mediawiki/images/thumb/2/20/Rumba_wiring.svg/800px-Rumba_wiring.svg.png electronics block diagram]
** [https://reprap.org/mediawiki/images/thumb/2/20/Rumba_wiring.svg/800px-Rumba_wiring.svg.png electronics block diagram]
* [http://www.dein.fr/2015-02-18-maslows-pyramid-of-code-review.html maslow's pyramid of code review]
* introduction to RepRap lineage firmwares
* introduction to RepRap lineage firmwares
** firmware block diagram
** firmware block diagram
Line 68: Line 115:
==Reading==
==Reading==
==Lesson plan==
==Lesson plan==
=Robot Operating System=
==Reading==
<youtube>M9ABtlEM788</youtube>
<youtube>dEPvZZ4luV4</youtube>
<youtube>9D33R0Me9Bw</youtube>
<youtube>tIob2_Rze80</youtube>
<youtube>ugx82hz-oMc</youtube>
<youtube>IN8tjTk8ExI</youtube>


=Computer troubleshooting and repair=
=Computer troubleshooting and repair=
==Reading==
==Reading==
[[File:Computer hardware chart.png|thumb]]
[[File:Computer hardware chart.png|thumb]]
* [https://tldp.org/docs.html#howto The Linux Documentation Project]
* [https://www.linuxfromscratch.org/ Linux From Scratch]
* [https://www.deviantart.com/sonic840/art/Computer-Hardware-Chart-2-0-587798335 Computer Hardware Chart]
* [https://www.deviantart.com/sonic840/art/Computer-Hardware-Chart-2-0-587798335 Computer Hardware Chart]
* [https://en.wikipedia.org/wiki/BIOS BIOS] and [https://en.wikipedia.org/wiki/Unified_Extensible_Firmware_Interface UEFI]
* [https://en.wikipedia.org/wiki/BIOS BIOS] and [https://en.wikipedia.org/wiki/Unified_Extensible_Firmware_Interface UEFI]
Line 77: Line 135:
* [https://en.wikipedia.org/wiki/Linux_startup_process Linux startup process]
* [https://en.wikipedia.org/wiki/Linux_startup_process Linux startup process]
* [http://btmgr.sourceforge.net/about.html Smart Boot Manager]
* [http://btmgr.sourceforge.net/about.html Smart Boot Manager]
* [http://www.guzu.net/linux/datarecovery.php Data recovery resources]
* [https://github.com/pikvm/pikvm PiKVM]
* [https://github.com/pikvm/pikvm PiKVM]
* [http://dbp-consulting.com/tutorials/debugging/linuxProgramStartup.html Linux ELF program startup]
* [https://www.madebygps.com/an-intro-to-finding-things-in-linux/ An Intro To Finding Things In Linux]
* [https://web.stanford.edu/class/cs101/ Stanford.edu: CS101]
* [https://lym.readthedocs.io/en/latest/index.html Welcome to Linux command line for you and me!]
* [https://github.com/corkami/pics/blob/master/binary/README.md Infographics]


==Toolkit==
==Toolkit==
Line 92: Line 156:
* [http://etherboot.org/wiki/ Etherboot/gpxe], iSCSI, ATAoE
* [http://etherboot.org/wiki/ Etherboot/gpxe], iSCSI, ATAoE
* kvm, libvirt, virt-manager
* kvm, libvirt, virt-manager
* [https://www.ventoy.net/en/index.html Ventoy multi-boot USB disk]


==Lesson plan==
==Lesson plan==

Latest revision as of 23:30, 26 December 2022

3D Solid modeling

Video

Reading

Lesson plan

Badge

Digital electronics

Tools

Reading

Lesson plan

  • lithography and etching
  • purpose of a jumper

References

Power electronics

  • Battery electric solar power systems

Reading

Lesson plan

Integrated circuit design

Tools

Video

Reading

Lesson plan

3D Printing and CNC machining

Reading

Lesson plan

  • Why CNC? An Introduction
  • introduction to 3D printing
    • processes
    • design criteria
      • overhangs
      • delamination and through-hole orientation
      • sharp corners
    • toolpath generation with FreeCAD
      • import mesh
      • part workbench
      • part->create shape from mesh
      • path workbench
      • create path object
      • post-process the selected job

References

Firmware development w/ C++, Rust

Reading

Lesson plan

Food production

Reading

Lesson plan

Robot Operating System

Reading

Computer troubleshooting and repair

Reading

Error creating thumbnail: File with dimensions greater than 12.5 MP

Toolkit

  • USB <-> Hard drive adapter
  • Multimeter
  • A Port 80 card for diagnosing POST problems
  • a pre-configured, ready to launch, kernel compile (best memory test ever)
  • PhotoRec - recover files without needing to recover partitions
  • TestDisk - recover partitions & files
  • gparted - create, copy, edit, resize, and delete partitions graphically
  • ddrescue
  • dmidecode
  • flashrom
  • Etherboot/gpxe, iSCSI, ATAoE
  • kvm, libvirt, virt-manager
  • Ventoy multi-boot USB disk

Lesson plan