|
1 | 1 | # Introduction To Electronics
|
2 | 2 |
|
3 |
| -*`updated 28 May 2023`* |
| 3 | +*`updated July 3, 2024`* |
4 | 4 |
|
5 | 5 | TOC
|
6 | 6 | 1. [Electrical & Electronics Engineering](#electrical-and-electronics-engineering)
|
@@ -86,7 +86,30 @@ a larger component, without a complex front-end operating system (OS).
|
86 | 86 |
|
87 | 87 | ### Arduino UNO
|
88 | 88 |
|
89 |
| - |
| 89 | +The Arduino UNO is a widely used microcontroller board designed for building |
| 90 | +digital devices and interactive objects. It features an ATmega328P |
| 91 | +microcontroller with 14 digital I/O pins (6 PWM outputs) and 6 analog inputs. |
| 92 | +Operating at 5V with a 16 MHz clock speed, it provides 32 KB flash memory, |
| 93 | +2 KB SRAM, and 1 KB EEPROM. The board supports USB connectivity, |
| 94 | +a power jack, ICSP header, and a reset button. |
| 95 | + |
| 96 | +#### Pros: |
| 97 | +- user-friendly for beginners |
| 98 | +- extensive community support |
| 99 | +- versatile with many compatible sensors and shields |
| 100 | +- open-source hardware and software |
| 101 | + |
| 102 | +#### Cons: |
| 103 | +- limited processing power |
| 104 | +- limited memory |
| 105 | +- basic built-in connectivity options |
| 106 | + |
| 107 | +The Arduino UNO is perfect for those starting with electronics and |
| 108 | +prototyping, offering a robust platform for learning and development. |
| 109 | + |
| 110 | + |
| 111 | + |
| 112 | +*image source: <https://circuitdigest.com/sites/default/files/field/image/Arduino-UNO-Description.png>* |
90 | 113 |
|
91 | 114 | ## Circuit
|
92 | 115 | > In electronics, a circuit is a closed path that allows
|
@@ -210,20 +233,8 @@ a device with a browser and an Internet connection
|
210 | 233 | and you are good to go: no further setup,
|
211 | 234 | no additional downloads.
|
212 | 235 |
|
213 |
| -## More Of My Topics |
214 |
| - |
215 |
| -#### <https://github.com/jdevstatic/programming-core-concepts> |
216 |
| - |
217 |
| -#### <https://github.com/jdevstatic/github-pages-tutorial> |
218 |
| - |
219 |
| -#### <https://github.com/jdevstatic/java> |
220 |
| - |
221 |
| -#### <https://github.com/jdevstatic/lightweight-web-server> |
222 |
| - |
223 |
| -#### <https://github.com/jdevstatic/java-coding-problems> |
224 |
| - |
225 |
| -#### <https://github.com/jdevstatic/PureBasic-FileExplorer> |
226 |
| - |
227 |
| -#### <https://github.com/jdevstatic/PureBasic-Scrabble> |
228 |
| - |
229 |
| -#### <https://github.com/jdevstatic/hacking-the-github-stats> |
| 236 | +## More Of My Content |
| 237 | +- [jdevfullstack Profile](https://github.com/jdevfullstack) |
| 238 | +- [jdevfullstack Repos](https://github.com/jdevfullstack?tab=repositories) |
| 239 | +- [jdevfullstack Projects](https://github.com/jdevfullstack-projects) |
| 240 | +- [jdevfullstack Tutorials](https://github.com/jdevfullstack-tutorials) |
0 commit comments