{"id":28551454,"url":"https://github.com/maltsev-dev/pico_rust","last_synced_at":"2025-07-05T20:30:52.026Z","repository":{"id":293946349,"uuid":"985116214","full_name":"maltsev-dev/pico_rust","owner":"maltsev-dev","description":null,"archived":false,"fork":false,"pushed_at":"2025-06-23T05:58:05.000Z","size":15,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-23T06:34:19.606Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Rust","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/maltsev-dev.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,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-05-17T05:13:56.000Z","updated_at":"2025-06-23T05:58:08.000Z","dependencies_parsed_at":"2025-06-23T06:38:48.759Z","dependency_job_id":null,"html_url":"https://github.com/maltsev-dev/pico_rust","commit_stats":null,"previous_names":["maltsev-dev/pico_rust"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/maltsev-dev/pico_rust","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maltsev-dev%2Fpico_rust","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maltsev-dev%2Fpico_rust/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maltsev-dev%2Fpico_rust/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maltsev-dev%2Fpico_rust/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/maltsev-dev","download_url":"https://codeload.github.com/maltsev-dev/pico_rust/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maltsev-dev%2Fpico_rust/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":263801702,"owners_count":23513701,"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":"2025-06-10T03:39:07.047Z","updated_at":"2025-07-05T20:30:52.013Z","avatar_url":"https://github.com/maltsev-dev.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🧪 RP2040 Pico W Lab\n\n**Experiments, Prototypes \u0026 Notes with the Raspberry Pi Pico W**\n\n## 📌 Overview\n\nThis repository contains my projects, experiments, and notes using the **Raspberry Pi Pico W**, built on the **RP2040** microcontroller with integrated Wi-Fi.  \nIt serves as a playground for testing ideas, learning embedded concepts, and building small prototypes.\n\n**Goals:**\n\n* Explore RP2040 features with `rp2040_hal`\n* Build Wi-Fi-enabled IoT devices\n* Interface with peripherals (GPIO, I2C, SPI, UART, ADC, PWM)\n* Experiment with power management, timers, interrupts\n* Integrate with sensors and modules (temperature, motion, light, etc.)\n\n---\n\n## ⚙️ Hardware Used\n\n* Raspberry Pi Pico W\n* Breadboard \u0026 jumper wires\n* Sensors: DHT11, MPU6050, BH1750, HW-416A, HC-SR04, HW-504, etc\n* Modules: OLED, WS2812 (Neopixels), relay, MOSFET driver\n* Power: USB / battery / external supply \n\n---\n\n## 🧩 Projects \u0026 Experiments\n\n| Project Name            | Description                         | Status         |\n| ----------------------- | ----------------------------------- | -------------- |\n| `blinky_led_by_button`  | External LED blink controlled by button           | ✅ Done         |\n| `led_bar`               | Make LED flow on 10 LED bar graph   | ✅ Done |\n| `led_lamp`              | LED ON and LED OFF with button         | ✅ Done      |\n| `led_analog`            | Breathing LED with PWM                | ✅ Done |\n| `led_bar_pwm`             | Make LED flow on 10 LED bar graph with PWM | ✅ Done      |\n| `led_rgb`             | Experiments with RGB LED | ✅ Done       |\n| `led_circle`             | Make LED circle with freenove | ✅ Done        |\n| `doorbell`             | Touch active buzzer | ⏳ Planned       |\n\n*More to come.*\n\n---\n\n## 🔧 Tools \u0026 Tech Stack\n\n* Languages:  Rust\n* IDEs: VSCode\n* Libraries: `embedded_hal`, `rp2040_hal`, `panic_halt`, `hal`\n* Protocols: GPIO, MQTT, UDP, TCP\n* Flash storage \u0026 OTA update experiments (planned)\n\n---\n\n## 📁 Repo Structure\n\n```\n/bin/\n  └── blinky_external_led/\n  └── blinky_led_by_button/\n  └── led_analog/\n  └── led_bar/\n  └── led_lamp/\n  └── ...\n/docs/\n  └── wiring_schematics/\n  └── setup_notes/\nREADME.md\n```\n\n---\n\n## 📎 Notes\n\nThis is an open lab space – not a polished library or framework. Things may be messy, experimental, or half-finished.\nIf you're tinkering with the Pico W too, feel free to fork, comment, or share ideas.\n\n\n```cargo run --bin file_name```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmaltsev-dev%2Fpico_rust","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmaltsev-dev%2Fpico_rust","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmaltsev-dev%2Fpico_rust/lists"}