Giter VIP home page Giter VIP logo

pico-solar-system's Introduction

Pico Solar System

A miniature device depicting the relative position of the planets in Solar System.

pico

Hardware

  • Raspberry Pi Pico
  • Precision RTC Module (DS3231)
  • Pico Display Pack

Installation

MicroPython

The software is written in MicroPython 1.15 and uses a custom build from Pimorony which includes drivers for the display. Download it from the official Pimorony repository here.

  1. Download the MicroPython UF2.
  2. Push and hold the BOOTSEL button and plug your Pico into the USB port of your computer. Release the BOOTSEL button after your Pico is connected.
  3. It will mount as a Mass Storage Device called RPI-RP2.
  4. Drag and drop the MicroPython UF2 file onto the RPI-RP2 volume.

rshell

To upload and configure your Pico Solar System you will need to install rshell. Make sure you have pip installed.

pip3 install rshell

Abe

  1. Download Pico Solar System
git clone https://github.com/dr-mod/pico-solar-system.git
  1. Open the directory with the source code
cd pico-solar-system
  1. Copy required python files to your pico
rshell
cp *.py /pyboard/
  1. Set time & configure the RTC module
repl

import time
import ds3231
rtc = ds3231.ds3231()
rtc.set_time(time.time())

pico-solar-system's People

Contributors

dr-mod avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.