An app for M5StickC Plus that allows to change source for Tonies in TeddyCloud. See this video for an illustration.
- Use M5Burner to install UIFlow2 to your M5StickC Plus (unless it came pre-flashed with it already).
- Clone the repository, rename
flash/sample_config.pytoflash/config.pyand update its contents accordingly. - Create the 135x180 JPG images for your tonies and put them in
flash/res/img. Mention these images in yourflash/config.py. - Connect your M5StickC to your computer over USB and copy the contents of the
flash/folder over (leaving the existing files intact and overwritingmain.pyandboot.py). I currently know of two ways to do it.- One option is to use the Thonny editor. Click in the lower right corner to connect to your M5StickC, then click View->Files and you should see a panel that will allow you to move files between the M5StickC and your computer.
- A somewhat less convenient option, which does not require installing any additional software is to use the UIFlow2 web IDE. First connect to your device over USB. Then click the "Device File Manager" icon to the right of the "USB Device: StickCPlus" button. It opens the Web terminal that has a "File" button on top that lets you copy files over to flash one by one.
- MIT