Arduino initialization file
Arduino sketch file
Arduino library file
Arduino output file
A value between 0 and 1023
A boolean value (true or false)
HIGH or LOW
A frequency value
LDR
DHT11
Ultrasonic sensor
Servo motor
Analog pin
Digital pin with ~ symbol
GND pin
Vin pin
Arduino Nano
Arduino Uno
Arduino Mega
Arduino Nano 33 IoT
Sense environmental data
Control actuators
Connect IoT devices to the cloud
Store data locally
To read analog signals
To output digital signals
To output PWM signals
To write digital HIGH/LOW values
MQ-135 gas sensor
PIR sensor
DHT22
BMP280
10mA
20mA
40mA
100mA
BMP180
MPU6050
DS18B20
To start the Serial Monitor
To set up serial communication and baud rate
To write data to the Serial Monitor
To end the serial communication
Measure light intensity
Detect motion
Measure temperature and humidity
Monitor air pressure
delay(1);
delay(100);
delay(1000);
delay(60);
A0
GND
RST
Vin
14
16
20
32
The frequency of data transmission in kilobytes
The number of bits transmitted per second
The power consumption of the device
The range of the communication
MQ-135
To generate a PWM signal
To produce a sound on a buzzer with a specific frequency
To control the brightness of an LED
To read analog values
tone(pin, frequency, duration)
tone(pin, duration, frequency)
tone(frequency, pin, duration)
tone(pin)
1 Hz to 1 kHz
31 Hz to 65535 Hz
100 Hz to 10 kHz
500 Hz to 1 MHz