资讯

如果手上没有MicroPython官方支持固件的开发板,那么就需要自己来动手制作MicroPython固件了。 但是RT-Thread官方,基于他们的RT-Thread系统上,移植了MicroPython,所以只要是支持了RT-Thread系统的SoC厂商,都可以在搭载了RT-Thread的嵌入式设备上运行MicroPython。
当下MicroPython 变得越来越流行,RT-Thread 也提供了对应的软件包的支持。那么,相比官方原生的 MicroPython 我们有哪些改进呢?本文将深入介绍,RT-Thread MicroPython软件包与官方原生MicroPython的区别。 首先,我们先来了解下 MicroPython ...
MicroPython支持KPU等多个特定库 勘智K210-MicroPython基于RT-THREAD操作系统实现,不仅提供通用MicroPython标准库,同时也提供适配了K210相关外设的特定库以及基于OPENMV的算法库和UI库,例如KPU库、FPIOA、SPI、I2C以及多个传感器库等。用户无需查看寄存器手册即可友好地使用勘智K210的AI加速能力,使得更多开发者 ...
Micropython comes already with some modules and enough functions to get some stuff out-of-the-box working. E.g. the infamous version of “hello world” for microcontrollers aka led-blinking.
Not only that, but MicroPython requires far fewer resources and doesn’t have to rely on an operating system because MicroPython itself acts as the OS for the Pyboard or any other microcontroller.
The Raspberry Pi Pico microcontroller was released at the start of the year, and this book may be of interest if you are looking to programme it in MicroPython: yes, its Programming the Raspberry Pi ...
The MicroPython folks really got the user-experience part right: tab-completion brings up an object’s methods, up-arrow recalls the last command for editing, and so on.
Now you can create a MicroPython program to blink the onboard LED on and off in a loop. Make sure that your Raspberry Pi Pico is connected to your computer, and click in the main editor pane of Thonny ...