From abf471ee66ce07aff7bdd6e198e1fe84bd23ece6 Mon Sep 17 00:00:00 2001 From: alanbjohnston Date: Sat, 27 Aug 2022 10:36:11 -0400 Subject: [PATCH] Update readme.MD --- cubesatsim/readme.MD | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/cubesatsim/readme.MD b/cubesatsim/readme.MD index d65d588b..5e39adde 100644 --- a/cubesatsim/readme.MD +++ b/cubesatsim/readme.MD @@ -10,7 +10,9 @@ I am using version 1.18.19 You will need the cubesatsim code on your computer. If you have git installed, you can clone the repository by typing: git clone https://github.com/alanbjohnston/CubeSatSim.git + git checkout pico + git pull If you don't, you can download a ZIP file with the code https://github.com/alanbjohnston/CubeSatSim/archive/refs/heads/pico.zip @@ -18,6 +20,7 @@ If you don't, you can download a ZIP file with the code https://github.com/alanb Unzip the pico.zip file Run the Arduino IDE + In the menu, select File Open then move to the CubeSatSim-pico/cubesatsim directory and you will see cubesatsim.ino. Select this file then click Open. The "sketch" will open and you should see a view like this. @@ -49,9 +52,13 @@ Next, install some libraries by going under the menu Tools/ Manage Libraries. A Do the same for the following libraries: Adafruit INA219 + Adafruit BME280 + RPI_PICO_TimerInterrupt + JPEGDecoder + FastCRC Find the ZIP file you downloaded and select it.