You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
CubeSatSim/arduino
alanbjohnston 23e95ddcae
Rename arduino/pro_micro/Blink_Pro_Micro.ino to arduino/Blink_Pro_Micro.ino
5 years ago
..
Blink_Pro_Micro.ino Rename arduino/pro_micro/Blink_Pro_Micro.ino to arduino/Blink_Pro_Micro.ino 5 years ago
GetAllData.ino Rename mpu6050_tockn_GetAllData.ino to GetAllData.ino 5 years ago
PayloadOK.ino Update PayloadOK.ino 6 years ago
PayloadOK_Pro_Micro.ino version of PayloadOK for Arduio Pro Micro 3.3V Board 5 years ago
README.md Update README.md 5 years ago
bme280test.ino Create bme280test.ino 5 years ago

README.md

This code is for the STM32 or Pro Micro acting a payload to the CubeSatSim.

Code that runs on both boards is in this directory. Code that only runs on a particular board is in the directory for that board.

Code includes:

i2c_scanner.ino A handy utility for scanning the I2C bus that displays the results in the Serial Monitor at 9600 baud. If the sensors are installed and the jumpers set to the correct position, the two sensors should be displayed.

blink_stm32.ino and blink_pro_micro.ino The usual Arduino "Hello World" application that blinks the LED.

bme280test.ino Displays the results of reading the BME280 sensor: Temperature, Pressure, Altitude, and Humidity and displays on Serial Monitor 9600 baud. Requires the following libraries: Wire, Adadruit_Sensor, Adafruit_BME280

GetAllData.ino Displays the results of reading the MPU6050 sensor: Temperature, X, Y, and Z Axes: Acceleration, Gyor (Rotation Rate), and Angle. Requires the following libraries: Wire and MPU6050_tockn.

The STM32 can be programmed using the Arduino IDE with the Generic STM32F103C series board and STM32duino bootloader, Maple Mini port.

The Sparkfun Pro Micro can also be programed using the Arduino IDE with the Sparkfun Pro Micro board and AVRISP mkII Programmer.

See the Wiki page for more information:

See https://github.com/alanbjohnston/CubeSatSim/wiki/Arduino-Payload

Powered by TurnKey Linux.