Radio on Windows IOT via Telegram Bot
Radio on Windows IOT via Telegram Bot
This article describes and share a source code of application to play radio using Windows IOT. It is possible to control application using Telegram Bot.
Resources:
- Rasperry PI 3 with installed Windows IOT;
- Portable JBL Charge 3;
Developed radio application is background application. It consists from 2 parts:
- Telegram Bot to control radio. Supported commands:
/start
is to start play;/stop
is to stop application;/pause
is to pause playing;/stations
is to show list of radio stations;/up
is to increase volume;/down
is to decrease volume;
- Radio player is to play radio. It based on Windows-IoT-Core-Ignite.
Example of the bot in Telegram:
The source code is on GitHub.
Thanks.