Search found 6 matches

by CharlesFr
Thu Mar 19, 2020 4:52 pm
Forum: MicroPython pyboard
Topic: PDM support on Micropython
Replies: 6
Views: 7915

PDM support on Micropython

Hi,

I would like to know if there is a PDM support for my Micropython Board ?
It's for MEMS Microphone.

Someone can help me ?
by CharlesFr
Tue Oct 23, 2018 10:37 am
Forum: MicroPython pyboard
Topic: Camera integration
Replies: 13
Views: 16802

Re: Camera integration

Hi, Thank you for your replies. OutoftheBOTS_ : Yes true, sorry for the misunderstanding. Image processing. :) deshipu : Agree. Personaly, it's a another debate... but I'm not agree with what Adafruit made with MicroPython. It's become more confusing for a beginner to use the MicroPython ecosystem. ...
by CharlesFr
Tue Oct 23, 2018 7:41 am
Forum: MicroPython pyboard
Topic: Camera integration
Replies: 13
Views: 16802

Re: Camera integration

Hi, First, thank you for you feedback. :D I have found this github with python scripts. Maybe I can take the getimage.py and rewrite it with MicroPython? What do you think about? https://github.com/oskarirauta/Adafruit-VC0706-Serial-Camera-Library If I draw a while loop with this image maybe I will ...
by CharlesFr
Mon Oct 22, 2018 8:25 pm
Forum: MicroPython pyboard
Topic: Camera integration
Replies: 13
Views: 16802

Re: Camera integration

Hi, It seems to be you can make what you want with the CircuitPython of Adafruit. If it's possible with this card, I think you can make it with the pyboard? With the same resolution (low). The OpenMV is for machine learning and I think this is why we need another card. (for image processing) I don't...
by CharlesFr
Mon Oct 22, 2018 6:43 pm
Forum: MicroPython pyboard
Topic: How to connect pyboard with a network?
Replies: 2
Views: 2733

Re: How to connect pyboard with a network?

Hi,

I'm a newbie like you but maybe this skin can help you? ;)

http://www.tinyosshop.com/wifi-skin-for-pyboard

All the best,
by CharlesFr
Mon Oct 22, 2018 6:36 pm
Forum: MicroPython pyboard
Topic: Pyboard and CMOS Camera module
Replies: 1
Views: 2074

Pyboard and CMOS Camera module

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...