October 2022 Updates
Updates This Month
- Added information on MQTT message ordering.
- Added info on BJT leakage currents.
-
Added a
file
shortcode to load content from relative files into the main Markdown file. This is used to load a Python generated HTML table (which is saved to a separate file) into the primary Markdown file. -
Added info on circuit breaker ICs.
- Added more info on filter tunings including Chebyshev equations and plots, Bessel filter tunings, using the sympy Python package to generate tables of factored Butterworth filter polynomials, equations to find the normalized Butterworth tuning (filters) polynomials, bode plots of various order Butterworth tunings.
- Added more info to the What Are Transfer Functions, Poles, And Zeroes? page, including Laplace transformations, info on Wolfram Alpha’s ability to analyze transfer functions.
- Added info on the popular S8050 NPN BJT to the Bipolar Junction Transistors (BJT) page.
- Added a new page on the differences between using struct and typedef struct in the C programming language.