MicroPython是Python 3的精简和高效的实现,包含了一部分经过优化的Python标准库,能在微控制器等资源受限的平台运行。MicroPython也支持一些高级功能,比如交互式提示、任意精度的整数、闭包、列表推导、生成器、异常处理等等。它的实现体积很小,可以在只有 ...
嘉楠科技将于2021年3月31日正式提供基于K210芯片的MicroPython开源版本。 开发者无需了解勘智K210的硬件底层原理和相关外设知识即可进行硬件的快速调试和产品孵化,极大地降低了嵌入式开发的入门门槛,以至于芯片爱好者、硬件极客、软件开发者可以通过勘智K210 ...
MicroPython是在嵌入式单片机里面使用python进行编程开发,自2014年诞生以来已经走过了6个年头,而Python也成为越来越流行的编程语言。 单片机嵌入式编程经历了从汇编到C语言,可以说是一次编程革命,其背后的原因是单片机集成度越来越高,运行速度也越来越快 ...
The Raspberry Pi Pico is a change from the previous Pis that people are used to. This is because it is not a Linux computer, but it is a microcontroller board just like Arduino. The biggest selling ...
MicroPython is a wonderful Python interpreter that runs on many higher-end microcontrollers, from ESP8266 to STM32 to the RP2040. MicroPython lets you build devices quickly, and its latest release, ...
In a previous blog, Using MicroPython for real-time software development, I examined the idea behind using MicroPython for real-time embedded software. Now, let’s examine some of the core pieces that ...
There are plenty of small microcontrollers available for all kinds of tasks, each one with its unique set of features and capabilities. However, not all of us want to spend time mucking about in C or ...
The new Pyboard D-series micro-controller is now available for purchase at a rather hefty price of £43 ($56), offering developers a low-powered device for running programs created with MicroPython, a ...
What exactly is Python and what is MicroPython? The major differences between both languages. Some use cases for each. As difficult as it is to imagine, the Python programming language made its ...