Chris Sutton

Email: chrisjsutton@gmail.com Tel: 07876107655 Github: https://github.com/cracked-machine Passionate engineer with embedded engineering and system design experience. Professionally, I have created custom software tool integrations for many customers working in a variety of industries. I have complimented this experience with personal studies in electrical engineering, PCB design and embedded engineering. Following a rewarding career in embedded tech…

Read the full article

Extending STMCubeIDE using the Eclipse Plugin Development Environment (PDE) – Part 1

To extend and customize the STMCubeIDE (or any Eclipse-based application) you must be familiar with the Eclipse Plugin Development Environment (PDE). This is a huge topic and this guide will only scratch the surface. For more information visit eclipse page: https://www.eclipse.org/pde/ We will be writing a new Java plugin that will run within the STMCubeIDE…

Read the full article

Fundamental Theorem of Calculus

An antiderivative of a function [latex]f[/latex] is one function [latex]F[/latex] whose derivative is [latex]f[/latex]. OR [latex]F(x)[/latex] is the antiderivative of [latex]f(x)[/latex] For example: [table id=8 /]     A definite integral equals the difference between the antiderivative of the bounds of the definite integral [latex]F(b)\;-:F(a)\;=:\int_{c}^{b} f(t) dt\;-:\int_{c}^{a} f(t) dt\;=:\int_{b}^{a} f(t) dt[/latex]   Images: https://www.khanacademy.org

Cheatsheet for ArchLinux USB SSD samba config

Updates should be run frequently to avoid any unpleasant surprises. Even still, the previously configured samba service might not work as expected after the update. Update the system Update command sudo pacman -Syu Restart command sudo shutdown -r now Linux version command hostnamectl Filesystem Disk command df -h should report something like this Note, the…

Read the full article