Anonymous

Difference between revisions of "Arduino"

From cod3v
586 bytes added ,  9 months ago
 
(9 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 29: Line 41:
* [[SCD-30 and GY-91]]: Measure all with two/three different sensors (one including two sensors).
* [[SCD-30 and GY-91]]: Measure all with two/three different sensors (one including two sensors).
* [[Beta fpv C04 Camera and VTX]]
* [[Beta fpv C04 Camera and VTX]]
* [[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:
* [[Arduino_OKY3259-1_GY-BMP280|GY-91]]
* [[Arduino_OKY3259-1_GY-BMP280|GY-91]]
* [[I2c scanner]]
* [[I2c scanner]]
* GY-91 reading digital data
* GY-91 reading digital data
* Altimeter MPL3115A2
* SCD-40 CO2 sensor


Projects
'''Projects'''
* [[Arduino Led Matrix 8x7 WS2811|Led Matrix 8x7 using WS2811]].
* [[Arduino Led Matrix 8x7 WS2811|Led Matrix 8x7 using WS2811]].
* [[Arduino OKY3259-1 GY-BMP280| Atmospheric Barometric Pressure Digital Sensor Module]]
* [[Arduino OKY3259-1 GY-BMP280| Atmospheric Barometric Pressure Digital Sensor Module]]
* Camera OV7670
* Camera OV7670
* [[RTL-SDR AIS Ship Tracking]]
* [[RTL-SDR AIS Ship Tracking]]
* Muon CosmicWatch http://www.cosmicwatch.lns.mit.edu/


== Cansat Arduino ==
== Cansat Arduino ==