Skip to content

Fun micropython script to add blinking lights and temperature sensing to TDRS satellite model

Notifications You must be signed in to change notification settings

kylevernyi/tdrs-model

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

tdrs-model

Fun micropython script to add blinking lights and temperature sensing to TDRS satellite model. Runs on Raspberry Pi Pico.

Flashing

Micropython makes it very easy to flash code to the Pico. Just rename your Python script main.py, connect the Pico to your PC with USB, and drag and drop the main.py file.

Some notes

  • Could not get broadcast/multicast to work on the python networking module. It may not be supported on the Micropython side
  • Temperature data from the onboard temperature sensor is streamed to 192.168.1.168:5005 and can be received with the recv.py script.
  • replace the SSID and Password with your wifi information

About

Fun micropython script to add blinking lights and temperature sensing to TDRS satellite model

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages