MaixPy | MicroPython for K210 RISC-V, let's play with edge AI easier
kandi X-RAY | MaixPy Summary
kandi X-RAY | MaixPy Summary
Maixpy is designed to make AIOT programming easier, based on the Micropython syntax, running on a very powerful embedded AIOT chip K210.
Support
Quality
Security
License
Reuse
Top functions reviewed by kandi - BETA
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of MaixPy
MaixPy Key Features
MaixPy Examples and Code Snippets
import time
last = time.ticks_ms()
while True:
try:
print(time.ticks_ms() - last)
last = time.ticks_ms()
your_func()
except Exception as e:
print(e)
clock = time.clock()
while(True):
emc.save_kmodel(net, './cifar10.kmodel', './cifar10_dataset', dataset_func='img_0_1', quant_func='minmax', quant_bit=8, version=3)
save_kmodel(network, filepath, dataset_dir, dataset_func='img_0_1', quant_func='minmax', quant_bit=8, version=3):
I06
ls /dev/ | grep USB
cd xv6-k210
make build
ls /dev/ # To check your SD device
mount
make sdcard dst="SD card mount point"
umount
make run
make run k210-serialport=`Your-USB-port`(default by ttyUSB0)
Community Discussions
Trending Discussions on Internet of Things (IoT)
QUESTION
I have js files Dashboard and Adverts. I managed to get Dashboard to list the information in one json file (advertisers), but when clicking on an advertiser I want it to navigate to a separate page that will display some data (Say title and text) from the second json file (productadverts). I can't get it to work. Below is the code for the Dashboard and next for Adverts. Then the json files
...ANSWER
Answered 2020-May-17 at 23:55The new object to get params in React Navigation 5 is:
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install MaixPy
Support
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page