{"id":21487624,"url":"https://github.com/outofcoffee/picow-wifi-http","last_synced_at":"2026-05-20T06:08:44.163Z","repository":{"id":206885836,"uuid":"717898728","full_name":"outofcoffee/picow-wifi-http","owner":"outofcoffee","description":"A project for Raspberry Pi Pico W to connect to Wi-Fi, send HTTP request to server and decode the response","archived":false,"fork":false,"pushed_at":"2023-11-16T00:01:40.000Z","size":33,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-08T23:02:03.613Z","etag":null,"topics":["http","kaluma","nodejs","pico-w","picow","wifi"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/outofcoffee.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2023-11-12T23:18:12.000Z","updated_at":"2024-06-04T16:15:36.000Z","dependencies_parsed_at":"2023-11-13T01:27:38.575Z","dependency_job_id":"a9026240-a7ac-42e2-8d4f-a1f389a6cdac","html_url":"https://github.com/outofcoffee/picow-wifi-http","commit_stats":null,"previous_names":["outofcoffee/picow-wifi-http"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/outofcoffee%2Fpicow-wifi-http","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/outofcoffee%2Fpicow-wifi-http/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/outofcoffee%2Fpicow-wifi-http/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/outofcoffee%2Fpicow-wifi-http/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/outofcoffee","download_url":"https://codeload.github.com/outofcoffee/picow-wifi-http/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244014113,"owners_count":20383716,"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":["http","kaluma","nodejs","pico-w","picow","wifi"],"created_at":"2024-11-23T13:29:51.832Z","updated_at":"2026-05-20T06:08:44.137Z","avatar_url":"https://github.com/outofcoffee.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Pico W - Wi-Fi and HTTP request example\n\nA project for [Raspberry Pi Pico W](https://www.raspberrypi.com/documentation/microcontrollers/raspberry-pi-pico.html) to:\n\n- connect to Wi-Fi\n- send HTTP request to server\n- receive response, decode it and print it\n\n## Prerequisites\n\nFollow installation instructions for [Kaluma.js](https://kalumajs.org).\n\nFlash the Pico W with the [Kaluma firmware](https://kalumajs.org/docs/getting-started#install-firmware).\n\n## Install dependencies\n\n```bash\nnpm ci\n```\n\n## Configure Wi-Fi\n\nTo connect to Wi-Fi, you need to create a `wifi.json` file in the project's root directory.\n\nCopy `wifi.json.example` to `wifi.json` and edit it to match your Wi-Fi network settings.\n\n## Run it\n\n\u003e **Note**\n\u003e Ensure your Pico W is connected to your computer via USB and you have flashed the Kaluma firmware.\n\nBundle the code and flash it to the Pico W:\n\n```bash\nnpm start\n```\n\nThe program will connect to Wi-Fi, send an HTTP request to server, receive response, print response, and then exit.\n\nTo exit the remote shell, press `Ctrl + z`.\n\n### Flash and bundle manually\n\n```bash\nkaluma flash ./index.js --bundle --shell\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foutofcoffee%2Fpicow-wifi-http","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Foutofcoffee%2Fpicow-wifi-http","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foutofcoffee%2Fpicow-wifi-http/lists"}