Home
JAQForum Ver 24.01
Log In or Join  
Active Topics
Local Time 14:31 20 Nov 2025 Privacy Policy
Jump to

Notice. New forum software under development. It's going to miss a few functions and look a bit ugly for a while, but I'm working on it full time now as the old forum was too unstable. Couple days, all good. If you notice any issues, please contact me.

Forum Index : Microcontroller and PC projects : WeAct Studio STM32H743VI  480Mhz

Author Message
HardingJohn

Regular Member

Joined: 28/07/2017
Location: Australia
Posts: 78
Posted: 01:25am 08 Jan 2022
Copy link to clipboard 
Print this post

This A$50-A$60 board includes a 0.96 inch ST7735 TFT as well as includes a few different camera options OV2640, OV7725 or OV7725 M12.
Board has 8Mb SPI Flash + 8Mb QSPI, microSD, 8bit DCMI, USB-C connector, three user buttons, user LED, Boot and NRST buttons.
The CPU is the 480Mhz ver V 144pin chip.
2.54mm breakout pins.
Sold on AliExpress.

Might be worth trialling Armmite 5.07bO016 on this and see what is involved in making it work??

Peter??
Just know enough to get me in trouble, but not quite enough to get me out.
 
Tinine
Guru

Joined: 30/03/2016
Location: United Kingdom
Posts: 1646
Posted: 06:00am 08 Jan 2022
Copy link to clipboard 
Print this post

 
 
Tinine
Guru

Joined: 30/03/2016
Location: United Kingdom
Posts: 1646
Posted: 08:19am 08 Jan 2022
Copy link to clipboard 
Print this post

@HardingJohn

Was there supposed to be a link?

Can't find this item on AE.
 
jaybek
Newbie

Joined: 25/05/2020
Location: Greenland
Posts: 18
Posted: 09:50am 08 Jan 2022
Copy link to clipboard 
Print this post

@Tinine

You can find them @WeAct Studio Official Store: Here
#MeTo ZX81
 
JohnS
Guru

Joined: 18/11/2011
Location: United Kingdom
Posts: 4147
Posted: 09:55am 08 Jan 2022
Copy link to clipboard 
Print this post

This maybe

Different CPU, different RAM, ...

Going to need work.

John
 
Tinine
Guru

Joined: 30/03/2016
Location: United Kingdom
Posts: 1646
Posted: 10:04am 08 Jan 2022
Copy link to clipboard 
Print this post

  jaybek said  @Tinine

You can find them @WeAct Studio Official Store: Here



I have that very device but @HardingJohn states:

  Quote  The CPU is the 480Mhz ver V 144pin chip.


This chip is 100pin  
 
scruss
Regular Member

Joined: 20/09/2021
Location: Canada
Posts: 95
Posted: 08:30pm 09 Jan 2022
Copy link to clipboard 
Print this post

I wouldn't spend too much time porting to this board, not at least until next year. Once WeAct's stock has gone, that microcontroller hasn't got a expected manufacturing date until Q2 2023.

WeAct's board is a clone of the OpenMV board. I'm an OpenMV reseller, and they've told us that there's no new supplies expected for more than a year. It's an amazing board, just unobtainium.

(If you want a uc to drool over, the IMXRT1062DVJ6 in the Teensy 4.1 is a Cortex-M7 that can be clocked at over 900 MHz.)
 
Tinine
Guru

Joined: 30/03/2016
Location: United Kingdom
Posts: 1646
Posted: 09:00pm 09 Jan 2022
Copy link to clipboard 
Print this post

  scruss said  
(If you want a uc to drool over, the IMXRT1062DVJ6 in the Teensy 4.1 is a Cortex-M7 that can be clocked at over 900 MHz.)


Meh, the Parallax P2 is mind blowing. I have 12 closed-loop CNC axes running on a single-chip (8 CPUs, mind). All PID loops are running at 32KHz, not using a single interrupt and the darned thing hasn't broken a sweat.

8 processors and 64 "Smart Pins" that can be whatever function you need...Yeah baby  

Oh and I program it using BASIC  
 
JohnS
Guru

Joined: 18/11/2011
Location: United Kingdom
Posts: 4147
Posted: 10:23pm 09 Jan 2022
Copy link to clipboard 
Print this post

  scruss said  (If you want a uc to drool over, the IMXRT1062DVJ6 in the Teensy 4.1 is a Cortex-M7 that can be clocked at over 900 MHz.)

But the I/O etc?

Needs all new code? Won't run MMBasic as-is?

John
 
Romeo

Newbie

Joined: 11/02/2022
Location: France
Posts: 24
Posted: 04:51pm 20 Feb 2022
Copy link to clipboard 
Print this post

So,  could MMBasic run out-of-the-box on a STM32H743II OpenMV Cam ?
This one is so sexy, and may be a total real-world platform for MMBasic  
 
Mixtel90

Guru

Joined: 05/10/2019
Location: United Kingdom
Posts: 8298
Posted: 05:29pm 20 Feb 2022
Copy link to clipboard 
Print this post

Why not get one and let us know? ;)
It doesn't appear to be available yet, according to that link. Do you think it will be? And when?

It has less I/O than a Micromite and you can get a lot of PicoMites for that amount. Admittedly, it does have a camera. lol
Mick

Zilog Inside! nascom.info for Nascom & Gemini
Preliminary MMBasic docs & my PCB designs
 
JohnS
Guru

Joined: 18/11/2011
Location: United Kingdom
Posts: 4147
Posted: 06:19pm 20 Feb 2022
Copy link to clipboard 
Print this post

Check all (that's ALL) the I/O pins are OK with MMBasic as it is for that chip & the kinds of added RAM & flash & the addresses they are at (i.e. how they are wired).

Every difference means another software change of course. Some easy.

John
Edited 2022-02-21 04:19 by JohnS
 
Tinine
Guru

Joined: 30/03/2016
Location: United Kingdom
Posts: 1646
Posted: 05:26am 21 Feb 2022
Copy link to clipboard 
Print this post

  Romeo said  So,  could MMBasic run out-of-the-box on a STM32H743II OpenMV Cam ?
This one is so sexy, and may be a total real-world platform for MMBasic  


I would say that a better solution would be a cheap or unused Android phone for the image capture/processing and Bluetooth or WiFi to your MCU of choice.
The phone can also send messages which is useful for security applications.

Battery backup power and nicely packaged.

Cheers,

BASIC compiler: B4A from anywhere software.
BASIC interpreter: RFO BASIC, aka: Basic! (with exclamation).


Craig

Edit: Or if you want direct USB control

B4A IOIO
Edited 2022-02-21 19:21 by Tinine
 
Print this page


To reply to this topic, you need to log in.

The Back Shed's forum code is written, and hosted, in Australia.
© JAQ Software 2025