Firmware

Controls What The Microcontroller Is Supposed To Do

Firmware is the software that runs directly on a microcontroller. It is needed to tell the microcontroller what it should do.

So unless a microcontroller is already running the required firmware, you need to upload new firmware to it.

Before you can ask your microcontrollers’ boot loader to download new firmware, you first need a new firmware file that is compatible to your particular microcontroller (board).

Getting Firmware From Someone Else

One of the easiest ways is to get firmware from someone else. This way, you don’t need to program anything.

Creating New Firmware Yourself

One of the most flexible and powerful ways is to write the firmware yourself. This way, you can access all microcontroller features, and tailor the firmware exactly to your needs. You do need to program it yourself, though.

Comments

Please do leave comments below. I am using utteran.ce, an open-source and ad-free light-weight commenting system.

Here is how your comments are stored

Whenever you leave a comment, a new github issue is created on your behalf.

  • All comments become trackable issues in the Github Issues section, and I (and you) can follow up on them.

  • There is no third-party provider, no disrupting ads, and everything remains transparent inside github.

Github Users Yes, Spammers No

To keep spammers out and comments attributable, all you do is log in using your (free) github account and grant utteranc.es the permission to submit issues on your behalf.

If you don’t have a github account yet, go get yourself one - it’s free and simple.

If for any reason you do not feel comfortable with letting the commenting system submit issues for you, then visit Github Issues directly, i.e. by clicking the red button Submit Issue at the bottom of each page, and submit your issue manually. You control everything.

Discussions

For chit-chat and quick questions, feel free to visit and participate in Discussions. They work much like classic forums or bulletin boards. Just keep in mind: your valued input isn’t equally well trackable there.

  Show on Github    Submit Issue

(content created May 10, 2024 - last updated May 26, 2024)