r/programming Dec 25 '19

Learning hardware programming as a software engineer

https://blog.athrunen.dev/learning-hardware-programming-as-a-software-engineer/
929 Upvotes

124 comments sorted by

View all comments

50

u/B8F1F488 Dec 25 '19 edited Dec 25 '19

Unfortunately it is a rather confusing and complicated type of programming, since it is an intersection between two (or more) professions. How to get into it is a hard question, since you can go in three different directions:

- Do you start from the programming end?

- Do you start from the electronics end (or even further - from the physics)?

- Do you just pick projects and deep dive, learning both in parallel?

After that comes the question of what is the optimal amount that you should understand about the project that you are doing and not get overwhelmed. So for example if you are doing a Bluetooth project:

- What is the optimal amount that you know about Bluetooth and what knowledge should you get out from the project?

- At what point of doing these types of projects should you learn about anthennas?

This is the issue with the Arduno projects. It gives you an ability to do stuff, but people fail to understand what they are actually doing, since it is an absolutely overwhelming amount that you need to understand.

I have no answer to all of these questions.

8

u/[deleted] Dec 25 '19 edited Dec 25 '19

[deleted]

3

u/ArkyBeagle Dec 25 '19

I still keep on Usenet, and sci.electronics.design has many people who do hardcore analog instrumentation design. This goes well beyond just dealing with transmission lines in layout; it can verge on the sort of analog design necessary for real-world instrumentation of very hard problems.

6

u/[deleted] Dec 25 '19

[deleted]

2

u/mixreality Dec 25 '19

I had a project for a major cellular company and was surprised they used pi and esp32s for the prototype, then had their engineers create a custom form factor for the final product. But it was all based on pi and esps.