A few weeks ago, we listed the Yoctopuce libraries supporting Linux ARM64, but C# was not part of the list because .NET Core 2.0 doesn't support this architecture. We nevertheless added ARM64 support to our C# library because it is possible to use a preview version on the next version of .NET Core which will support this platform.
| No comment yet | Read more... |
We recently noticed that, when drawing on a raster display is involved, not everybody thinks about "double buffering" as the go to technique. That's why, this week, we are proposing a short article explaining how this technique works and why it is so easy to use it with Yoctopuce displays.
| No comment yet | Read more... |
Among the questions that regularly come up for Yoctopuce support, we find in good position the question of how to generate a CSV file with data recorded by several sensors. So, to save you some time, we finally decided to add this function directly in the programming library.
| No comment yet | Read more... |
The annual Google IO conference was held last week. During the different keynotes for Android, there was a specific focus on Kotlin, the new programming language for Android. As this language is becoming more and more popular, we decided to devote a post on it: we are going to see how to use our Android library in an Android application written in Kotlin.
| No comment yet | Read more... |
A few weeks ago, in our post on .NET Core and NuGet, we promised you a post on how to use these two technologies on a Raspberry Pi. So we keep our promise and this week we look at how to write a .NET Core application under Windows and how to deploy it on a Raspberry Pi.
| No comment yet | Read more... |