cemonds
cemonds
Data to gather: - unique device id - scansStarted - scansCancelled - scansDeleted - averageSizePerScans - versionSoftware - versionFirmware - scannerType - cameraType - serialPort - firmwareAutoFlash
Right now there isn't any documentation besides the code. The g-code coordinates are relative with the origin being centered in the middle of the build platform. Distances are always in...
We need the following pins: - laser VCC - laser GND - laser detector VCC - laser detector TRIGGER - polygon mirror VCC - polygon mirror GND - polygon mirror...
I think i²c should be the way to go here. We can use the https://github.com/rambo/TinyWire library for the motor controller.
The arduino Uno uses the pins A4 (SDA), A5 (SCL) for i²c. Right now A5 is used for microstep configuration and A4 is used for the endstop in Y direction....
We should just provide the option to use the level shifter from watterott. http://www.watterott.com/de/Level-Shifter They are cheap, simple to handle and use an ic explicitly designed for i²c. I would...