m3y54m / Embedded-Engineering-Roadmap

A comprehensive roadmap for aspiring Embedded Systems Engineers, featuring a curated list of learning resources.
Creative Commons Attribution Share Alike 4.0 International
3.88k stars 404 forks source link

Embedded Scripting & Containerisation #5

Closed ajlennon closed 1 year ago

ajlennon commented 1 year ago

Also use of embedded scripting languages and containerisation is going to be another big need in the future

m3y54m commented 1 year ago

Python is already on the roadmap. Anyone who knows Python and has some knowledge about microcontrollers can learn MicroPython / Circuit Python in a week. Additionally, these two languages are primarily used in hobby projects rather than in industry.

Although the use of Docker is increasing in all areas of software development, it is still not an essential skill for an embedded developer.

ajlennon commented 1 year ago

Anyone who knows Python and has some knowledge about microcontrollers can learn MicroPython / Circuit Python in a week.

Nope. Programming firmware, adding native driver support, the limitations on an embedded system. All different and all key

Scripting Languages for Embedded are an important and increasingly relevant thing and they merit inclusion.

Additionally, these two languages are primarily used in hobby projects rather than in industry.

That was the case. It's changing. For example Swarm.space have been shipping their space gateway EVKs with CircuitPython for a long time now. It will also continue to change. There was an excellent talk by Intel R&D at FOSDEM some years ago about how the need for IoT devices is skyrocketing and we have nowhere near enough embedded developers to fulfil the roles (nor can we train them fast enough). Hence scripting languages will take off to enable new entrants to embedded to get going.

Although the use of Docker is increasing in all areas of software development, it is still not an essential skill for an embedded developer.

I disagree, containerisation is becoming a must, but as I say you have your views and I have mine, and that's fine :)

ajlennon commented 1 year ago

I'll add that people are bound to disagree on this stuff. Irrespecfive of what you or I think should go in I think you've done a brilliant job here and I will definitely be showing this to students, employees, academics and others to give them an idea of what the job entails!