EET129 Flashcards
(112 cards)
API
when the peramiter of the outpute reach eather high or low
AREF
Analog REFerence : the reference max voltage for the Analog to Digital converter. Changing the AREF allows to use the resolution of the ADC at its best, especially for low voltages. Usually AREF can’t be greater than the supply voltage of the ADC circuit.
ATSAMW25
The SAM W25 module is based on Atmel’s WINC1500 Wi-Fi core combined with Atmel’s ARM® Cortex® -M0+ based microcontroller technology. It allows to build low power solutions for Internet of Things.
Accelerometer
A sensor that measures acceleration. Sometimes, they are used to detect orientation, or tilt
Access Point
A WiFi device that connects to the physical network and allows to access the LAN through the wireless connection. Usually it takes care of the authentication and the assignment of an IP address.
Actuator
A type of component that changes an energy into motion. Motors are a type of electrical actuator.
Alternating current
A type of current where electricity changes its direction periodically. This is the sort of electricity that comes out of a wall socket.
Amperage (Amps or Amperes)
The amount of electrical charge flowing past a specific point in your circuit. Describes the current as it flows through a conductor, like a wire.
Analog
Something that can continuously vary over time.
Analog-to-Digital Converter (ADC)
A circuit that converts an analog voltage into a digital number representing that voltage. This circuit is built-in to the microcontroller, and is connected to the analog input pins of the Arduino board.
Anode
The positive end of a diode (remember that an LED is a type of diode).
Argument
A type of data supplied to a function as an input. For example, for digitalRead() to know what pin to check, it takes an argument in the form of a pin number.
Array
In programming, this is a group of variables that are identified by one name, and accessed by an index number.
Back-voltage
Voltage that pushes back against the current that created it. It can be created by motors spinning down. This can damage circuits, which is why diodes are often used in conjunction with motors (Free-wheel diode).
Baud
Shorthand for “bits per second”, signifying the speed at which two devices are communicating.
Binary
Only two states are possible, like true/false or off/on.
Bit
The smallest piece of information a digital device can manage.
Boolean
A datatype that indicates something binary
Bootloader
The Bootloader is a special piece of code that the microcontroller executes at power-up or under specific conditions and takes care of the loading of the code into Flash memory. If the Bootloader doesn’t receive an upload request by the host, it passes the execution to the user sketch.
Calibration
The process of making adjustments to certain numbers or components to get the best results from a circuit or program. In Arduino projects, this is often used when sensors in the real world may give different values in different circumstances, for instance the amount of light on a photoresistor. Calibration can be automatic or manual
Capacitance
The ability of a material to hold an electric charge.
Cathode
The negative end of a diode
Circuit
A circular path from a power supply, through a load, and then back again to the other end of the power supply. Current flows in a circuit only if it is closed, that is, if the outgoing and return path are both uninterrupted (or closed). if either path is interrupted (or open) then current will not flow through the circuit.
common cathode LED
Type of LED’s that have multiple colors in one fixture, with one cathode and multiple anodes