Someone recently asked us how to interface an AMS TSL2591 ambient light sensor with the Yocto-I2C. It's an interesting question for two reasons: the TSL2591 is considerably more sensitive in low light than the Yocto-Light-V2 or the Yocto-Light-V3 and more particularly its I2C protocol is not the simplest to implement. It's an opportunity to test the limits of the Yocto-I2C autonomous job system.
| No comment yet | Read more... |
We recently had to use our PHP library with the Symfony framework. We managed it without too much hassle, but we lost some time with some Symfony specificities. So, we thought that a post on the topic could interest you.
| No comment yet | Read more... |
Sensirion recently released the SPS30, a particulate matter sensor with both a serial interface and an I2C interface. So, obviously, we didn't have to wait for long before someone asked us whether we could interface it with Yoctopuce modules.
| 3 comments | Read more... |
Recently, we have had several customers who decided to compile our C++ library under Linux. This process is documented in the README file and there is a post explaining how to compile the library with the Code::Blocks IDE. However, we hadn't yet documented how to use CMake to compile the library and use it in a program. This week, we are tackling this issue.
| No comment yet | Read more... |
So... you like Yoctopuce devices a lot: you installed many of them everywhere and connected them to a few Raspberry Pi on which a VirtualHub is running. That's great, thank you for your confidence. There is a weird thing though: you cannot manage to write a Yoctopuce program able to contact two Raspberry Pi at the same time..
| No comment yet | Read more... |