Basics of Electronics - 2
Digital Technologies
More Circuit Devices - Diode
A diode is a small electronic part that acts like a one-way door for electricity.
It lets electricity flow in one direction but blocks it from going the other way.
Forward Bias vs. Reverse Bias
Question:
Which light bulb will be turned on?
Forward Bias vs. Reverse Bias
In this circuit, we use the diode as a switch:
Questions: �
How can we make an LED blink on and off at regular intervals?
Method:
To control the on/off state of a switch
Binary-state of the switch: state ‘1’ or state ‘0’
How can we make an LED blink on and off at regular intervals?
Digital Signals
The digital signal takes one of two values. It can be generated by any devices that have two distinct states.
Example:
A Simple Digital Control System
To control a light from two locations.
e.g. upstairs and downstairs.
https://techovedas.com/from-light-switches-to-laptops-how-logic-gates-define-the-world-of-digital-vlsi-design/
Digital Technology
Digital Technology
Digitized information is recorded in binary code of combinations of the digits 0 and 1, also called bits, which represent words, images and other multimedia representation.
0101000011…
Digital technology makes many things possible …
IoT – Internet of Things
Physical objects with sensors, software, and other technologies that allow them to connect and exchange coded digital data over the internet.
Digital Communication
Exchanging information, messages, and ideas via digital technologies and platforms.
Cloud Computing
Cloud computing is the delivery of computing services—including servers, storage, databases, networking, software, analytics, and intelligence—over the internet (“the cloud”).
Autonomous Vehicle
An autonomous vehicle (also called a self-driving car) is a vehicle that can drive itself without a human control.
It uses sensors, cameras, radar, GPS, and artificial intelligence (AI) to understand the road, detect obstacles, and make driving decisions.
These systems represent, process, and compute all information in digital form.
Binary Number Representation
Positional Integer Number Values
Given a digit series of
The full expression for the represented value is
Binary Numbers
Advantages:
Easy for implementation. Use devices or methods that have two distinct states.
�
Binary numbers are made by combining multiple binary digits—0s and 1s—in a specific order to represent values
Number Base Conversions
a0 = 1
a1 = 0
a2 = 0
a3 = 1
a4 = 0
a5 = 1
(101001)2
Exercise
Convert (36)10 to the binary representation
Analog signals carry continuous waves of data.
Digital signals carry a flow of discrete data.
Real-world signals are inherently analog, including temperature, humidity, sound, light, and many others.
By nature, temperature signals vary continuously over time.
Analog signals vs. Digital signals
A digitized temperature signal takes on discrete values.
Digital Systems
Covert data into digital representation
A digital thermometer
Digital System –Hardware Circuit Structure
Question:
For an analog temperature signal that varies continuously from 0°C to 100°C, we use a 4-bit digital representation. In this system, 0°C is represented as '0000' and 100°C as '1111’.
How many discrete steps are there, and what is the step size (resolution)?
Solution
A 4-bit binary number can represent:
so, we have 16 steps total.
The total range is from 0°C to 100°C, divided into 15 equal intervals
Question:
To achieve a finer resolution (smaller step size), what can we do?