{"id":22836014,"url":"https://github.com/hybridgroup/tinyglobo","last_synced_at":"2025-12-30T01:15:45.577Z","repository":{"id":137034188,"uuid":"588634217","full_name":"hybridgroup/tinyglobo","owner":"hybridgroup","description":"A pico balloon floats into the great big world, towing a RP2040 Pico programmed with TinyGo using LoraWAN to communicate along the way.","archived":false,"fork":false,"pushed_at":"2023-06-28T10:23:33.000Z","size":3622,"stargazers_count":61,"open_issues_count":0,"forks_count":3,"subscribers_count":5,"default_branch":"main","last_synced_at":"2024-12-12T23:02:42.721Z","etag":null,"topics":["golang","lorawan","picoballoon","rp2040","thethingsnetwork","tinygo"],"latest_commit_sha":null,"homepage":"https://tinyglobo.com","language":"Go","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/hybridgroup.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}},"created_at":"2023-01-13T15:54:00.000Z","updated_at":"2024-11-28T22:52:15.000Z","dependencies_parsed_at":"2024-06-21T07:12:21.113Z","dependency_job_id":"df1eed24-0c88-45dd-9269-ca441bb303e0","html_url":"https://github.com/hybridgroup/tinyglobo","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/hybridgroup/tinyglobo","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hybridgroup%2Ftinyglobo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hybridgroup%2Ftinyglobo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hybridgroup%2Ftinyglobo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hybridgroup%2Ftinyglobo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hybridgroup","download_url":"https://codeload.github.com/hybridgroup/tinyglobo/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hybridgroup%2Ftinyglobo/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":269793079,"owners_count":24476671,"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","status":"online","status_checked_at":"2025-08-10T02:00:08.965Z","response_time":71,"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":["golang","lorawan","picoballoon","rp2040","thethingsnetwork","tinygo"],"created_at":"2024-12-12T23:00:50.565Z","updated_at":"2025-12-30T01:15:45.533Z","avatar_url":"https://github.com/hybridgroup.png","language":"Go","funding_links":[],"categories":["Wireless Communication"],"sub_categories":["WASI and WASM Unknown"],"readme":"# TinyGlobo\n\nA pico balloon floats into the great big world, towing a [Raspberry Pi RP2040 Pico](https://www.raspberrypi.com/products/raspberry-pi-pico/) programmed with [TinyGo](https://tinygo.org). \n\nThis intrepid explorer reports data using LoRaWAN long-range radio over [The Things Network](https://www.thethingsnetwork.org/)\n\nTinyGlobo 2 dashboard located here: https://cayenne.mydevices.com/shared/649c081073cdbf6039802640\n\n## Previous flights\n\nCheck out the [flight](./flights.md) page for info about TinyGlobo 1.\n\n## Flashing\n\n```\nmake flash\n```\n\n## LoRaWAN credentials\n\nPut your LoRaWAN keys into the `/keys` directory as explained in the README located there.\n\n\n## Hardware\n\n![TinyGlobo 1 board](./images/tinyglobo-1-board.jpeg)\n\nTinyGlobo 1 consists of:\n\n- RP2040 Pico\n- LAMBDA62 LoRa radio\n- UBlox 6M GPS\n- HW-290 multifunction I2C board\n    - MPU6050\n    - BMP180\n    - HMC5883L\n\n## Wiring\n\n### GPS\n\n| RP2040 Pin | GPS Pin |\n|------------|---------|\n| GP0 UART TX | RX |\n| GP1 UART RX | TX |\n| 3V3 | VCC |\n\n### Sensors\n\n| RP2040 Pin | HW-290 Pin |\n|------------|---------|\n| GP4 I2C0 SDA | SDA |\n| GP5 I2C0 SCL | SCL |\n| 3V3 | 3V3 |\n| GND | GND |\n\n### LAMBDA62 (SX1262)\n\n| RP2040 Pin | LAMBDA62 Pin |\n|------------|---------|\n| GP6 | DIO1 |\n| GP7 | DIO0 |\n| GP8 | TX_SWITCH |\n| GP9 | RX_SWITCH |\n| GP10 | SCLK |\n| GP11 SPI0 CDO | SDI |\n| GP12 SPI0 CDI | SDO |\n| GP13 SPI0 CS | nSEL |\n| 3V3 | 3V3 |\n| GND | GND |\n\n## Samples\n\n### GPS\n\ntinygo flash -target pico ./verify/gps\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhybridgroup%2Ftinyglobo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhybridgroup%2Ftinyglobo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhybridgroup%2Ftinyglobo/lists"}