personal_site/_posts/2025-02-01-magneto.md
2025-02-11 10:35:20 +00:00

50 lines
1.9 KiB
Markdown
Raw Permalink Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

---
title: Magneto
layout: post
excerpt:
draft: true
# Just a helper for the path if the page has lots of images.
images: /assets/images/2024
assets: # I often use this for model paths
# The thumbnail that goes on the blog or posts page. SVG if possible.
thumbnail: /assets/blog/template/thumbnail.svg
# The social media preview image, must be png or other raster.
social_image: /assets/blog/template/thumbnail.png
# The alt text for both images.
alt: An image of the text "{...}" to suggest the idea of a template.
image_class: invertable # For images that look good when inverted in dark modes by default they're dimmed
mathjax: true
model_viewer: true
load_klipse: true
head: |
<meta name="robots" content="noindex">
---
data code: https://github.com/TomHodson/adalm1000/tree/main
Nice description of magnetic dynamics: https://electronics.stackexchange.com/questions/498144/in-a-shimano-dynamo-hub-with-6v-regulator-is-the-rest-of-the-power-being-wasted
dc-dc converter design: https://medium.com/@fxb6476/pwm-step-down-converter-design-buck-converters-ecd64f1718c5
dc-dc microgrid review: https://scijournals.onlinelibrary.wiley.com/doi/10.1002/ese3.1730?af=R
controling buck converter from mcu: https://electronics.stackexchange.com/questions/721462/help-using-dac-to-control-dc-dc-buck-converter
https://electronics.stackexchange.com/questions/640467/is-it-possible-to-control-a-dc-dc-buck-converters-output-voltage-with-the-dac-o
app note on controlling dc-dc with mcus: https://www.analog.com/en/resources/technical-articles/digital-adjustment-of-dcdc-converter-output-voltage-in-portable-applications.html
| | Impedance | Diff. Eqn. |
|-----------|-----------|------------|
| Inductor | $i \omega L$ |$V = L\frac{dI}{dt}$ |
| Resistor | R |$V = IR$|
| Capacitor | $$\left( i\omega C \right)^{-1} $$|$V = \frac{1}{C}\int I dt$|