Pyboard and CMOS Camera module

The official pyboard running MicroPython.
This is the reference design and main target board for MicroPython.
You can buy one at the store.
Target audience: Users with a pyboard.
Post Reply
CharlesFr
Posts: 6
Joined: Mon Oct 22, 2018 6:16 pm

Pyboard and CMOS Camera module

Post by CharlesFr » Mon Oct 22, 2018 6:36 pm

Hi,

I know python but I'm newbie for the hardware part and MicroPython...
My main objective/project is to create a hand made surveillance camera. (Yes it's a challenge for me :D )

The first step is to be able to connect a camera to the pyboard and to share it to my computer.
The second step is to be able to connect my pyboard to the wifi.
The third step will be to share my camera flow to a Django web app. (I know Django with wagtailcms but I have currently no idea on how I will make that for the moment...)

I just got a Pyboard and I would like to know if it's possible to use a camera? I'm willing to acquire a CMOS camera?
Do you know a great wifi card for the pyboard?

Link to the CMOS camera :
https://www.sparkfun.com/products/11745

All the best,

User avatar
pythoncoder
Posts: 5956
Joined: Fri Jul 18, 2014 8:01 am
Location: UK
Contact:

Re: Pyboard and CMOS Camera module

Post by pythoncoder » Tue Oct 23, 2018 6:47 am

See my reply to your other post here.
Peter Hinch
Index to my micropython libraries.

Post Reply