Almost two years ago, we showed you how to access Yoctopuce devices from Excel by creating your own Excel add-in using Excel-DNA. Today we are going to show something simpler and even better: read any Yoctopuce sensor from Excel, with instant live refresh, without even recompiling a single line of code...
4 comments | Read more... |
The best way to use our devices is to leverage our programming API, available for most programming languages. But there is also a trick to use our sensors to interface existing applications for which you don't have the source code, by emulating keyboard input. If you are building a flight simulator deck or simply try to improve an old-fashioned data entry form interface, this is worth giving a look...
No comment yet | Read more... |
Maven is the most popular build engine for Java. We have therefore modified our Java library to make it compatible with Maven and it is now also available from the Maven Central Repository. Thanks to this, it's now possible to use the Yoctopuce library in a Maven project by adding only three fields in an xml file :-)
No comment yet | Read more... |
Yoctopuce offers a range of relay modules. At first sight, nothing out of the ordinary, you can find tens of USB relays on Internet. But it so happens that the Yoctopuce relays provide a few rare features for this kind of devices. This week, we review some of these advanced features...
No comment yet | Read more... |
Last week, we used the new version of the library to trace a dynamic graph in C# .NET. At that time, we saw that the new Datalogger API and the TimedReport made the work a lot easier. This week, we are going to develop a small Android application that also traces a graph from the datalogger and from current values. But we are going to see that things are a little more complex under Android ...
2 comments | Read more... |