{"id":18026316,"url":"https://github.com/murkin-kyiv/rds_paging_encoder","last_synced_at":"2026-01-27T11:05:04.189Z","repository":{"id":258566597,"uuid":"874183800","full_name":"Murkin-Kyiv/RDS_Paging_Encoder","owner":"Murkin-Kyiv","description":"Encoder for send messages to RDS (Radio Data System) pagers","archived":false,"fork":false,"pushed_at":"2024-10-18T06:36:56.000Z","size":10258,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-08T17:23:09.952Z","etag":null,"topics":["arduino","nokia","pager","paging","rds","si4713"],"latest_commit_sha":null,"homepage":"","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"cc0-1.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Murkin-Kyiv.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":"2024-10-17T11:51:16.000Z","updated_at":"2024-10-19T11:04:21.000Z","dependencies_parsed_at":"2024-10-19T15:54:50.818Z","dependency_job_id":null,"html_url":"https://github.com/Murkin-Kyiv/RDS_Paging_Encoder","commit_stats":null,"previous_names":["murkin-kyiv/rds_paging_encoder"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Murkin-Kyiv/RDS_Paging_Encoder","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Murkin-Kyiv%2FRDS_Paging_Encoder","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Murkin-Kyiv%2FRDS_Paging_Encoder/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Murkin-Kyiv%2FRDS_Paging_Encoder/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Murkin-Kyiv%2FRDS_Paging_Encoder/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Murkin-Kyiv","download_url":"https://codeload.github.com/Murkin-Kyiv/RDS_Paging_Encoder/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Murkin-Kyiv%2FRDS_Paging_Encoder/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28812367,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-27T07:41:26.337Z","status":"ssl_error","status_checked_at":"2026-01-27T07:41:08.776Z","response_time":168,"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":["arduino","nokia","pager","paging","rds","si4713"],"created_at":"2024-10-30T08:06:06.389Z","updated_at":"2026-01-27T11:05:04.173Z","avatar_url":"https://github.com/Murkin-Kyiv.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"/* Paging LAB RDS Encoder V1.01\n\n * Version List:\n * - V1 - Start version\n * - V1.01 - Fix bug with long text messages more than 24 symbols; fix bug with Tone Only Messsges *\n *\n * Protocol description: https://en.wikipedia.org/wiki/Radio_Data_System\n * Datasheet: https://web.archive.org/web/20161020015638/http://www.nrscstandards.org/SG/nrsc-4-B.pdf\n\n * Transmitter chip: SI4713 (f.e. Adafruit SI4713 PCB)\n * Source for chip library: https://github.com/PE5PVB/si4713 Library updated for send 1A, 4A and 7A groups\n * Datasheet for chip: https://www.skyworksinc.com/-/media/Skyworks/SL/documents/public/application-notes/AN332.pdf\n *  \n * Description: \n * - Tone Only Messages\n * - 10 digits Numeric Messages - use \":\" for space symbol\n * - 18 digits Numeric Messages - use \":\" for space symbol\n * - Aplphanimeric - up to 80 symbols\n * - Data and Time - Fixed. You can upgrade encdoder with any RTC module if you want. F.e. https://github.com/PaulStoffregen/DS1307RTC\n * - Monitor: turn ON for monitoring RDS packet sending\n * - Test message: ON/OFF; periodicaly send Numeric 10 digits format message\n * - Warnings: there is no validation of input data values, please enter the data correctly\n * - IMPORTANT: serial port baudrate = 57600; Terminal settings: No line Ending\n * - National/International Mode: Work only in National mode, you need read Country code from EEPROM or try all countries from 1 to F\n * - Pager`s Adrress: The pager address can be found on the back cover. If it is missing, you will have to read it from EEPROM I2C 24C02.\n *\n * FaceBook group about paging: https://www.facebook.com/groups/116072934759380                    \n */\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmurkin-kyiv%2Frds_paging_encoder","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmurkin-kyiv%2Frds_paging_encoder","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmurkin-kyiv%2Frds_paging_encoder/lists"}