Classes: Difference between revisions

From
 
(16 intermediate revisions by the same user not shown)
Line 12: Line 12:
* [https://github.com/m2n037/awesome-mecheng Awesome mechanical engineering resources]
* [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://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==
Line 29: 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==
==References==
* [https://www.arstemlabs.com/ AR STEM Labs Alektra electronics simulation]
* [https://www.arstemlabs.com/ AR STEM Labs Alektra electronics simulation]
Line 46: Line 50:
<youtube>NBIaS6GA0cQ</youtube>
<youtube>NBIaS6GA0cQ</youtube>
==Reading==
==Reading==
* [http://fpgacpu.ca/fpga/index.html FPGA Design Elements]
* [https://github.com/RAPcores RAPcores github]
* [https://github.com/RAPcores RAPcores github]
==Lesson plan==
==Lesson plan==
Line 78: Line 83:
==Reading==
==Reading==
* [https://gamemath.com/book/intro.html 3D Math Primer for Graphics and Game Development]
* [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 120: 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 135: 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