Yes but idk, I am very beginner like I
Yes but idk, I am very beginner like I haven't even done any small project
12 Replies
Do you have any dev board?,
Maybe start some hobby projects
I have esp8266
That great!
any sensors?
you could learn the basic implementation like UART, I2C, SPI, Timers etc
Currently I don't have any sensor
But I am planning to steal an led display from my college project lab
š.
I can use wokwi?
lol,
would be better to invest in a logic analyzer, sensor and wires
that is also great
havnt explored it much but i see a lot of potential in it
I don't have much pocket money
I can go with this
i would suggest to start with arduino, then move to stm if you are using wokwi
I have little experience with this.. like blinking leds, making pattern
But I haven't learnt any communication protocols
give me a sec
let me share few git repo
Ok ok
https://github.com/nhivp/Awesome-Embedded : this is basically a repo which has majority of info(take it as a library)
https://github.com/m3y54m/Embedded-Engineering-Roadmap: You may have seen this, this is a roadmap, which is quite infomative in laying a path
https://github.com/riscv/learn?tab=readme-ov-file#-beginner-level-resources : if you want to learn low level programming from riscv side,
https://github.com/iDoka/awesome-embedded-software: same as the library at first but majorly focusing on components that goes in to making sw
GitHub
GitHub - nhivp/Awesome-Embedded: A curated list of awesome embedded...
A curated list of awesome embedded programming. Contribute to nhivp/Awesome-Embedded development by creating an account on GitHub.
GitHub
GitHub - riscv/learn: Tracking RISC-V Actions on Education, Trainin...
Tracking RISC-V Actions on Education, Training, Courses, Monitorships, etc. - GitHub - riscv/learn: Tracking RISC-V Actions on Education, Training, Courses, Monitorships, etc.
Thankyou