Skip to content

Simple Raspberry Pi Pico program to periodically check the stock price and display it

License

Notifications You must be signed in to change notification settings

maxce-ok/Rpi-pico-stock-price-display

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rpi-pico-stock-price-display

Simple Raspberry Pi Pico program to periodically check the stock price and display it

Required hardware

  • A Raspberry Pi Pico W with the latest version of the micropython firmware. You can download it from the Raspberry Pi website.
  • Display e-ink Waveshare Pico-ePaper-2.13 (B)
  • (Optional) Waveshare Pico UPS B

Required software

  • Thonny for loading the .py files in the Raspberry Pi Pico

How to install

Create a file secrets.py using the file secrets.py.example as baseline. Replace the values of the variables with the proper information. Visit Alpha Vantage to get a free key.

Use Thonny to load all .py files in the Raspberry Pi Pico. You can find the procedure in the official Raspberry Pi Pico documentation.

About

Simple Raspberry Pi Pico program to periodically check the stock price and display it

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%