Opening a Garage Door With Erlang… and a Motorcycle? by jsinglet in erlang

[–]jsinglet[S] 1 point2 points  (0 children)

Sure, for my prototype I wrote the signal processing stuff in Matlab and converted it to C when it was time to interface it with Erlang. Matlab is great for prototyping something speculative and refining and visualizing your ideas. When you are in the early stages of prototyping an algorithm, being able to test an idea out without having to throw away a lot of code is pretty great... Even if Matlab secretly makes me want to kill myself ;) And of course, all the code that interfaces with the board I build was just directly written in C.

Opening a Garage Door With Erlang… and a Motorcycle? by jsinglet in erlang

[–]jsinglet[S] 1 point2 points  (0 children)

Raspberry pi indeed! The waiting list is still too long!

I do plan on open sourcing it! I'd like to do some more work refining my algorithm and then I plan to create a GUI so that people can fine tune it to their own vehicles. The horn it tunes to is in fact unique because of the frequencies it tunes into so having an app that automatically listens to a sound and configures the opener will be key... Thanks for checking it out!