{"id":21488724,"url":"https://github.com/hackthedev/remotepifm","last_synced_at":"2025-07-15T16:31:01.991Z","repository":{"id":50085266,"uuid":"366123315","full_name":"hackthedev/remotepifm","owner":"hackthedev","description":"This App allows you to Broadcast your own Music to every radio in a specific range using a custom frequency. It requires a Raspberry Pi and PiFmRds Project found on Github.","archived":false,"fork":false,"pushed_at":"2022-11-28T06:51:13.000Z","size":9628,"stargazers_count":9,"open_issues_count":2,"forks_count":1,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-04-09T07:11:15.093Z","etag":null,"topics":["android","apk","app","hacking-tool","hardware-setup","hijacking","pifmrds","radio-hacking","radio-hijack","raspberry-pi","screenshots","smartphone"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/hackthedev.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null},"funding":{"github":null,"patreon":"shydevil","open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"custom":null}},"created_at":"2021-05-10T17:24:52.000Z","updated_at":"2025-01-11T16:03:32.000Z","dependencies_parsed_at":"2023-01-23T08:31:01.943Z","dependency_job_id":null,"html_url":"https://github.com/hackthedev/remotepifm","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/hackthedev/remotepifm","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hackthedev%2Fremotepifm","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hackthedev%2Fremotepifm/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hackthedev%2Fremotepifm/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hackthedev%2Fremotepifm/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hackthedev","download_url":"https://codeload.github.com/hackthedev/remotepifm/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hackthedev%2Fremotepifm/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265445302,"owners_count":23766445,"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":["android","apk","app","hacking-tool","hardware-setup","hijacking","pifmrds","radio-hacking","radio-hijack","raspberry-pi","screenshots","smartphone"],"created_at":"2024-11-23T14:11:07.247Z","updated_at":"2025-07-15T16:31:01.491Z","avatar_url":"https://github.com/hackthedev.png","language":"Java","funding_links":["https://patreon.com/shydevil"],"categories":[],"sub_categories":[],"readme":"# Remote Pi FM \u003cimg src=\"https://img.shields.io/badge/Google Play Store-Live%20v2.4.3-success\" /\u003e \u003cimg src=\"https://img.shields.io/badge/Amazon%20App%20Store-Live%20v2.4.3-success\" /\u003e ![GitHub all releases](https://img.shields.io/github/downloads/hackthedev/remotepifm/total?color=success\u0026label=Downloads)\n\nThis is an Android App which allows you to control you Raspberry Pi (3B+ prefered) in combination with the [PiFmRds Project](https://github.com/ChristopheJacquet/PiFmRds). \nI made this app beccause I wanted to be able to control everything from my Smartphone. I once made a C# Application which is exactly like this app but was a WinForm App \nthat I've emulated using mono on the Raspberry Pi. It worked, but my Touchscreen stopped working for the Pi.\n\nThis was originally a private repo, but since some of my friends say this is really cool I thought I'd try publishing it. I hope this App is going to help you somehow or makes\ncontrolling it easier. \n\n\u003cbr\u003e\n\n**Development paused! [Read here for more info](https://github.com/hackthedev/remotepifm/issues/7)**\n\n\u003cbr\u003e\n\n### Table of Contents\n- [Requirements](#requirements)\n- [Software Installation](#software-installation)\n- [Hardware Setup](#hardware-setup)\n- [Features](#features)\n- [App Store](#app-store)\n- [About Updates](#about-updates)\n- [Download](#download)\n- [Screenshots](#screenshots)\n\n\u003cbr\u003e\n\n\n## Requirements\n- [PiFmRds Project](https://github.com/ChristopheJacquet/PiFmRds)\n- Raspberry Pi (tested with 3B+)\n  - \u003ci\u003eQuote: It is compatible with both the Raspberry Pi 1 (the original one) and the Raspberry Pi 2, 3 and 4.\u003c/i\u003e\n\n\u003cbr\u003e\n\n## Software Installation\nTo install [PiFmRds](https://github.com/ChristopheJacquet/PiFmRds), enter the following lines.\n```\napt-get update -y\napt-get upgrade -y\napt-get install sudo\n\nsudo apt-get install libsndfile1-dev\ngit clone https://github.com/ChristopheJacquet/PiFmRds.git\ncd PiFmRds/src\nmake clean\nmake\n```\n\n\u003cbr\u003e\n\nTo verify if it's working, you can run `sudo ./pi_fm_rds -freq 105.3 -audio sound.wav`. If you've set a nearby radio to the FM Frequency `105.3` and hear the `sound.wav` file, it is working. Now you could [download](https://github.com/hackthedev/remotepifm/releases/download/1.1.1/app-release.apk) the Android App and try connecting to your Raspberry Pi. Please Note that your Smartphone and Raspberry Pi need a internet connection.\n\nA guide on how to enable Wifi and SSH without screen can be found [here](https://github.com/hackthedev/remotepifm/wiki/Headless-Setup:-Enable-Wifi-and-SSH-without-Screen-and-Console-etc)\n\n\u003cbr\u003e\n\n## Hardware Setup\nHardware Setup is really simple. On the Raspberry Pi 3B+, hook a 1 meter long cable to the GPIO4 like shown below.\n\n\u003cimg src=\"https://shy-devils.life-is-pa.in/RYXUx9.jpeg\" /\u003e\n\n\u003cbr\u003e\n\n## Features\n- Wireless SSH connection to your Raspberry Pi\n- Play and Stop FM Broadcast\n- Status Label for Information about whats going on\n- Select \u003cb\u003euploaded\u003c/b\u003e files to play\n- Set your own custom frequency\n- Automatically Saves established connections\n- Add New Connections\n- Quick-Connect for connections once established\n\n\u003cbr\u003e\n\n- Convert uploaded .mp3 files to .wav\n  - \u003ci\u003eAlso converts file names (spaces are being removed, brackets will be also removed etc...)\u003c/i\u003e\n\n\u003cbr\u003e\n\n- Upload files via App\n  - \u003ci\u003e.mp3 and .wav only due to support reasons\u003c/i\u003e\n\n\u003cbr\u003e\n\n## App Store\nI've submitted this Application to Google Play and Amazon's App Store. Therefore don't just copy it and publish it on your own. Since I already submitted it and I don't like \nthe idea of someone copying and republishing my app. See the license file anyway. \n \n\n\u003cbr\u003e\n\n## About Updates\nI've planed to keep updating this app and add new features. When everything works fine I've planed to clean up the code and improve it. For now it is a little bit messy, but this will be fixed! This is my ever first android app.\n\n\u003cbr\u003e\n\n## Download\nIf you want to download \u003cb\u003ethe app\u003c/b\u003e (=apk file), [click here](https://github.com/hackthedev/remotepifm/releases/download/1.3.3/app-release.apk). You have to have \"Unknown Sources\" to be enabled or wait until my submission on Google Play Store was approved and download it from there.\n\n\u003cbr\u003e\n\n## Screenshots\n\u003cimg width=\"407\" height=\"863\" src=\"https://shy-devils.life-is-pa.in/hVyq2R.png\" /\u003e\n\u003cimg width=\"407\" height=\"863\" src=\"https://shy-devils.life-is-pa.in/KTa8Nj.png\" /\u003e\n\u003cimg width=\"407\" height=\"863\" src=\"https://shy-devils.life-is-pa.in/RiZAMs.png\" /\u003e\n\u003cimg width=\"407\" height=\"863\" src=\"https://shy-devils.life-is-pa.in/mCRZLz.png\" /\u003e\n(yeah i really love nightcore)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhackthedev%2Fremotepifm","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhackthedev%2Fremotepifm","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhackthedev%2Fremotepifm/lists"}