Now you can run this program to OpenMV board. For testing, try to press pushbutton. You should see a lighting LED.
In this chapter I'm going to explain how to access UART on OpenMV board.
OpenMV provides UART that can be accessed by Python via OpenMV IDE. Further information about UART API, you can read it on .
In this chapter, we try to access OpenMV UART via serial adapter which is used to upload a program too.
On the OpenMV Cam M7:
For demo, we use Arduino as UART target that is communicate with OpenMV.
Let's start!.