cancel
Showing results for 
Search instead for 
Did you mean: 

Wondering where STM found the AS-BC538A3M6-63(1.02.A3265) Camera Module

Carson
Associate III

Hello, 

 

I was wanting to make my own camera board and I wanted to use the same camera that is on STM's Camera board MB1854 and I looked up that manufacturer part number (AS-BC538A3M6-63(1.02.A3265)) and nothing showed up, and when I looked up just AS-BC538A3M6-63 then the only result was STM's example schematic for the MB1854 camera board. I then tried looking up the company they listed on the BOM (HONGJIA) and still found nothing. Does anyone know how to find the board or even some contact info for that company? 

 

Thanks

Carson 

1 ACCEPTED SOLUTION

Accepted Solutions
PatrickF
ST Employee

Hi,

Board could be purchage thru ST or usual distributors: https://www.st.com/en/evaluation-tools/b-cams-imx.html#sample-buy

The AS-BC538A3M6-63 is probably a custom module (sensor + optics) build by HongJia, based on IMX335.

Company could be found here: http://www.topbestcamera.com

If you are building a product, I think many other CSI modules could work with STM32MP25.

Regards

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

2 REPLIES 2
PatrickF
ST Employee

Hi,

Board could be purchage thru ST or usual distributors: https://www.st.com/en/evaluation-tools/b-cams-imx.html#sample-buy

The AS-BC538A3M6-63 is probably a custom module (sensor + optics) build by HongJia, based on IMX335.

Company could be found here: http://www.topbestcamera.com

If you are building a product, I think many other CSI modules could work with STM32MP25.

Regards

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.
Will_Robertson
Associate III

Hi @Carson ,

I don't know if @PatrickF could correct me if I'm wrong about any of this?

ST produce general purpose and specialist image sensors and I think the Linux drivers for all of these image sensors are open source and part of the mainline Linux kernel so should work with STM32MP25 MPUs - it may be worth also considering a camera based on one of the ST image sensors - here's the product selector:

https://www.st.com/en/imaging-and-photonics-solutions/cmos-image-sensors/products.html

Sony also produce a wide range of image sensors and I know that a mainstream Linux driver is available for the 12 Megapixel Sony IMX708 sensor so it should work with STM32MP25 MPUs but I'm not sure about other Sony image sensors.

The newer STM32MP257 MPUs have a built-in MIPI CSI-2 camera interface which was implemented as an external chip in older STM32MP25s.

Will