Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

History

33 Commits

Repository files navigation

Study Notes

Personal knowledge base for robotics (Eragon), mechanical gears, math from first principles, NumPy, and AI fundamentals.

How these notes are organized

Conventions follow common personal-knowledge and technical-docs practice:

PracticeHow it shows up here
Domain foldersOne top-level folder per subject (eragon/, gears/, math/, ai/, numpy/)
One concept, one homeDefinitions live in a single file; related notes link instead of copying
Stable filenameskebab-case.md within each domain
Predictable headings# title → ## topic → ### concept → #### detail
Map of contentThis README plus each domain’s own index
Assets separateImages and diagrams live in assets/
Stubs markedIncomplete sections use _Stub — to be filled._

Map of content

Eragon — 3D-printed bipedal robot

NoteFocus
structure.mdBipedal mechanics, balance, DoF, loads
electrical.mdCircuits, Ohm’s law, semiconductors, MCU hardware
material.mdThermodynamics, crystallography, PLA / 3D printing
physics.mdSI units, atoms, gravity, measurement tools
software.mdVirtualization and OS notes
code.mdCompilers, interpreters, language notes
general.mdDesign methodology, research links, cross-cutting ideas

Gears — mechanical gear deep dive

NoteFocus
README.mdMap, selection guide, comparison tables
fundamentals.mdInvolute, module, backlash, 3D-print notes
spur.mdcycloidal.mdOne file per type, with 3D still + pros/cons

Math — first-principles math

NoteFocus
math.mdAlgebra, geometry, matrices, tensors
resources.mdExternal references

AI — AI fundamentals

NoteFocus
notes.mdMatrices, tensors, training, inference

NumPy — array computing

NoteFocus
notes.mdndarray, axes, dtypes
study.pyHands-on examples

Diagrams and images referenced from notes (e.g. SI units, ESP32 pinout, algebra terms, gear 3D stills in assets/gears/).

Writing guide (quick)

  1. Put new material in the domain it belongs to; use eragon/general.md only when it fits nowhere else.
  2. Prefer linking to an existing definition over pasting a second copy.
  3. Keep each ## section about one topic; put formulas next to the concept they define.
  4. When adding an image, store it under assets/ and link with a relative path (../assets/name.png from a domain file).

About

An all inclusive compendium of notes that I have taken for my projects

Topics

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

Packages

Used by

Contributors

Languages