Difference between revisions of "Arduino"

From cod3v
Line 9: Line 9:
== Theory ==
== Theory ==


Tutorials. Arduino Cansat project. See also https://github.com/markkuleino/cansat/
Tutorials. Arduino Cansat project. See also https://github.com/markkuleino/cansat/. See jumpers
# When J2 and J3 are not connected, you can program the Arduino via the USB cable.
# By setting the jumpers at J2 (and J3) you can transmit data through the radio.
# When placing jumpers at J4 (and J5) you enable data storage in the MicroSD-card (if a MicroSD card is inserted).
# When placing a jumper at J6, the EN pin on the APC220 radio module is connected to the digital port D7 on the Arduino.
#A jumper must be placed either at J7 or at J8 or both in order to connect power to the Gy-87/88/91.
 
* [[Blinking_led;_Arduino|Blinking led]]  
* [[Blinking_led;_Arduino|Blinking led]]  
* [[GY-91 Sensor;_Arduino|GY-91 sensor acceleration]]  
* [[GY-91 Sensor;_Arduino|GY-91 sensor acceleration]]  

Revision as of 08:42, 23 March 2023

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.

See also Python introduction how to plot csv (or log) data: Plot Cansat or any csv data using Python

Theory

Tutorials. Arduino Cansat project. See also https://github.com/markkuleino/cansat/. See jumpers

  1. When J2 and J3 are not connected, you can program the Arduino via the USB cable.
  2. By setting the jumpers at J2 (and J3) you can transmit data through the radio.
  3. When placing jumpers at J4 (and J5) you enable data storage in the MicroSD-card (if a MicroSD card is inserted).
  4. When placing a jumper at J6, the EN pin on the APC220 radio module is connected to the digital port D7 on the Arduino.
  5. A jumper must be placed either at J7 or at J8 or both in order to connect power to the Gy-87/88/91.

Detailed (or hardcodre) instructions:

Projects

Cansat Arduino

Cansat Version 7
Cansat Version .... This version has MPX4115A pressure sensor.

Check the pins while uploading, saving or using memory card.

  • Not found. . . Remove the pins.
    1. CanSat-laajennuspiirilevyssä on oikeanpuoleisen kuvan mukaisesti kaksi hyppyjohdinsarjaa, J2 ja J3.
    2. Kun J2- ja J3-hyppyjohtimia ei ole kytketty, voit ohjelmoida Arduinoa.
    3. Kun asetat hyppyjohtimet kohtiin J2-1 ja J2-2, voit lähettää tietoja radiolla.
    4. Kun asetat hyppyjohtimet kohtiin J3-1 ja J3-2, voit ottaa käyttöön tietojen tallentamisen SD-kortille (jos se on kytketty).


Caption text
TASK Sat-1 Sat-2 Sat-3
GY-91 Runs burning hot. Acc values are zero OK. Addresses 0x68 and 0x76 Red light do not turn on. I2C_scanner do not find the sensors.
NTC Example Example
Datalogger Example Example
Radio Example Example

Some local links

Esero manuals