{"id":46369719,"url":"https://github.com/rtlopez/espnow-rclink","last_synced_at":"2026-03-05T03:34:07.590Z","repository":{"id":229380283,"uuid":"775365734","full_name":"rtlopez/espnow-rclink","owner":"rtlopez","description":"Remote control link library on ESP-NOW with telemetry","archived":false,"fork":false,"pushed_at":"2025-11-28T22:12:05.000Z","size":24,"stargazers_count":8,"open_issues_count":1,"forks_count":8,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-12-01T01:03:19.988Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rtlopez.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2024-03-21T08:57:44.000Z","updated_at":"2025-11-28T22:10:17.000Z","dependencies_parsed_at":"2024-03-23T23:31:22.559Z","dependency_job_id":"3a759a62-57cd-44fb-b084-2451b6ec6b98","html_url":"https://github.com/rtlopez/espnow-rclink","commit_stats":null,"previous_names":["rtlopez/espnow-rclink"],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/rtlopez/espnow-rclink","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rtlopez%2Fespnow-rclink","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rtlopez%2Fespnow-rclink/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rtlopez%2Fespnow-rclink/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rtlopez%2Fespnow-rclink/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rtlopez","download_url":"https://codeload.github.com/rtlopez/espnow-rclink/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rtlopez%2Fespnow-rclink/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30108668,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-05T03:32:43.378Z","status":"ssl_error","status_checked_at":"2026-03-05T03:32:22.667Z","response_time":93,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6: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":[],"created_at":"2026-03-05T03:34:07.044Z","updated_at":"2026-03-05T03:34:07.544Z","avatar_url":"https://github.com/rtlopez.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# EspNow RcLink\n\nRC Link library that works on ESP-NOW for tiny models in short range.\n\n# Features\n\n  * ESP32 and ESP8266 support\n  * Auto pairing\n  * Up to 100Hz packet rate (or maybe more)\n  * 8 RC channels\n  * Channels 1-4 are sent with full resolution and extended range 880-2120\n  * Channels 5-8 are sent with reduced resolution and scaled for extended range 880-2120 (packed to 8-bit size, resolution is 5 units)\n  * packet checksum checking\n\n# How it works\n\n  * when reciever is powered it sends pair request\n  * when transmitter is powered, it scans channels for pair request\n  * when transmitter receive pair request, adds peer to the list and sends pair response\n  * when receiver recieive pair response, adds peer to the list and start communicating only with this transmitter\n  * transmitter will not accept any other pair request, until power cycle\n  * receiver will not accept any data packet form other transmitter, until power cycle\n\n# Using in platformio\n\n```ini\nlib_deps =\n  yoursunny/WifiEspNow @ ^0.0.20230713\n  https://github.com/rtlopez/espnow-rclink/archive/refs/tags/v0.1.1.zip\n```\n\n# Examples\n\n * [Receiver](/examples/rx/rx.cpp)\n * [Transmitter](/examples/tx/tx.cpp)\n\n# Todo\n\n * Tests, a lot of testing required\n * Telemetry\n * RSSI\n * More channels\n\n# Licence\n\nThis project is distributed under MIT Licence.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frtlopez%2Fespnow-rclink","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frtlopez%2Fespnow-rclink","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frtlopez%2Fespnow-rclink/lists"}