{"id":27134622,"url":"https://github.com/meshosk/pico-weather-sensor","last_synced_at":"2026-05-15T18:34:16.393Z","repository":{"id":286442488,"uuid":"961418774","full_name":"meshosk/pico-weather-sensor","owner":"meshosk","description":"Code for weather pico 2 w gatherer with  bme280 and pico lipo shim","archived":false,"fork":false,"pushed_at":"2025-04-07T08:34:17.000Z","size":29,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-09T14:51:20.016Z","etag":null,"topics":["ble","mbe280","micropython","raspberry-pi-pico-2-w","sensor"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/meshosk.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":"2025-04-06T13:37:29.000Z","updated_at":"2025-09-25T09:10:16.000Z","dependencies_parsed_at":"2025-04-09T23:41:02.484Z","dependency_job_id":null,"html_url":"https://github.com/meshosk/pico-weather-sensor","commit_stats":null,"previous_names":["meshosk/pico-weather-sensor"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/meshosk/pico-weather-sensor","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/meshosk%2Fpico-weather-sensor","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/meshosk%2Fpico-weather-sensor/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/meshosk%2Fpico-weather-sensor/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/meshosk%2Fpico-weather-sensor/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/meshosk","download_url":"https://codeload.github.com/meshosk/pico-weather-sensor/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/meshosk%2Fpico-weather-sensor/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33074864,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-15T11:35:32.926Z","status":"ssl_error","status_checked_at":"2026-05-15T11:35:31.362Z","response_time":103,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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":["ble","mbe280","micropython","raspberry-pi-pico-2-w","sensor"],"created_at":"2025-04-08T00:48:53.375Z","updated_at":"2026-05-15T18:34:16.363Z","avatar_url":"https://github.com/meshosk.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# The pico weather sensor\n\nCode for my home-made weather sensor using:\n\n* BME280 - it is collecting tempererature, humidity, air pressure and calculated sea level air pressure\n* Pimoroni LiPo SHIM - for backup battery and resistor for VSYS voltage reading\n\nIt is using BLE to send following data in as binary (grabbed from testing html file for BLE run verification):\n\n```javascript\nd = {\n          temperature : dataView.getFloat32(0).toFixed(2),\n          humidity: dataView.getFloat32(4).toFixed(2),\n          pressure: dataView.getFloat32(8).toFixed(2),\n          seaPressure: dataView.getFloat32(12).toFixed(2),\n          batteryVoltage: dataView.getFloat32(16).toFixed(2),\n          batteryPercentage: dataView.getFloat32(20).toFixed(2),\n          usbPlugged: dataView.getUint8(24)\n      }\n```\n\n_Current state it is not fully energy or code (use of AI for faster development) optimized and will change in future._\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmeshosk%2Fpico-weather-sensor","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmeshosk%2Fpico-weather-sensor","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmeshosk%2Fpico-weather-sensor/lists"}