Huge list of interview questions (embedded+electrical): https://montychoy.com/blog/the_ultimate_list_of_hardware_engineering_internship_interview_questions
https://www.industrialnetworking.com/pdf/Antenna-Patterns.pdf
https://barrgroup.com/sites/default/files/barr_c_coding_standard_2018.pdf
https://liu.diva-portal.org/smash/get/diva2:1129641/FULLTEXT01.pdf
https://www.keysight.com/us/en/assets/7018-06706/application-notes/5968-3579.pdf
https://www.amazon.com/Build-Unorthodox-Guide-Making-Things-ebook/dp/B09BNJ6GBV
This book has a lot of really good career and product advice rather than technical advice, but very helpful and good read
https://signalsandthreads.com/memory-management/
^ super cool podcast on memory management and how things are done under the hood for C vs other languages, and how to speed things up
https://embeddedartistry.com/fieldmanual-terms/test-driven-development/
https://embeddedartistry.com/blog/2018/09/18/what-i-learned-from-james-grennings-remote-tdd-course/Kalman Filters: <https://www.kalmanfilter.net/default.aspx >
Numerical Methods: https://basesandframes.wordpress.com/2016/05/17/faster-math-functions/
https://www.springer.com/gp/book/9789811033810
^ Cool stuff on controls, sensors, EKFs, among a bunch of other things
STM32 NUCLEO-L552ZEQ HAL manual:
https://www.st.com/resource/en/user_manual/um2659-description-of-stm32l5-hal-and-lowlayer-drivers-stmicroelectronics.pdfhttps://inavfixedwinggroup.com/guides/getting-started/frsky-protocols-made-simple/
https://st.my.site.com/community/s/article/faq-stm32-hal-driver-api-and-callbacks
how to makefile beginner guide: https://www.cs.colby.edu/maxwell/courses/tutorials/maketutor/
how to CMake beginner guide: https://google.github.io/googletest/quickstart-cmake.html
Add Comment