TinyGo
awesome-micropython
TinyGo | awesome-micropython | |
---|---|---|
100 | 14 | |
15,550 | 1,430 | |
0.9% | - | |
9.5 | 9.0 | |
1 day ago | 15 days ago | |
Go | HTML | |
GNU General Public License v3.0 or later | Creative Commons Zero v1.0 Universal |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
TinyGo
- If Not React, Then What?
- Introduction to the event "TinyGo Keeb Tour 2024"
- TinyGo โ A Go Compiler for Small Places
- Cylon: JavaScript framework for robotics, drones, and the Internet of Things
- Gokrazy โ Go Appliances
-
A "Tiny" APISIX Plugin
Reading through the documentation, you will understand why this plugin is called "tiny," i.e., the SDK uses the TinyGo compiler instead of the official Go compiler. You can read more about why this is the case on the SDK\'s overview page, but the TLDR version is that the Go compiler can only produce Wasm binaries that run in the browser.
-
What's Zig got that C, Rust and Go don't have? [video]
Not only you can fit Go into a kernel, there is at least two products that do so.
TamaGo, used to write the firmware used in USB armory.
https://www.withsecure.com/en/solutions/innovative-security-...
TinyGo, which even has official Arduino and ARM support, and is sponsored by Google
https://tinygo.org/
Ah but that isn't proper Go! Well neither is the C code that is allowed to be used in typical kernel code, almost nothing from ISO C standard library is available, and usually plenty of compiler specific language extensions are used instead.
-
Show HN: A new stdlib for Golang focusing on platform native support
Reminds me of https://tinygo.org/ - a project that brings Golang to embedded devices, browser (wasm) contexts. Do you converge or diverge from that project?
- TinyGo release 0.29 is out
-
Pico with C
You should also consider TinyGo. It can compile Go for the Pico, and is starting to get good device support.
awesome-micropython
-
MicroPython 1.23 Brings Custom USB Devices, OpenAMP, Much More
mcauser/awesome-micropython: https://github.com/mcauser/awesome-micropython
pfalcon/awesome-micropython:
-
CAN Bus with MicroPython
https://awesome-micropython.com lists a couple of MCP2515 drivers. I wrote my own but it's embedded in another library and uses asyncio so it wouldn't help you much. Or you could port one of the many Arduino drivers. It's really just reading and writing chip registers over SPI.
-
ฯCalc : A python based graphing calculator just launched on KS
MicroPython has many libraries available. https://github.com/mcauser/awesome-micropython
-
Sht3x sensor with Pi Pico
Take a look at https://awesome-micropython.com/, there are several libraries for this sensor, maybe you'll find one that works for you.
-
Teensyduino (C++) or Micropython for robot control
MicroPython is based on Python 3.5 with some later functionality back-ported, e.g. async/await. The basic language functionality should be identical but you may struggle finding some 3rd party extensions. There's a list of 3rd party modules at awesome-micropython.com and the micropython-lib rep on GitHub.
- MicroPython officially becomes part of the Arduino ecosystem
-
Can someone explain this micropython code to me? I don't understand object-oriented programming.
I see that this library is listed on the MicroPython Awesome List. There are other MPU6050 libs listed there; I'd consider one of the others. I'll try and find time to raise a pull request to this library to tidy it up a little.
-
MicroPython: EuroPython 2022, Arduino, PyScript, and more! ๐
Arduino currently offer MicroPython firmwares for their Nano 33 BLE and BLE Sense, the Nano RP2040 Connect, and Portenta H7 board - so it is important to note that you're not about to be running MicroPython on an Arduino Uno - but given the range of available libraries for the language and the relative ease of learning, it is exciting to see even further adoption.
-
Arduino releases official MicroPython VMs and a simple easy to use IDE
Hey, there's no library for device ____! โ Have a look in Awesome MicroPython, the community-maintained directory of drivers. Unlike Arduino, MicroPython hasn't been around for decades, so there are some devices that don't have drivers yet.
-
Can MicroPython be used in production?
Do give it another try if you get a chance; I'd be genuinely interested in hearing about your experience. Be sure to check out the awesome list and micropython-lib if you're looking to fill gaps. There are still many holes but they're rapidly being filled in.
What are some alternatives?
MicroPython - MicroPython - a lean and efficient Python implementation for microcontrollers and constrained systems
awesome-web-scraping - List of libraries, tools and APIs for web scraping and data processing.
go - The Go programming language
micropython-lib - Core Python libraries ported to MicroPython
zig - General-purpose programming language and toolchain for maintaining robust, optimal, and reusable software.
awesome-creative-coding - Creative Coding: Generative Art, Data visualization, Interaction Design, Resources.
micropython-ulab - a numpy-like fast vector module for micropython, circuitpython, and their derivatives
rp2040js - A Raspberry Pi Pico Emulator in JavaScript
PlatformIO - Your Gateway to Embedded Software Development Excellence :alien:
Pico-Go - Raspberry Pi Pico support for VS Code
zephyr - Primary Git Repository for the Zephyr Project. Zephyr is a new generation, scalable, optimized, secure RTOS for multiple hardware architectures.
awesome-ruby - ๐ A collection of awesome Ruby libraries, tools, frameworks and software