Customers sometimes ask us if it is possible to use our modules without integrating our programming library. Indeed, at first sight, the library can seem unnecessarily complex when you only want to switch a relay or read a temperature. So the answer is yes... but no. There are ways to reduce the memory footprint of our library, but not to the point of reducing everything to a few manually forged USB packets. Let's look at it in detail.
No comment yet | Read more... |
Quasar is a framework written in JavaScript that promises the holy grail for developers: to make a cross platform application. Quasar is based on other well-known technologies such as npm, Vue.js, Webpack, Electron, Cordova and gathers them in a single framework. As we are curious, we wanted to test this framework with our TypeScript library.
No comment yet | Read more... |
This week, we tell you about a new feature for HTTP callbacks. We have added a new method that enables the use of files located on YoctoHubs in the HTTP callback script.
No comment yet | Read more... |
Although Yoctopuce sensors have a built-in data logger, it is often useful to store the data in a database or CSV file for local processing. Ideally, one would like to fetch the data in real time as much as possible, but reserving the possibility to retrieve the data stored by the module in case of temporary connection loss. And this is not so difficult to do...
2 comments | Read more... |
At Yoctopuce we have a small refrigerator that is used to keep the stock of solder paste, a few bottles of water and occasional picnics cool. We've noticed that the little flick of the wrist we all usually give the door isn't always enough to close it. It then stays open for hours before anyone notices. We suspect this is a result of the heavy water bottles stored in the door. We could probably solve the problem by slightly tilting the fridge with wedges, but a Yoctopuce overkill was much more fun...
No comment yet | Read more... |