Anonymous

Difference between revisions of "Arduino"

From cod3v
471 bytes added ,  9 months ago
 
(7 intermediate revisions by the same user not shown)
Line 10: Line 10:


Tutorials for different Arduino curriculums
Tutorials for different Arduino curriculums
'''Arduino Kit'''. Plans for a not-so-simple school friendly Arduino setup
# Arduino
# MPU6050 // MPU9250 (included in gy-91). https://sureshjoshi.com/embedded/invensense-imus-what-to-know
# Display: SSD1306 0.96 inch I2C OLED  // or 5110 (works 3.3V; is there i2c?).
# Ledstrip
# NTC
# Barometer
# Potentiometer
# Motor controller
# Light diode


'''Arduino Cansat project'''. See also https://github.com/markkuleino/cansat/. See jumpers  
'''Arduino Cansat project'''. See also https://github.com/markkuleino/cansat/. See jumpers  
Line 31: Line 43:
* [[Plot_Cansat_or_any_csv_data_using_Python]]
* [[Plot_Cansat_or_any_csv_data_using_Python]]


* [[Switches and push buttons]]
* [[Measurement of resistors: voltage divider]]


'''Detailed''' (or hardcodre) instructions:
'''Detailed''' (or hardcodre) instructions:
Line 36: Line 51:
* [[I2c scanner]]
* [[I2c scanner]]
* GY-91 reading digital data
* GY-91 reading digital data
* Altimeter MPL3115A2
* SCD-40 CO2 sensor


'''Projects'''
'''Projects'''