WIP - hardware and software for motorizing a (very specific) manually controlled standing desk. I doubt it's useful to anyone but me, but it may contain some interesting bits of code.
Go to file
Mark van Renswoude 73ba3b2750 Added initialization sequence
Added EEPROM persistence
2020-01-26 16:20:44 +01:00
doc Framework code 2020-01-26 14:14:47 +01:00
mount Error handling and timing budget in VL53L0X class 2020-01-26 14:14:58 +01:00
pcb Initial commit 2020-01-11 12:13:43 +01:00
src Added initialization sequence 2020-01-26 16:20:44 +01:00
.gitignore Framework code 2020-01-26 14:14:47 +01:00
DeskControl.sublime-project Framework code 2020-01-26 14:14:47 +01:00
README.md Framework code 2020-01-26 14:14:47 +01:00
UNLICENSE Framework code 2020-01-26 14:14:47 +01:00
platformio.ini Framework code 2020-01-26 14:14:47 +01:00

README.md

DeskControl

This project is for motorizing a (very specific) manually controlled standing desk. I wanted to call it AutoDesk, but I don't like getting sued :-)

Contained in this repository are the hardware designs and software source code. I doubt it's useful to anyone but me, but it may contain some interesting bits of code.

All contents are released under the Unlicense. Help yourself!

Building and uploading

This project uses PlatformIO. For reference, here are some of the common commands:

Building pio run

Building and uploading pio run -t upload

Installing the libraries (without building) pio lib install