Skip to content

Add new commands and functionality to Pico Ctrl stack. An app which lets you control Raspberry Pi Pico W with easy no code set-up. Just drag&drop .uf2 to your Raspberry Pi Pico in boot mode. Connect to wifi named Pico. Set up your wifi + add secret generated from the app. That's it, enjoy full control! ๐Ÿš€

me365xyz/pico-ctrl-dev

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

1 Commit
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

Develop with Pico Ctrl using MicroPython

Cover

Brief Set Up guide: https://pico.me365.xyz/steps

(Step 1 - same) Set Up Pico Ctrl

(Step 2 - different) Code with Pico W

  • Use dev.uf2 file.

  • Download IDE to access Pico, e.g. Thonny IDE

  • Connect to your Pico W

  • Add src files to your Pico W, this handles each received command

  • Make some changes to handle new things e.g. create blink handle in handleCommands:

    def handleCommands(item, value):

    if "blink" == item:
      blink_onboard_led(int(value))

    ...

  • Rerun main.py after changes

(Step 3 - similiar) Test Pico W Control with Pico Ctrl

  • Create new Controller for your new commands, e.g. use command blink=5 and offCommand led=0
  • Update your device by enabling created command
  • Click on Control in Devices Control to emit new control command

About

Add new commands and functionality to Pico Ctrl stack. An app which lets you control Raspberry Pi Pico W with easy no code set-up. Just drag&drop .uf2 to your Raspberry Pi Pico in boot mode. Connect to wifi named Pico. Set up your wifi + add secret generated from the app. That's it, enjoy full control! ๐Ÿš€

Topics

Resources

Stars

Watchers

Forks

Languages