This week, we publish a new version of the Java library. This new version comes with a new feature: native USB access. From now on, you can access the USB ports without running the VirtualHub.
One comment | Read more... |
One of our customers wants to integrate our sensors with software designed for standardized NMEA over TCP/IP sensors (NMEA stands for National Marine Electronic Association). Roughly, a NMEA sensor spontaneously sends its measures at a regular interval, in the shape of a line of text with values separated by commas. The simplest solution is thus to create a small TCP gateway reading any of our USB sensors and periodically sending the measures over TCP to each connected client. As this approach can be useful to others, we coded a short example.
No comment yet | Read more... |
Several customers asked us recently whether one could use our modules with the Unity game engine. As we had absolutely no experience with this environment, we decided to give it a try and to let you know the result...
No comment yet | Read more... |
A few months ago, we showed you how to create a web page hosted directly on a YoctoHub. While writing this post, we thought that we could still improve the ease of use of our JavaScript library.
No comment yet | Read more... |
In the latest issue of Make, we found a nice article by Thomas Burg and Johannes Gottwald about splash photography. The principle behind this technique, often used for commercials, is to take a picture of an object while it dips into a liquid. This can produces stunning pictures. Of course, after reading that, we were eager to give it a try...
No comment yet | Read more... |