← Back to discoveries

#microcontrollers

10 discoveries tagged “microcontrollers”.

Simplified Pico VGA

Adafruit
Kevin explores various methods to implement VGA output using a Raspberry Pi Pico, starting with the hardware design manual's example of a 3-way 5-bit resistor DAC. · The post…
Insights: This exploration is notable for makers interested in video output solutions using the Raspberry Pi Pico, highlighting both the challenges and creative solutions available. · It…
Raspberry Pi PicoVGAmicrocontrollers

Improving the Microcontroller Gaming Performance with PicoGame

Hackaday
PicoGame is a game development tool designed to enhance microcontroller gaming performance by addressing limitations in existing CircuitPython libraries. · It improves framerate…
Insights: PicoGame is notable for its innovative approach to overcoming the performance constraints of microcontrollers, making it a valuable tool for hobbyists and developers focused on…
microcontrollersgamingperformance

Embedded Arena Uses Hardware Feedback to Perfect Edge AI Models - Hackster.io

Hackster.io
Embedded Arena is a system that allows AI models to learn from real hardware feedback instead of relying solely on simulations. · It uses a hardware-in-the-loop approach to…
Insights: Embedded Arena is notable for its ability to bridge the gap between AI development and real-world deployment, particularly for edge AI applications. · This technology is ideal for…
AImicrocontrollersoptimization

The Python on Microcontrollers Newsletter: subscribe for free

Adafruit
Weekly newsletter focusing on Python applications in microcontrollers and single-board computers. · Covers latest software updates, events, projects, and hardware developments in…
Insights: Ideal for developers and hobbyists interested in Python's role in hardware innovation, offering a curated source of information. · Helps Tindie sellers stay informed about trends…
Pythonmicrocontrollersnewsletter

Focus: a lightweight UI framework for resource-constrained embedded systems, inspired by NeXTSTEP’s AppKit

Adafruit
Focus is a lightweight C++ UI framework tailored for microcontroller-based devices, offering a structured development environment for resource-constrained hardware. · Inspired by…
Insights: Focus is notable for bringing sophisticated UI capabilities to devices with limited resources, making it ideal for developers working on compact, efficient projects. · It empowers…
UI frameworkmicrocontrollersopen-source

When Changing Scale Isn’t Just More of the Same

Hackaday
[Bitluni] is experimenting with scaling by networking 65,536 microcontrollers, each controlling an RGB pixel, to explore the challenges and opportunities of large-scale projects.…
Insights: This project is notable for its exploration of the challenges and opportunities that arise when scaling hardware projects, making it relevant for makers and engineers interested…
scalingmicrocontrollersemergence

Three Different Digital Counters To Remind Us How Good We Have It

Hackaday
Nagy Krisztián created three digital counter designs using 7-segment LED displays, each with varying levels of integration. · The first design uses discrete components and CD4026B…
Insights: This project is notable for demonstrating the evolution of electronic design from hardware-heavy to software-driven solutions, appealing to both hobbyists and educators. · For…
digital counterselectronics educationmicrocontrollers

Gluing 8192 MCUs Together To Make A GPU | Hackaday

Hackaday
A project by [bitluni] involves connecting 8,192 CH570 microcontrollers to create a cluster that functions like a GPU. · Each microcontroller is paired with an RGB LED to act as a…
Insights: This project showcases the innovative use of microcontrollers to mimic GPU functionality, highlighting the potential for creative hardware solutions. · It's notable for its…
microcontrollersRGB LEDGPU

A TrueType font render support library for microcontrollers using the Arduino IDE

Adafruit
Open Font Render is a library that enables TrueType font rendering on microcontrollers using the Arduino IDE. · It supports rendering fonts from both SD cards and embedded program…
Insights: This library is notable for its ability to bring high-quality, anti-aliased font rendering to microcontroller projects, which typically struggle with complex graphics. · It's…
Arduinofontsmicrocontrollers

Should I stick with my current microcontrollers for projects or use an STM32?

Reddit
A Reddit user is debating whether to continue using their current microcontrollers (Pico 2 and ESP32-WROOM-32) or switch to an STM32 for their summer projects. · They aim to work…
Insights: This discussion highlights the decision-making process for hobbyists and developers when choosing microcontrollers, emphasizing the balance between cost, capability, and learning…
microcontrollersSTM32embedded-systems