openmv-ide is qtcreator with an extra plugin added. qtcreator is a qt app. You can compile qt apps for android. Does this mean you could compile openmv-ide as an android app?
What would be necessary to run openmv-ide on an android phone?
Search found 3 matches
- Thu Nov 19, 2020 1:16 pm
- Forum: General Topics
- Topic: openmv-ide requirements
- Replies: 1
- Views: 152
- Wed Oct 28, 2020 2:25 pm
- Forum: Technical Discussion
- Topic: external ram
- Replies: 3
- Views: 146
Re: external ram
If I may make a suggestion: on the successor to the H7, put a footprint for a SPI RAM on the back of the pcb. An empty footprint does not cost anything.
- Wed Oct 28, 2020 1:21 pm
- Forum: Technical Discussion
- Topic: external ram
- Replies: 3
- Views: 146
external ram
I've been wondering about ways to increase available memory without increasing price too much. Here's my proposal: an external 8mb spi ram, and a micropython module to access an this spi ram. You can buy these rams for around $1. https://github.com/koendv/micropython-psram Storing objects in externa...