Skip to content

sigmdel/w600_micropython_examples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

w600_micropython_examples

Simple MicroPython scripts on the Wemos W600-Pico development board.


🔴 Deprecated 2023-01-29

This repository is deprecated, please use w600_micropython_1_19_examples


⚠️ Warning 2022-12-15

These scripts work with MicroPython version v1.10-282 preloaded on the W600-Pico. As pointed out by LexxM3, Robert Hammelrath (robert-hh) has not only ported MicroPython v1.19.1 to the W60X, but he also makes the wm_w600*.fls image files available in his Shared-Stuff repository.

It would be best to use one of these newer versions of MicroPython.

This repository will be deleted or perhaps archived and replace with an updated version as soon as possible.


Source code to accompany A First Look at the Winner Micro W600.

  1. restore_ftp

    • Short MicroPython script easily copied and pasted at the REPL prompt to restore the FTP server.
    • Adjust the Wi-Fi credentials and the static IP address to suit.
    • See 5. The FTP Server.
  2. blink

    • Obligatory blink script flashing the on-board LED of the W600-Pico.
    • See 6. A Blink Example.
  3. boot

    • A custom boot.py script that connects to a Wi-Fi network and starts an FTP server.
    • Required for a workable programming environment.
    • Copy boot.py to the root directory of the W600 file system.
    • Adjust the content of secrets.template and save as secrets.py alongside boot.py.
    • See 7. A Custom boot.py.
  4. button

  5. mqtt

Licence

The BSD Zero Clause (SPDX: 0BSD) licence applies to the original code in this repository.

Please respect the licence of each of the libraries used

About

Simple MicroPython scripts on the Wemos W600-Pico

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages