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.
 
 
Hendrik Langer bec7597a3f fix led and pulse 6 years ago
arduino test code 6 years ago
servo_pusher make rod 6mm smaller 6 years ago
software fix led and pulse 6 years ago
stl make rod 6mm smaller 6 years ago
README.md initial esp32 software 6 years ago

README.md

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

Contributing

Feel free to remix this design and/or send pull requests to me.

License

This project is licensed public domain.

Acknowledgements