- PS / thinking process / mindset
- Adaptivity / L3 (life long learning)
- Thinking / interaction / how to debug / team work / writing skills / project management / marketing / finance and economics / transferable skills
- BroaderΒ perspectiveβ
- Engineer + soft skills β best product owner
- Understand companies hierarchy
- Online courses
- Training centers
- Extra knowledge + extra skills + value β top-notch applicant
- Control isnβt about code; itβs about principles; code is just a language to express those principles to MCU
- See where what you study fits within this:
graph TD;
A[MCU] -->|Reads| B[Sensors];
B -->|Processes| C[Signal Conditioning];
C -->|Converts| D[ADC];
A -->|Generates| E[DAC];
A -->|Executes| F[Algorithms];
F -->|Enhances| G[Intelligence];
A -->|Controls| H[Driver];
H -->|Drives| I[Actuators];
J[Power Supply] -->|Supplies Power| A;
J -->|Supplies Power| H;
J -->|Supplies Power| I;
J -->|Supplies Power| B;
- You apply this to do things