Several customers have tried to use our C++ or C# libraries with Windows 10 IoT on a Raspberry Pi. Unfortunately, this doesn't work because Windows 10 IoT is not a "true" Windows: it doesn't allow you to run Win32 applications. You can run only the new universal applications. We are currently working on a solution which would allow you to use our modules on all the Windows 10 versions, including Windows IoT. This post gives us the opportunity to review the matter...
No comment yet | Read more... |
This week, we are continuing our series of articles for the beginners. This time, we will have a look at the logical structure of Yoctopuce devices, and how to use it. If you are a beginner, we suggest that you read this article carefully, as it will allow you to get the best from your Yoctopuce devices.
No comment yet | Read more... |
When we announced the Yocto-Color-V2, we explained that this new version can drive up to 146 NeoPixel leds. However, to use this new feature, you must use a new API that we are going to discover in this post.
No comment yet | Read more... |
Many home automation projects use mini-PCs running under Linux. Some of these mini-PCs have an HDMI output, but other, such as the OLinuXino, don't have a video output. In this case, the solution to configure these boards is to use a serial console. The problem is that no computer has a serial port anymore and if you have an old enough computer to have an RS232 port, you can't use it because the RS232 port works in 12 Volts. The traditional solution is to use a USB-serial adapter sold by the constructor. But you can also use a Yocto-Serial.
No comment yet | Read more... |
Some time ago, we presented the beginnings of a new Yoctopuce library designed to modernize our JavaScript support, for browsers as well as for Node.js. After three months of internal and external testing, and many improvements, it is now time to make official this EcmaScript library which is now supported at the same level as all the other languages.
No comment yet | Read more... |