|
|
|
Ask HN: Transition from Web to Embedded
|
|
23 points
by langsa
1103 days ago
|
|
I have been doing web development for about 5 years now and am at a point now where I am getting pretty bored. I'm 32 and have a degree in Electrical Engineering from a good engineering school in the states, but it's been a long time since I've used it. I'm wondering if anyone has transitioned from web dev into doing more lower level firmware type programming for a job. How did this go? Do you have any advice? Was there some kind of curriculum you followed? I am worried that specializing more will lead to fewer job opportunities, but I find myself gravitating more towards embedded types of projects in my free time and enjoying them much more than I do any kind of work I do during my day job. |
|
The first thing to note is that "Embedded" is a very wide area, a lot of it is not too special and you might continue doing web development as you are used to, maybe with small adjustment of how you load, debug and communicate with your device.
It's the lower layers, mainly device drivers and BSP (Board Support Package) but even some algorithms close to the hardware or special optimizations, where things becomes interesting and requires specialization.
I worked on those lower layers and have found myself more than once debugging "real software" using a logic analyzer or other Electrical Engineering tools to catch a software problem.
How did it go for those transitioning "down" into embedded? usually quite well, you will need to catch up with the technology, learn some new concepts and make a change in the way you think of things, for example memory or multi processing, but it is definitely doable and enjoyable.