Skip to content

SheepTester-forks/spotify_remote_dev

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Spotify Remote

Table of Contents

  1. About The Project
  2. Getting Started
  3. Usage

About The Project

See our Project Charter

This is an introductory project/workshop on IoT hardware where students can create a WiFi-enabled remote for Spotify. By the end of the day, students will gain a broader understanding of embedded development and API services.

Technologies

Getting Started

To get a local copy up and running follow these steps.

Prerequisites

Visual Studio Code:

  • Download Visual Studio Code on their website. VSCode is a powerful code editor that offers rich integrations, error checking, and code completion. It supports hundreds of languages, including Arduino C/C++ which we will heavily use for this project.

  • Requirements:

    • Operating systems: macOS, Linux, and Windows
    • At least 300 MB of space

Python:

  • Download the latest version of Python on their website. We will not be programming anything in Python, but PlatformIO, which we will discuss later below, requires Python for it to be installed.

  • Requirements:

    • At least 100 MB of space

PlatformIO (Visual Studio Code Extension):

  • Open VSCode and head to the ‘Extensions’ menu. Search for ‘PlatformIO’ and install it. PlatformIO is a neat integration for embedded development, and we will be using it to program/upload code to our IoT boards. Unlike the Arduino IDE that we are traditionally familiar with, PlatformIO offers convenient features, such as port detection, larger boards selection, pre-loaded libraries, and all other features offered already in VSCode.

  • Requirements:

    • Visual Studio Code installed
    • Python 3.x or the latest version

Additionally see here for Prerequisites

Installation

  1. Clone the repo:
  git clone https://github.com/Project-in-a-Box-JSOE/spotify_remote_dev
  1. Open the repo as a PlatformIO project

Usage

Follow along through our workshop slides

High Level Architecture

Releases

No releases published

Packages

No packages published

Languages

  • C++ 95.3%
  • C 4.7%