Traditionally combustion engine controllers have used narrow band oxygen sensors to adjust fuel mixture. They require no calibration making them ideal for factory engine controllers. However, they can only tell…
Emulate a PLC in Windows using Open PLC Runtime
I need to develop a C# application that will communicate with a PLC to synchronize events on PC with actuators PLC(s) will drive. I don't want to buy all the…
Debugging ESP32 with ESP-Prog in Platform IO
Debugging is a very powerful tool. I was fortunate enough to get a debugger setup on the first attempt for my ESP32 project. However, it seems every time I go…