izard: (Default)
izard ([personal profile] izard) wrote2015-02-25 09:17 pm
Entry tags:

EW'15

EW'15 is smaller than EW'14, there are just 4 halls - 1,2,4,5 :( ppl leave for more specialized fairs, I suppose. Still a lot of interesting contacts.

This year I am showing trivial stuff I coded just in couple of hours -

heart rate monitor that is essentially trading sensor cost for CPU cost. The sensor is so shittynoisy that it requires a lot of CPU cycles to extract meaningful data. I implemented it in C++, Javascript and Python - exactly the same stuff.

Of course I am not in a business of heart rate monitors - that is just an example demonstrating IDEs, DSP library and IO abstraction libraries that can be used to develop applications with various IO options in C/C++, Javascipt and Python.