Skip to content

Latest commit

 

History

History
25 lines (13 loc) · 682 Bytes

README.md

File metadata and controls

25 lines (13 loc) · 682 Bytes

Cosmic Unicorn Habit Calendar

A Habit Calendar implemented on the Pimoroni Cosmic Unicorn

The Cosmic Unicorn Schematic.

Development Environment

I am using Visual Studio Code.

Install the MicroPico (Pico-W-Go) extension in order to connect to the Raspberry Pi Pico W, that is used on the Cosmic Unicorn.

Wifi Setup

Create 'wifi_config.py' with the following content:

WIFI_SSID = 'ssid'
WIFI_PASSWORD = 'pwd'

Obviously change the ssid and pwd to those applicable to your wifi network.