#microcontrollers

[ follow ]
fromhackernoon.com
2 weeks ago

The 19 Concepts to Master to Become an Embedded Software Developer

"If software is the brain of a product, embedded software is its nervous system constantly sensing, reacting, and orchestrating control over the physical world."
Software development
#embedded-systems
fromHackernoon
3 years ago
Web frameworks

Building a Web File Manager on Microcontrollers | HackerNoon

Embedded web file managers simplify access to a device's internal storage, enhancing usability for engineers and operators.
fromInfoQ
2 months ago
Software development

Binary Size Matters: The Challenges of Fitting Complex Applications in Storage-Constrained Devices

Embedded systems demand a balance between software complexity and memory restrictions, pushing for languages like C++ for binary size optimization.
C++ features like templates and smart pointers can affect binary size; developers must navigate their impacts carefully.
Tools like Bloaty are essential for understanding contributions to firmware bloat, aiding developers in design decisions.
Binary optimization should be part of the entire development lifecycle, emphasizing size awareness within CI pipelines.
fromInfoQ
2 months ago
Software development

Binary Size Matters: The Challenges of Fitting Complex Applications in Storage-Constrained Devices

[ Load more ]