Arduino: Difference between revisions
From wikiluntti
(→Theory) |
(→Theory) |
||
Line 9: | Line 9: | ||
Tutorials | Tutorials | ||
* [[Blinking_led;_Arduino|Blinking led]] | * [[Blinking_led;_Arduino|Blinking led]] | ||
* [[GY-91 Sensor;_Arduino|GY-91 sensor]] | * [[GY-91 Sensor;_Arduino|GY-91 sensor acceleration]] | ||
* Blinking led with GY-91 | * Blinking led with GY-91 | ||
* [[GY-91 Sensor measuring Pressure;_Arduino|GY-91 sensor measuring pressure]] | * [[GY-91 Sensor measuring Pressure;_Arduino|GY-91 sensor measuring pressure]] | ||
* GY-91 | * GY-91: Measure both; acceleration and pressure | ||
Detailed 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 | |||
Projects | Projects |
Revision as of 15:29, 28 November 2022
Introduction
Some Arduino related stuff.
Use e.g. Cool Term Win to save logged terminal data from serial monitor. The serial monitor need to be closed during the recording.
Theory
Tutorials
- Blinking led
- GY-91 sensor acceleration
- Blinking led with GY-91
- GY-91 sensor measuring pressure
- GY-91: Measure both; acceleration and pressure
Detailed (or hardcodre) instructions:
- GY-91
- I2c scanner
- GY-91 reading digital data
Projects