Git Product home page Git Product logo

ramp's Introduction

     ___     _             _         _             ___          _        _
    | _ \___| |_ _ _ ___  /_\  _ __ | |__  ___ _ _| _ \_ _ ___ (_)___ __| |_
    |   / -_)  _| '_/ _ \/ _ \| '  \| '_ \/ -_) '_|  _/ '_/ _ \| / -_) _|  _|
    |_|_\___|\__|_| \___/_/ \_\_|_|_|_.__/\___|_| |_| |_| \___// \___\__|\__|
                                                             |__/

About Retro Amber Project

What is it?

Software that will run on Raspberry Pi and provide following features:

  • Shoutcast playback (internet radio)
  • Weather forecast
  • Clock
  • Displaying info on alphanumeric LCD attached to GPIO
  • Embedded HTTP server that will host webclient and REST API

For now it's mostly an idea, but it keeps on growing! I've already made prototypes for each of that features and it's time to bundle it up together.

Why Retro Amber?

Mostly because I just LOVE old monochromatic displays, especially amber ones like this, also shortcut is RAmp and that got Amp in it and this often is associated with something audio related (remember Winamp?). Finally I just didn't want to start with Yet Another in name (because I know there are a quite few projects like this).

Geez man, why Pascal?

I was struggling with this a bit, and was considering many alternatives, but:

  • it's only native alternative to C++
  • since it's native - it's fast
  • since it's fast - it won't overheat poor Raspberry CPU too much (around ~7% CPU usage while playing audio, grabbing and transforming FFT data, and displaying it 60 times per second on 4x20 HD44870 display, this is trully amazing performance in my opinion)
  • crossplatform without a sweat
  • quick compilation
  • allows me to:
    • access GPIO ports fast
    • use BASS library for audio (this lib is amazing!)
    • use code I've wrote ~8 years ago to drive HD44870 display over LPT and port it to GPIO in 5 minutes
  • I was hooked up on programming thanks to Pascal and this is a trip down memory lane ❤️

Future of Retro Amber Project

  • Possibly moving to Ultibo (to reduce boot time to almost instant)
  • Saving played shoutcast streams to files
  • Playing from library of audio files
  • I would really like to be able to playback audio from YouTube clips

How to get it running?

For now just use Lazarus, open project, and build.

ramp's People

Contributors

kpiatkowski avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.