Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/raveious/filament-scale
Simple integrated filament scale for my 3D printer
https://github.com/raveious/filament-scale
attiny85 avr hx711 ssd1306
Last synced: 11 days ago
JSON representation
Simple integrated filament scale for my 3D printer
- Host: GitHub
- URL: https://github.com/raveious/filament-scale
- Owner: raveious
- Created: 2019-11-25T17:27:01.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-10-03T21:45:59.000Z (over 1 year ago)
- Last Synced: 2024-11-15T00:38:29.756Z (2 months ago)
- Topics: attiny85, avr, hx711, ssd1306
- Language: C
- Size: 47.9 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Filament scale project
## Building Software
```
$ virtualenv -p python3 venv
$ source ./venv/bin/activate
$ pip install -r requirements.txt
$ mkdir build
$ cd build
$ cmake -DCMAKE_TOOLCHAIN_FILE=../cmake/project-toolchain-config.cmake= ..
```## Parts
- SSD1306 128x32px I2C OLED display [[datasheet](https://cdn-shop.adafruit.com/datasheets/SSD1306.pdf)]
- HX711 breakout board [[datasheet](https://cdn.sparkfun.com/datasheets/Sensors/ForceFlex/hx711_english.pdf)]
- 2x 5KG load cell [[link](https://www.robotshop.com/en/micro-load-cell-5-kg.html)]
- AtTiny85
- 3.3v voltage regulator with associated hardware
- I bought a few LM2937ET-3.3 linear regulators on DigiKey as they can take the 24v input from my 3D printer power supply.