This instruction pauses the program execution for one second.
What does "delay(1000);" do?
This kind of signal is defined over every time instant.
What is an analog signal?
Is the electrons pass though a conductor.
What is electricity?
In electronics, it is a system that converts an analog signal, such as a sound picked up by a microphone or light entering a digital camera, into a digital signal.
What is an analog-to-digital converter (ADC)?
They are the names you give to computer memory locations which are used to store values in a computer program.
What are variables?
This function sets the LED output port with a 5 V value.
What does "digitalWrite(LED, HIGH);" do?
This kind of signal is defined on only certain instants of time.
What is a digital signal?
It is composed of individual electronic components, such as resistors, switches, diodes, etc., connected by conductive wires through which electric current can flow.
What is an electronic circuit?
In electronics, it is a system that converts a digital signal into an analog signal.
What is a digital-to-analog converter (DAC)?
It is a combination of computer hardware and software designed for a specific function.
What is an embedded system?
This function reads the voltage from port 34 and returns the corresponding value between 0 and 4095.
What does "analogRead(34);" do?
It is an unwanted disturbance in an electrical signal.
What is the noise?
It is a measure of the opposition to the flow of electric current.
What is the electrical resistance?
Contains the arithmetic, logic, and control circuitry required to perform the functions of a computer's central processing unit.
What is a microprocessor?
It is the automatic system that performs the measurement and wireless transmission of data from remote sources.
What is a telemetry system?
This instruction sends through the serial communication output port the message "Hello world!".
What does "Serial.println("LED is on");" do?
A computer is a programmable device that stores, retrieves, and processes data.
What is a computer?
It is the rate at which electrical energy is transferred by an electric circuit.
What is electric power?
It is a form of a volatile computer memory that can be read and changed in any order, typically used to store working data and machine code.
What is a Random-access memory (RAM)?
It refers to any information processing system with hardware and software components that perform real-time application functions and can respond to events within predictable and specific time constraints.
What is a real-time system?
This directive subsitutes every LED word as the number 23.
What does the line "#define LED 23" do?
It is the smallest possible change that a sensor can perceive.
What is a sensor resolution?
It states that the current through a conductor between two points is directly proportional to the voltage across the two points.
What is the Ohm's law?
It is an electronic circuit that produces a periodic, oscillating electronic signal, often a sine wave, a square wave or a triangle wave.
It is a modulation technique that generates variable-width pulses to represent the amplitude of an analog input signal.
What is Pulse width modulation (PWM)?