{"id":18498736,"url":"https://github.com/thingssdk/wifigotchi-example","last_synced_at":"2025-05-14T05:31:13.237Z","repository":{"id":81548691,"uuid":"64279213","full_name":"thingsSDK/wifigotchi-example","owner":"thingsSDK","description":"Example ThingsSDK project","archived":false,"fork":false,"pushed_at":"2016-12-02T23:12:51.000Z","size":194,"stargazers_count":2,"open_issues_count":0,"forks_count":2,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-17T00:45:53.953Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/thingsSDK.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2016-07-27T05:17:36.000Z","updated_at":"2017-03-10T09:53:32.000Z","dependencies_parsed_at":null,"dependency_job_id":"5c11ef27-6b95-4d77-95fa-98c168178d64","html_url":"https://github.com/thingsSDK/wifigotchi-example","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thingsSDK%2Fwifigotchi-example","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thingsSDK%2Fwifigotchi-example/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thingsSDK%2Fwifigotchi-example/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thingsSDK%2Fwifigotchi-example/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/thingsSDK","download_url":"https://codeload.github.com/thingsSDK/wifigotchi-example/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254076977,"owners_count":22010630,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":[],"created_at":"2024-11-06T13:42:23.064Z","updated_at":"2025-05-14T05:31:13.200Z","avatar_url":"https://github.com/thingsSDK.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# An Internet-enabled DIY MMO \"Tamagotchi\"\n\nThis is an example of the [Wifigotchi](http://wifigotchi.com) running on the JavaScript runtime [Espruino](http://espruino.com) on an ESP8266 based board, the [Adafruit Feather HUZZAH](https://www.adafruit.com/products/2821).\n\n## Bill of Materials\n\n* [Adafruit Feather HUZZAH](https://www.adafruit.com/products/282)1 or any ESP12 based ESP8266 boards\n* [8x8 LED Matrix](https://www.adafruit.com/products/1857) Any color, as long as it has the \n* [Breadboard](https://www.adafruit.com/products/64) \n* [Breadboarding wire](https://www.adafruit.com/products/153)\n\n## Software\n\n* [Flasher.js](http://forefront.io/a/introducing-flasher-js/) (To installer/flash Espruino on your ESP8266 board)\n* Node.js / npm\n\n## Wiring\n\n![Wifigotchi wiring](images/wiring.png)\n\n## Run the Code!\n\nMake sure you've flashed the Espruino runtime using the one-click flasher utility, [Flasher.js](http://forefront.io/a/introducing-flasher-js/). You only need to do this once.\n\n![Flasher.js 2x speed](http://forefront.io/attachments/flasher.js.gif)\n\nClone or download the project.\n\n```\n$ git clone https://github.com/thingsSDK/wifigotchi-example.git\n```\n\nInstall the dependancies.\n\n```\n$ npm install\n```\n\nModify `devices.json` with your COM/serial port. Replace `COM7` to your port.\n\nRename `credentials.example.json` to `credentials.json` and modify with your wifi connectivity settings.\n\n```javascript\n    {\n        \"SSID\": \"PASSWORD\",\n        \"ANOTHER_SSID\": \"THAT_OTHER_PASSWORD\"\n    }\n```\n\nFor example, if your home wifi network was `NETGEAR52` and your password was `LetMeIn` change the code to this.\n\n```javascript\n    {\n        \"NETGEAR52\": \"LetMeIn\"\n    }\n```\n\nIf you wanted your device to connect to your work network `WORK` aswell, you can add another entry to the credentials.\n\n```javascript\n    {\n        \"NETGEAR52\": \"LetMeIn\",\n        \"WORK\": \"dadada\"\n    }\n```\n\nWhen you're done run the push command to deploy it to your device.\n\n```\n$ npm run push\n```\n\nThen visit [http://wifigotchi.com](http://wifigotchi.com) and click a face and watch your internet enabled Wifigotchi change it's face!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthingssdk%2Fwifigotchi-example","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthingssdk%2Fwifigotchi-example","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthingssdk%2Fwifigotchi-example/lists"}