Skip to main content
y.arikok
Associate
August 4, 2020
Question

How to transfer SPI camera image to a mobile device with using STM32WB BLE?

  • August 4, 2020
  • 3 replies
  • 1269 views

Just like communicating with a Bluetooth sensor (HC-06) via USART, can I transfer an SPI camera image to an iOS or Android based device via BLE?

This topic has been closed for replies.

3 replies

Remi QUINTIN
Technical Moderator
August 4, 2020

Yes you can use an SPI camara module connected to the STM32WB device to capture the video data and transfer it to a mobile application via BLE.

We made such demo and it works pretty well but does not exceed 5 to 10 frames per second depending on the picture resolution.

You may even add an audio part with an external microphone connected to the STMWB through the SAI interface.

y.arikok
y.arikokAuthor
Associate
August 4, 2020

Hi Remi,

Can I use USART to send data with BLE, if not, can you give me a brief explanation about communication?

How should I search to see related documentation about it?

Thanks.

CFrag.1
Associate
October 25, 2020

What example would this be found in?