Skip to content

Commit 4db91b4

Browse files
Update README.md
1 parent 484419f commit 4db91b4

File tree

1 file changed

+30
-19
lines changed

1 file changed

+30
-19
lines changed

README.md

+30-19
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Introduction To Electronics
22

3-
*`updated 28 May 2023`*
3+
*`updated July 3, 2024`*
44

55
TOC
66
1. [Electrical & Electronics Engineering](#electrical-and-electronics-engineering)
@@ -86,7 +86,30 @@ a larger component, without a complex front-end operating system (OS).
8686

8787
### Arduino UNO
8888

89-
![sample](https://store-cdn.arduino.cc/usa/catalog/product/cache/1/image/500x375/f8876a31b63532bbba4e781c30024a0a/a/0/a000066_front_8.jpg)
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+
![image](https://github.com/user-attachments/assets/a3207b29-0b7a-4472-a237-f30d59abf75b)
111+
112+
*image source: <https://circuitdigest.com/sites/default/files/field/image/Arduino-UNO-Description.png>*
90113

91114
## Circuit
92115
> In electronics, a circuit is a closed path that allows
@@ -210,20 +233,8 @@ a device with a browser and an Internet connection
210233
and you are good to go: no further setup,
211234
no additional downloads.
212235

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

Comments
 (0)