Notes for an interactive class or video
- Intro to private relay if video
- Starting with tag v3.5.14
- Python 3.9 - I'm using 3.9.11
- Django 3.2.13 - LTS version, extended support until April 2024.
Notes for an interactive class or video
My raspberry is running Raspbian
Setup avrdude on Raspberry following this guide: http://archive.today/U0WzQ
The wiring diagram works exactly the same for the Creality Melzi board
To run the test, replace atmega328p
with atmega1284p
#!/usr/bin/env python | |
import io | |
import time | |
import picamera | |
import picamera.array | |
import numpy as np | |
from PIL import Image, ImageDraw |