Published onMarch 13, 2023Arduino Errors - A GuidearduinoThere are just a handful of errors that tend to manifest in Arduino programming - lets discuss how to make them go away!
Published onMarch 13, 2023Numerical Simulation of a Golf Shot - Part 3simulationkinematicsNow that we understand the aerodynamic concepts and numerical integration methods, we are going to build our simulation in python
Published onMarch 12, 2023Numerical Simulation of a Golf Shot - Part 2simulationkinematicsNow that we have laid the ground work explaining the dynamics of the problem, we'll show how the numerical simulation will work.
Published onMarch 11, 2023Numerical Simulation of a Golf Shot - Part 1simulationkinematicsSee how I developed a 2D golf shot simulation. I explain the aerodynamic concepts, numerical integration methods, and write out the simulation code.
Published onMarch 8, 2023Chat GPT Writes Perfect Arduino Code!chatgptaiarduinoChatGPT by OpenAI is supercharging programmers' productivity. How can we leverage OpenAI's tool to write perfect Arduino code quickly and easily?