You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

40 lines
943 B

7 years ago
Vending Machine
===============
A big vending machine for your front garden
## BOM
* MG90s servos
* ESP32 development board
* a shelf
* coin acceptor (PY616 or DG600F)
## Print settings
* Resolution: 0.2
* Material: PLA
* Supports: no
Hints:
* Align the elements so that the outer shell lines match the sliding direction
* the stl files are not (yet) correctly aligned for printing. please rotate
## Software
* mkspiffs -c [src_folder] -b 4096 -p 256 -s 0x100000 spiffs.bin
* python esptool.py --chip esp32 --port [port] --baud [baud] write_flash -z 0x110000 spiffs.bin
* platformio run
* platformio run --target upload
* platformio device monitor -b 115200
7 years ago
## Contributing
Feel free to remix this design and/or send pull requests to me.
## License
This project is licensed public domain.
## Acknowledgements
* [Public Domain Involute Parameterized Gears](https://www.thingiverse.com/thing:5505) - library used to design the gears