Translate:
-

Peter Lorenzen peter@lorezen.us Categories
Category Archives: Arduino
Virtual rs485 Network
Jeg har i mange år brugt rs485 til at kommunikere med mine IoT-enheder, det har efterhånden udviklet sig til at jeg bruger min egen protokol, over hvilken jeg programmerer og kommunikere med mine dimser. Men når jeg skriver og tester … Continue reading
Posted in Arduino, HomeAutomation, rs485
Comments Off on Virtual rs485 Network
PlatformIO and Marlin – and how to have separate config files, for different 3Dprinter while sharing the same code.
I am using Marlin 2.0 to control my 3D printers, Marlin 2.0 can still be compiled and installed from the Arduino-IDE,although I use the supplied Makefile. To take advantage of other processors you have to use PlatformIO. In this article … Continue reading
Posted in 3D printer, Arduino
Comments Off on PlatformIO and Marlin – and how to have separate config files, for different 3Dprinter while sharing the same code.