Want to know about the micropython support for OpenMV AE3 or Alif DevKit gen2 #17395
Replies: 4 comments
-
MicroPython runs on different CPU|MCU architectures such as
The same MicroPython source is compiled for each target. Often there are different boards for each port with different features such as lids, switches sensors, memory and so on. The methods to transfer these from your PC to the device or board differ per port, and sometimes even per board. |
Beta Was this translation helpful? Give feedback.
-
OpenMV have their own MicroPython firmware build with custom libraries. If you buy one of their boards the firmware will (presumably) be pre-loaded. Updates would be sourced from their site and installed per their instructions. |
Beta Was this translation helpful? Give feedback.
-
Hi, |
Beta Was this translation helpful? Give feedback.
-
from the PR17050 that added the functionality:
For the ALIF_ENSEMBLE there is additional info for their eval kit which may be of use. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
First of all I am completely new to micropython, so if these are some questions.
As I saw while reading here "#17050", micropython is supported for OpenMV AE3 and Alif devkit gen2. I wanted to ask what is port first of all and how am I suppose to run micropython on any of the mentioned boards? As far as I have worked with micropython, what I just did was running it on a Rpi pico.
As the alif system are comparatively new but, what I saw is they are good and OpenMV is saying the same. Especially from the aspect of running an AI at the edge. As OpenMV's device is yet to launch, I started looking into the devkit and got some info. I am trying to understand how micropython is working on the board and how to do it?
Beta Was this translation helpful? Give feedback.
All reactions