A few years ago, we embedded a Yocto-MaxiDisplay in a kitchen. This device displayed upcoming events by connecting itself to a Google agenda. 8 years later, the system still works, but instead of displaying a calendar, we would like it to display the items of a Todoist to-do list.
No comment yet | Read more... |
Here in Switzerland, there is a risk of energy shortages during next Winter, and we can't exclude having scheduled or unscheduled power outages. We took this opportunity to build a small device to help up manage the consequences of potential power outages.
No comment yet | Read more... |
While we were talking with a customer who had some trouble with the LabVIEW library, we thought that it would be nice to have the logs of the Yoctopuce API to understand what happens. It so happens that the LabVIEW library already has a primitive able to do so, but it's not necessarily easy to use. So this week, we show you how to do it.
No comment yet | Read more... |
Two weeks ago, we presented an improvement of the Yoctopuce API enabling you to easily observe what happens on a serial line with a callback. Obviously, we hurried to integrate this in our ModbusTool application, which is now able to display the data that go through a Modbus line.
No comment yet | Read more... |
One of the specificities of Yoctopuce serial interfaces is their capacity to listen to messages circulating on an existing line in both directions to reconstruct the communications. Most of the time, it's used to understand how an undocumented protocol works, but you can also use this function in production to monitor and measure an existing system. That's why we have recently added a new API making it easy to integrate serial snooping into your projects.
No comment yet | Read more... |