Question

In: Electrical Engineering

what is the following (ARDUINO): -Examples of a standard Arduino library -The Arduino uses a structured...

what is the following (ARDUINO):

-Examples of a standard Arduino library

-The Arduino uses a structured programming language-what type

-Channels of A/D conversion on the Arduino Uno

-The Arduino correlates temperature readings with what

Solutions

Expert Solution

Standard Arduino libraries:

->Electrically Erasable PROM(EEPROM): For reading and writing to storage (Non-volatile).

-> Ethernet : For connecting to the internet using the Arduino Ethernet shield

-> Firmata : Uses standard serial protocol for communication with various applications on the host computer

-> GSM: Connectivity to GSM/GPRS network with the GSM shield

-> Servo: For implementing applications which use Servo motors

-> Serial peripheral interface (SPI) bus: For communication with Serial I/O devices

->WiFi: For connectivity to the Internet using the Arduino WiFi shield

Structured programming language:

-> Arduino uses structured programming language (C / C++), which allow Sequencing, Selection and iteration, which are basic elements of structured programming to realize control strcutures.

Analog-to-digital converters(ADC) on the Arduino Uno:

-> Arduino uses 6 ADC channels, which can be used as analog inputs.The ADC is of 10-bit resolution, which means that it will map input voltages between 0 and VDD volts into integer values between 0 and 1023(210-1).So, for N-bit resolution, it is given by: VDD/(2N-1)

Correlation of Temperature readings:

-> Temperature readings can be correlated with voltages measured on the analog input pin, with the hep of a function, like analogRead(). Then for conversion the following calibrations or formulae are useful

(i) degreesC = (voltage-0.5) * 100

(i) degreesF = degreesC * (9/5)+32


Related Solutions

Multiple Choice/ Arduino Review -The Arduino uses what to assign analog values? a. Sine waves b....
Multiple Choice/ Arduino Review -The Arduino uses what to assign analog values? a. Sine waves b. PWM c. Square Waves d. Both b and c - Which Of the following is NOT an example Of a standard Arduino library? a. Servo b. TFT c. LiquidCrystal d. Thermo - The Arduino language is based on what? a. Python b. Java c. C/C++ d. HTML - How many channels of A/D conversion does the Arduino Uno have? a. 6 b. 13 c....
Arduino code , using DS3231 library to set time/ date by keypad and print that on...
Arduino code , using DS3231 library to set time/ date by keypad and print that on lcd. i would like to make user to set time and date from the keypad .
what is the following (ARDUINO): -The digitalRead function -The correct setup for the “for” / “for...
what is the following (ARDUINO): -The digitalRead function -The correct setup for the “for” / “for next loop” control: - The analogWrite function can be used to -Serial.print() will display information on
As a volunteer at a local library, you see that library uses a system which stores...
As a volunteer at a local library, you see that library uses a system which stores member, books and other data in text files. This system was commissioned long ago, developed by one of the staff members. You are asked by the librarian to explain the limitations of file-based approach to a committee to evaluate implementation of a system that uses a database to store information.                                                  
Discuss the need for alternative techniques of data analysis between structured data and structured data,give examples.
Discuss the need for alternative techniques of data analysis between structured data and structured data,give examples.
Give examples of structured, semistructured and unstructured decisions in business. Justify your examples by referring to...
Give examples of structured, semistructured and unstructured decisions in business. Justify your examples by referring to properties of these types of decisions. Then, identify what information systems may be used to support different types of decisions.
what is the following (ARDUINO): -Analog pins can be used to -AnalogReadSerial: -What pins on the...
what is the following (ARDUINO): -Analog pins can be used to -AnalogReadSerial: -What pins on the Arduino can be assigned as… -The Arduino uses what to assign analog values?
Pharaphrase and rewrite the following paragraph: Arduino Arduino Uno is a microcontroller board b... pharaphrase and...
Pharaphrase and rewrite the following paragraph: Arduino Arduino Uno is a microcontroller board b... pharaphrase and rewrite the following paragraph: Arduino Arduino Uno is a microcontroller board based on the ATmega328P (datasheet). It has 14 digital input/output pins (of which 6 can be used as PWM outputs), 6 analog inputs, a 16 MHz quartz crystal, a USB connection, a power jack, an ICSP header and a reset button. It contains everything needed to support the microcontroller; simply connect it to...
Using Arduino a) write a program that uses two potentiometers to adjust the values displayed on...
Using Arduino a) write a program that uses two potentiometers to adjust the values displayed on the serial monitor. Have the two values displayed side by side via the serial monitor and each range from 0 to 255
Give examples of Halo Effect, Telegraphing, Stereotyping, Behavioral Interviews and Structured Interviews. Give your own examples
Give examples of Halo Effect, Telegraphing, Stereotyping, Behavioral Interviews and Structured Interviews. Give your own examples
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT