This project has won the 3rd place 🥉 award on Arduino Cloud Games 2022!
Makes you control your Spotify player using your Arduino Oplà IoT kit. Created for #cloudgames2022.
Please check the Arduino Project Hub page for more information.
-
Enter your WiFi SSID and password to Secret tab
-
Create an Application on https://developer.spotify.com/dashboard/applications
-
Enter your Client ID and Client Secret to Secret tab
-
Enter http://[ARDUINO_IP_ADDRESS]/redirect/ to your Spotify app, for example http://192.168.1.105/redirect/. You can find your IP address after booting up the Arduino
Assemble the circuit following the diagram assembly.png attached to the sketch.
Upload the code contained in this sketch on to your board.
sketch => Arduino sketch folder ├── Spotify_Controller.ino => main Arduino file ├── thingProperties.h => Arduino IoT Cloud properties ├── spotifyLogo.h => Spotify logo image ├── assembly.png => an image of the assembly └── ReadMe.adoc => this file