cancel
Showing results for 
Search instead for 
Did you mean: 

Hello, I'm new in working with the STM32. I have a quick question on a project I'm working on. I want a prototype on the STM32 Bluepill. How do I interface the following components, two cameras ( for video footage), gps and a fingerprint sensor?

jmuniu
Associate II
 
This discussion is locked. Please start a new topic to ask your question.
1 ACCEPTED SOLUTION

Accepted Solutions
Peter BENSCH
ST Employee

This thread relates to a so-called Blue Pill, which uses illegally cloned STM32F103. ST resources are only dedicated to supporting genuine ST products. We are not committed to ensuring that clones/fakes products work properly with the firmware we provide.

We recommend to purchase genuine products from STMicroelectronics and purchase them from known and trusted distributors.

This thread will now be locked. However, if you face difficulties while using genuine ST products, we’re here to assist you. Please feel free to start a new thread, and our team, along with community members, will be ready to help you with any issues/questions you encounter.

Thank you for your understanding.

Regards
/Peter

In order to give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.

View solution in original post

6 REPLIES 6

Probably via a serial interface, or four

Cameras perhaps look at ArduCam or MVCam type implementation.

GPS/GNSS predominantly UART, but several support I2C.​

Tips, Buy me a coffee, or three.. PayPal Venmo
Up vote any posts that you find helpful, it shows what's working..
Javier1
Principal

>two cameras ( for video footage)

What do you want to do with those cameras?

The blue pill is going to get smaller for your proyect reeeally quick, check out "black pill"

https://hackaday.com/2021/01/20/blue-pill-vs-black-pill-transitioning-from-stm32f103-to-stm32f411/

Depending of what you had in mind i´d go directly for a raspi zero, specially if youre thinking about some kind of networ connection

Available for consulting/freelancing , hit me up in https://github.com/javiBajoCero

I was trying not to program using Python​. I'm good in C and Arduino programming language. That's the reason why I wanted to implement my project on STM32 platform

>I'm good in C and Arduino programming

I dont doubt that,but if youre starting the question with a " I'm new in working with the STM32.", i believe there is a chance you dont understand yet what an stm32f1 can and cannot do , and that you might be underestimating the learning curve.

**also, you could code in c++ in the raspi**

the gps and the fingerprint sensor are doable.

but tell us more about what you want to do with those videocamaras, are you just controlling them? or you do videprocessing/fowarding or something.

Available for consulting/freelancing , hit me up in https://github.com/javiBajoCero
jmuniu
Associate II

I want the video cameras to relay real time video footage and store it to cloud​

Peter BENSCH
ST Employee

This thread relates to a so-called Blue Pill, which uses illegally cloned STM32F103. ST resources are only dedicated to supporting genuine ST products. We are not committed to ensuring that clones/fakes products work properly with the firmware we provide.

We recommend to purchase genuine products from STMicroelectronics and purchase them from known and trusted distributors.

This thread will now be locked. However, if you face difficulties while using genuine ST products, we’re here to assist you. Please feel free to start a new thread, and our team, along with community members, will be ready to help you with any issues/questions you encounter.

Thank you for your understanding.

Regards
/Peter

In order to give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.