Microcontrollers are wonderfully useful things, but programming them can be a little daunting if you’re used to the simplicity of compiling for regular PCs. Over time though, this has become easier.
In case you haven’t heard, about a month ago MicroPython has celebrated its 11th birthday. I was lucky that I was able to start hacking with it soon after pyboards have shipped – the first tech talk I ...
Developers, hobbyists, and Arduino enthusiasts be interested to know that MicroPython has officially become part of the Arduino ecosystem. The Arduino team has also created a new Arduino Lab for ...
The passionate development team at Arduino has always been committed to empowering developers, and in this mission, they have unveiled their latest tools when using Arduino and MicroPython. Aimed at ...
While languages such as Ada and C++ have gained some adoption in certain circles, for the most part embedded software is still dominated by the procedural and dangerous C programming language. A few ...
Jeff's been involved in the IT industry since before the Internet and spent more than 20 years working in technical support, system administration, network administration, and consulting roles. He ...
当下MicroPython 变得越来越流行,RT-Thread 也提供了对应的软件包的支持。那么,相比官方原生的 MicroPython 我们有哪些改进呢?本文将深入介绍,RT-Thread MicroPython软件包与官方原生MicroPython的区别。
Python的火热程度相信大家都看到了,自然,MCU和嵌入式也紧跟“潮流”,随之而来的就是MicroPython。 关于MicroPython MicroPython 是Python 3编程语言的精简高效实现,其中包括 Python 标准库的一小部分 ...
例えば、MicroPython用マイコン「pyboard」で以下のコードを実行すると、pyboardのLEDをオンにして「Hello MicroPython!」と シリアルコンソール に出力することができます。 また、ブラウザ上でpyboardを操作できる ウェブアプリ も公開されています。