StepperVectorCRT is the firmware for the Arduino Nano. OsciVector is the ESP32 firmware providing a websocket server that receives line segments to draw
 
 
 
Go to file
bitluni b8d923a42f doc 2024-11-25 21:04:55 +01:00
OsciVector
Pattern
StepperVectorCRT
models
readme.MD

readme.MD

contents

  • models contain the blender and STL files
  • StepperVectorCRT is the firmware for the Arduino Nano
  • Pattern is the firmware for the ESP32 drawing the Lissajous pattern
  • OsciVector is the ESP32 firmware providing a websocket server that receives line segments to draw
    • Line segments are are binary in 8bit x,y pairs. The line is continous until 255 in x which will start a new line.