Skip to content
Lubomir Jagos edited this page Jun 27, 2016 · 4 revisions

Welcome at my github. Have you ever thought about creating cool embedded application and programming MCUs was too hard for you? Or do you know LabVIEW and would like to programme cheap embedded platform with it but there is no way? In these cases you are on right place. Last summer guys from Tsxperts created Arduino Compatibile Compiler for LabVIEW, which enable deploy some LabVIEW program (of course only with restricted VIs) to arduino. Since you can buy home licence for 50$ (http://www.digikey.com/product-detail/en/digilent-inc/6002-549-000/1286-1116-ND/5764554) and licence for this compiler for 100$ (http://sine.ni.com/nips/cds/view/p/lang/en/nid/213121) it's one of the best messages :)

These libraries were created to extend basic functionality of Arduino Compatibile Compiler for LabVIEW (https://www.tsxperts.com/arduino-compatible-compiler-for-labview/). Arduino Compiler is itself really great, but since I started to play with it last summer I lack some functionalities. But because guys at Aledyne have made space for us users we can implement any new functionality.

addons pallete

So I started to play with basic commands like blinking LED, sensing analog inputs and with other ones and soon started to thinking what would be cool. At that time I read about ESP8266 and just compiled few examples to see how it's running. So when I saw after that it's possible to compile arduino code for ESP chip I started to thinking about creating wifi library. That was how I created first libraries and continued to get what you can see now in this repositary :)

Hope that this libraries would be useful for you or at least inspire you to write another one, better one :D