Skip to content

eddmann/pico-secret-santa

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pico Secret Santa

Allocates and sends an SMS to every Secret Santa participant; using MicroPython, Raspberry Pi Pico, a SIM800L module and the Pico Display Pack.

Usage

  • Connect the Pico Display Pack to the Raspberry Pi Pico.
  • Connect the SIM800L module to the Raspberry Pi Pico.
  • Create a participants.json file (based on participants.json.example) which includes the desired participants.
  • Flash the Raspberry Pi Pico with the latest MicroPython with Pimoroni Libs.
  • Copy the codebase to the Raspberry Pi Pico.
  • Boot the Raspberry Pi Pico and follow the on-screen instructions.

Other Years

Interested in seeing how I over-engineered the problem of allocating Secret Santa's in other years?