Skip to content

Commit c6fb798

Browse files
authored
Merge pull request #71 from AntonioBerna/chore/add-learning-resources-links
docs: add suggested learning resources links
2 parents 363e218 + 4d72f70 commit c6fb798

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -162,9 +162,11 @@ Additionally, the [Arduino Core](https://github.com/arduino/ArduinoCore-API) tak
162162
### 👨‍🏫 Educational Websites
163163

164164
- [🔗 DeepBlueMbedded](https://deepbluembedded.com/)
165+
- [🔗 Digital Electronics Deeds](https://www.digitalelectronicsdeeds.com/index.html)
165166
- [🔗💎 Interrupt Blog by Memfault](https://interrupt.memfault.com/blog/)
166167
- [🔗💎 EmbeddedRelated.com](https://www.embeddedrelated.com/)
167168
- [🔗 ElectronicWings - Hardware Developers Community](https://www.electronicwings.com/)
169+
- [🔗 EduTecnica (Italian)](https://www.edutecnica.it/)
168170
- [🔗 Microchip University](https://mu.microchip.com/)
169171
- [🔗 Nordic Developer Academy](https://academy.nordicsemi.com/)
170172
- [🔗 Electronics Tutorials](https://www.electronics-tutorials.ws)
@@ -333,9 +335,11 @@ Breadboarding is a hands-on approach to prototyping circuits, providing a versat
333335
- [🎞️💎 Many EMC Tips to Help You Design Better PCB Boards (with Keith Armstrong)](https://www.youtube.com/watch?v=gHF5JyJF-N4)
334336
- [🔗 LearnEMC - EMC Resources](https://learnemc.com/emc-resources)
335337
- [🔗 A Better Way to Build PCBs - Flux AI](https://www.flux.ai/p/)
338+
- [🔗 Monosketch](https://monosketch.io/)
336339
- [🔗 EasyEDA](https://easyeda.com/it)
337340
- [🔗 Fritzing](https://fritzing.org/)
338341
- [🔗 Cirkit Designer](https://www.cirkitstudio.com/)
342+
- [🔗 withdiode](https://www.withdiode.com/)
339343

340344
#### 🔵 Soldering / Rework
341345

@@ -687,6 +691,7 @@ Embedded systems often communicate with other devices or external systems via in
687691
##### 🔶 SCCB
688692

689693
- [🔗 SCCB Specification (PDF)](https://people.ece.cornell.edu/land/courses/ece4760/FinalProjects/f2021/jfw225_aei23_dsb298/jfw225_aei23_dsb298/SCCBSpec_AN.pdf)
694+
- [📝 OmniVision OV5640 Software Application Notes (PDF)](https://dlscorp.com/wp-content/uploads/2018/04/OmniVision-OV5640-Software-Application-Notes.pdf)
690695

691696
##### 🔶 MIPI CSI-2
692697

@@ -1005,6 +1010,7 @@ Embedded systems can be programmed with either an operating system (OS) or direc
10051010
#### 🔵 Operating System Fundamentals
10061011

10071012
- [📝👶 Putting the “You” in CPU](https://cpu.land/)
1013+
- [📝👶 Operating System in 1,000 Lines](https://operating-system-in-1000-lines.vercel.app/en/)
10081014
- [📘👶 The little book about OS development](https://littleosbook.github.io/)
10091015
- [📘👶 Operating Systems: From 0 to 1](https://github.com/tuhdo/os01/blob/master/Operating_Systems_From_0_to_1.pdf)
10101016
- [📘💎 Operating Systems: Three Easy Pieces - Remzi H Arpaci-Dusseau, Andrea C Arpaci-Dusseau](https://pages.cs.wisc.edu/~remzi/OSTEP/)

0 commit comments

Comments
 (0)