With 15 years of history, our Libraries page and Tools page are starting to get a little cluttered. While many of these programs are still used by our customers, others are no longer relevant. So we're going to archive some software in a separate section. But don't worry, everything will still be available. Let's take stock of the situation.
| No comment yet | Read more... |
From day one, the Yoctopuce documentation has emphasized that the Yoctopuce API for a module and its features are intentionally decoupled, to the point where you can work with Yoctopuce features without having to worry about the module that hosts them. In other words, you don't need to look for a specific module to use any of its features. In fact, it's actually not recommended...
| No comment yet | Read more... |
Building a web application, TypeScript is a clear step forward from JavaScript: its static type system catches a wide range of errors directly in your editor, before the code ever runs. But there is one drawback: browsers don't understand it natively, which means you'll need to set up a few tools...
| No comment yet | Read more... |
Nowadays, messages exchanged between cell phones are rarely text messages (Short Message Service, or SMS), as smartphones favor the use of more flexible and secure messaging services. Nevertheless, SMS remains an attractive option as a network-independent validation method, particularly for automated systems. That is why we have recently improved the SMS sending and receiving functionality on the YoctoHub-GSM-4G.
| No comment yet | Read more... |
Nine months ago, we introduced a new Yoctopuce programming library for Python, completely rewritten to take advantage of the latest Python features, in particular typing and asynchronous coroutines. We had the opportunity to test it on several projects, where it performed very well, but we realized that some additional information might be useful. So here it is...
| No comment yet | Read more... |