Instant camera with OV7670, STM32F103 and LTP1245 thermal printer module
Go to file
2023-03-12 13:22:53 +01:00
ld Remove STM32CUBE dependency 2019-11-14 13:27:19 +01:00
src Include colour table in BMP file size field 2020-07-23 11:15:02 +02:00
third_party Add basic bitmap output 2020-05-23 22:11:37 +02:00
.gitignore Remove editor configuration 2020-05-06 22:02:36 +02:00
build-number.txt Include colour table in BMP file size field 2020-07-23 11:15:02 +02:00
compile_flags.txt Add basic bitmap output 2020-05-23 22:11:37 +02:00
LICENCE_ISC.md Add licence information 2020-05-06 22:00:27 +02:00
makefile Enable extra warnings 2020-07-18 17:09:33 +02:00
photo.jpg Update picture for gitea size 2023-03-12 13:22:53 +01:00
README.md Mention SD card storage in README 2020-07-23 11:05:57 +02:00

Photo

This is the firmware for a simple thermocromic selfie camera based on

  • A OV7670 camera module (without FIFO),
  • A STM32F103C8T6 microcontroller, and
  • A LTP1245 thermal printer module.

Apart from that, only a level shifter for the thermal printer (which needs 5V signals), a motor driver for its stepper, a pullup for its thermistor, and a MOSFET for turning all power off are needed.

If an SD-card is connected, all photos are also stored there as 2-colour (dithered) BMP files.

More details can be found here.

Licence

The device header files in the third_party directory are provided by ARM Limited and ST Microelectronics and contain their own licence information. FatFs, also located in third_party, contains its own licence information as well. Everything else is ISC licenced.