Added README.md

This commit is contained in:
wisnia 2025-03-05 18:35:11 +01:00
parent 4286ab04ee
commit 64035d8ffc

9
README.md Normal file
View File

@ -0,0 +1,9 @@
# PicoIris
EyeTrackVR + Babble firmware but for RP2350 instead of 3x ESP32
# Resources used:
- [Adafruit_ImageCapture](https://github.com/adafruit/Adafruit_ImageCapture)
- [esp32-camera](https://github.com/espressif/esp32-camera)
- [rp2040_ov2640](https://github.com/the6p4c/rp2040_ov2640)
- [OV2640 datasheet](https://www.uctronics.com/download/cam_module/OV2640DS.pdf)
- [pico-examples](https://github.com/raspberrypi/pico-examples/)