A few weeks ago, we released a new version of our C++ library. The main new feature is SSL/TLS encryption for communications. This new feature changes the way to compile our C++ library with your project. Let's take a look at what's new.
No comment yet | Read more... |
At the beginning of the year, we set out our road map for the software and libraries we offer. This week, we published the first batch of libraries officially upgraded to v2.0. These are the C++, C#, VB.net, and Python libraries.
No comment yet | Read more... |
Having successfully operated WaveShare's LCD1602-RGB display with a Yocto-I2C, we wondered if we could use the Yocto-I2C's built-in job system to read values from an I2C sensor and display them directly on the display without the intervention of a USB host. In theory, it's feasible; in practice, it's rather complicated, but interesting.
No comment yet | Read more... |
This week, we're testing a small LCD screen manufactured by Waveshare which has the specificity of having an I2C interface. We don't have too many doubts about the possibility of interfacing it with a Yocto-I2C, but we expect that it won't be trivial insofar as display controllers like being difficult, and generally demand a proper initialization before agreeing to operate.
No comment yet | Read more... |
This week, we created a small program that displays the current production of the building's photovoltaic panels on a Yocto-MaxiDisplay. To do this, we wrote a small Python script that retrieves production information from the building's Envoy S Metered gateway.
No comment yet | Read more... |