Last week, we built a solar weather station which posts its data on xyvely. It's convenient, but it would be simpler to be able to consult the data without having to turn on a computer. This week, we tell you how to show this data on a Yoctopuce display. This requires some programming, but nothing too complex. If you wish, we can do this together...
No comment yet | Read more... |
Good news for Node.js users: we are introducing today a new version of our library, dedicated to this environment. Node.js is an easy-to-install environment that provides an interesting alternative to PHP, and known to be more efficient. You can now use it to drive your Yoctopuce devices as well, including in HTTP Callback mode.
No comment yet | Read more... |
We have been recently asked whether we had a solution to communicate with our modules using SMS. We have a long term plan for a GSM version of our YoctoHub, but for now we focus on the YoctoHub-Wifi and other new modules. However, using an Android phone and with some programming, it is quite possible to communicate with a Yoctopuce module via SMS. A classic use is to remotely turn on and off the heating of your vacation home.
No comment yet | Read more... |
A customer noticed a few days ago that our C++ library was not compiling under Qt / MinGW under Windows (although OSX and Linux were OK). We have published a fix on GitHub, but we realized that we never talked about Qt on our site. Never too late... Qt is a cross-platform graphical programming framework, that can build binaries for multiple OS. We will demonstrate that with a small program that opens a window to list connected Yoctopuce modules. Thanks to the Qt framework, the exact same project will be usable for Windows, Linux and Mac OS X.
No comment yet | Read more... |
Some time ago, someone asked us if we had planned a Yoctopuce library for the Mono framework. We didn't have such plans, however we promised to have a look at it. Let's do that together, shall we ?
5 comments | Read more... |