{"id":18304518,"url":"https://github.com/sigmdel/w600_micropython_1_19_examples","last_synced_at":"2026-04-26T12:31:19.244Z","repository":{"id":156700442,"uuid":"594820102","full_name":"sigmdel/w600_micropython_1_19_examples","owner":"sigmdel","description":"MicroPython 1.19 Example Scripts on W600-PICO Board","archived":false,"fork":false,"pushed_at":"2023-03-01T05:21:25.000Z","size":22,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-09T10:41:47.445Z","etag":null,"topics":["micropython","umqtt","w600","webserver"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"0bsd","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/sigmdel.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"COPYING","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-01-29T18:32:18.000Z","updated_at":"2023-11-30T20:38:00.000Z","dependencies_parsed_at":null,"dependency_job_id":"b6e775c7-c390-41d6-b6b5-bc8a2d0fcb12","html_url":"https://github.com/sigmdel/w600_micropython_1_19_examples","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/sigmdel/w600_micropython_1_19_examples","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sigmdel%2Fw600_micropython_1_19_examples","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sigmdel%2Fw600_micropython_1_19_examples/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sigmdel%2Fw600_micropython_1_19_examples/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sigmdel%2Fw600_micropython_1_19_examples/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sigmdel","download_url":"https://codeload.github.com/sigmdel/w600_micropython_1_19_examples/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sigmdel%2Fw600_micropython_1_19_examples/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32297893,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-26T09:34:17.070Z","status":"ssl_error","status_checked_at":"2026-04-26T09:34:00.993Z","response_time":129,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["micropython","umqtt","w600","webserver"],"created_at":"2024-11-05T15:29:10.940Z","updated_at":"2026-04-26T12:31:19.228Z","avatar_url":"https://github.com/sigmdel.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# w600_micropython_1_19_examples\nMicroPython 1.19 Example Scripts on W600-PICO Board\n\n## Description\nSource code to accompany \n[A Second Look at the W600-PICO Development Board](https://sigmdel.ca/michel/ha/w600/second_look_w600_en.html).\n\n**This repository is meant to replace the older [w600_micropython_examples](https://github.com/sigmdel/w600_micropython_examples) repository which used MicroPython version 1.10 \nthat comes preinstalled on the board.**\n\n## Usage\n\n1. Flash the most recent W60X MicroPython port [wm_w600_lfs.fls](https://github.com/robert-hh/Shared-Stuff) onto the W600-PICO.\n\n\n2. Copy all the MicroPython scripts (`*.py`) in the  [src](src) to the W600-PICO flash memory.  \n\n3. Modify `lib/secrets_template.py` as required to connect to the local Wi-Fi network and save the modified file as `lib/secrets.py`.\n\n4. Modify `lib/mqtttdata_template.py` as required to use a local MQTT broker and save the modified file as `lib/mqttdata.py`.\n\n5. Edit `demo.py` to remove scripts if wanted. For example, if a connection to a Wi-Fi network is not possible, then remove the `import customboot`, and then the last three scripts `import webserver`, `import mqtttest` and `import wifiswitch`. If there is no local MQTT broker available, then remove the last two scripts.\n\n6. Restart the W600-PICO. The scripts in `demo.py` should all be executed one after the other. It will be necessary to click on the `Quit` button in the default web page of the `webserver` to continue on to the last two modules.\n\nDetailed instructions on how to update firmware of the W600-PICO and how to copy files to and from the development board's flash memory are available in [A Second Look at the W600-PICO Development Board](https://sigmdel.ca/michel/ha/w600/second_look_w600_en.html).\n\n## Credits and Thanks\n\nThanks to the [MicroPython](https://micropython.org) team for porting Python 3 to microcontrollers. \n\nThanks to Robert Mammelrath ([robert-hh](https://github.com/robert-hh)) *et al.* for keeping the initial port of MicroPython to the W60X by @wdyichen current and for making the image file available.\n\nThanks to [LexxM3](https://github.com/LexxM3) for [information](https://github.com/sigmdel/w600_micropython_examples/issues/1) about the newest version of MicroPython of the W60X.\n\n## Licence\n\nThe **BSD Zero Clause** ([SPDX](https://spdx.dev/): [0BSD](https://spdx.org/licenses/0BSD.html)) licence applies to the original code in this repository. \n\nPlease respect the licence of each of the libraries used \n  - micropython-lib/umqtt.simple: [MIT](https://github.com/micropython/micropython-lib/blob/master/LICENSE)\n  - MicroPython-Button: [not defined](https://github.com/ubidefeo/MicroPython-Button)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsigmdel%2Fw600_micropython_1_19_examples","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsigmdel%2Fw600_micropython_1_19_examples","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsigmdel%2Fw600_micropython_1_19_examples/lists"}