{"id":19230663,"url":"https://github.com/ctron/drogue-thing","last_synced_at":"2026-05-31T16:31:54.364Z","repository":{"id":140052686,"uuid":"297701254","full_name":"ctron/drogue-thing","owner":"ctron","description":"A Thing, for the Internet, built with Drogue IoT.","archived":false,"fork":false,"pushed_at":"2021-02-10T16:06:46.000Z","size":43,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-02-23T11:17:41.692Z","etag":null,"topics":["iot","iot-devices"],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ctron.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":"2020-09-22T16:03:27.000Z","updated_at":"2021-02-10T16:06:49.000Z","dependencies_parsed_at":null,"dependency_job_id":"42e39a2b-1afe-4507-a0d6-9579ba4bb369","html_url":"https://github.com/ctron/drogue-thing","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/ctron/drogue-thing","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ctron%2Fdrogue-thing","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ctron%2Fdrogue-thing/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ctron%2Fdrogue-thing/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ctron%2Fdrogue-thing/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ctron","download_url":"https://codeload.github.com/ctron/drogue-thing/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ctron%2Fdrogue-thing/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33739861,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-05-31T02:00:06.040Z","response_time":95,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["iot","iot-devices"],"created_at":"2024-11-09T15:40:02.223Z","updated_at":"2026-05-31T16:31:54.335Z","avatar_url":"https://github.com/ctron.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# A \"Drogue IoT\" Thing\n\nAn example device, implemented with Drogue IoT in Rust.\n\nNOTE: This is mostly my personal example project and playground.\n\n## Pre-requisites\n\n* STM32F723E-DISCOVERY board\n  * ESP-01 (plugged in the Wi-Fi slot)\n* STM32F411 Nucleo 64\n  * ESP-01 wired up to UART1\n  * BME680 sensor connected to I2C1\n\n## Build\n\nFor STM32F411:\n\n    env CC=/usr/bin/clang cargo embed --release --features stm32f411\n\nFor STM32F723:\n\n    env CC=/usr/bin/clang cargo embed --release --features stm32f723\n\n## Wi-Fi credentials\n\nYou can put your Wi-Fi credentials into the following files:\n\n* `src/wifi.ssid.txt`\n* `src/wifi.password.txt`\n\nWhen you enable the feature `custom_wifi`, it will use the information from these files.\n\n## Display\n\nThe example allows to plug in a display as well. As there is a huge varietey of models and drivers, it is\nnecessary to adapt the code to yours. That is why this is an additional feature `display`, which needs to\nbe activated explicitly.\n\nWhen enabled, by default, it expects an \"ssd1351\" display having a size of 128x128, with RGB565 color format.\nAs display support is implemented using `embedded-graphics`, it should be relatively simple to implement a different\ndisplay type.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fctron%2Fdrogue-thing","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fctron%2Fdrogue-thing","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fctron%2Fdrogue-thing/lists"}