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:

  1. Rasperry PI 3 with installed Windows IOT;
  2. Portable JBL Charge 3;

Developed radio application is background application. It consists from 2 parts:

  1. 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;
  1. Radio player is to play radio. It based on Windows-IoT-Core-Ignite.

Example of the bot in Telegram: image

The source code is on GitHub.

Thanks.