Input output sensors along with video
-
This post is deleted!
-
@Rudy-Trujillo What do you need help with for the sensors and cameras? We'll do our best to help out.
Sorry, I didn't get your last comment regarding the Onion Store. Can you describe what you are trying to build so we can recommend you the parts you need to accomplish it?
-
This post is deleted!
-
Hi @Rudy-Trujillo. With sensors you should go for digital sensors that can communicate with the Omega either through I2C or SPI (currently the Omega does not come with an ADC). If you want to use analog sensors, you can also use the Arduino Dock to relay the information back and forth between the Omega and the sensors.
For most of the I2C sensors, you should be able to use our I2C driver here: https://github.com/OnionIoT/i2c-exp-driver. We have also created python wrappers for them so you can use Python directly.