When designing our audio output switch, we thought about using a motorized potentiometer for the volume. The idea was quickly dismissed because this would have added bulkiness and complexity into a project that we wanted simple and compact. However, the question remains: can we use a motorized potentiometer with Yoctopuce modules? We tried it and the answer is yes, although it's quite tricky to do.
No comment yet | Read more... |
People like the TypeScript language as much to create web interfaces as to write Node.js software which work as a service, with complete access to the machine resources. You can also write traditional applications in TypeScript, that is applications which combine a graphical interface and access to all the resources of the machine, for example to access a database or files. We are going to explore this scenario and see how to access Yoctopuce modules in such a scenario.
No comment yet | Read more... |
The Delphi API is among the first Yoctopuce libraries that we published. A few years later, someone asked us to make it also compatible with Lazarus, which we did gladly, but without advertising it. Recently, we were asked if we couldn't make it so that the library works with the Linux version of Lazarus as well.
No comment yet | Read more... |
During the last few years, Web interfaces have progressively replaced native applications in many area, and more than anywhere else in database-related applications. Web user interfaces can now be made as user-friendly as native user interfaces, but from a functional perspective the Web browser puts some limits, in particular with regard to the use of peripherals on the user machine. However, it is possible to provide a web page access to USB peripherals, as long as the peripherals have been designed accordingly, as for instance Yoctopuce devices.
No comment yet | Read more... |
This week, we update a post dating from 2013: "Include the C++ library into your project". Since 2013 XCode and Visual Studio have evolved and new IDEs are present. So, here is how to include our C++ library in the main IDEs in 2021.
No comment yet | Read more... |