You can open and close the trash can by just saying “OK Google, open/close the trash!” Google Home has already integrated with IFTTT. Also, IFTTT has Webhooks integration.
Obniz has a messaging API. It is simple and easy to send messages from any other web services to obniz. By adding Webbhooks to obniz on IFTTT, Google Home integration is a simple project.
To set up obniz, all you need to do is to follow three steps.
- Connect obniz to WiFi.
- Connect devices like LED or motors to obniz.
- Scan QR code of obniz and start programming. You do not need to install any software.
Connect the servo motor to the obniz as below.
- io1: GND
- io2: VCC
- io3: Signal
Place the obniz and the servo motor to the trash can.
Add Webhook on IFTTT.
Write program in the program section and run it on HTML or Node.js.
What Is obniz?obniz is a cloud-connected IoT development board. You can program on the web browser of any smartphone or computer and the command is sent to obniz through the internet via obniz cloud. By connecting the obniz to the cloud through wifi, users can remotely control devices that are physically connected to obniz.
obniz has 12 IO and WiFi-BLE module. It can be controlled through the APIs – REST or WebSocket API – on obniz cloud. Not only simple IO on/off but also UART, I2C, BLE etc can be used by remotely controlling obniz via internet. All you need to do to connect obniz is to input unique ID by scanning QR code. Complicated processes are done by obniz and its cloud. You can just start programming in HTML, browser and circuit have already been integrated. If you write a program to collect sensor values, you can make a chart of the values easily.
In terms of hardware, every IO can drive up to 1A with overcorrect protection, therefore high current demanding devices such as motors can be directly connected to obniz IO. GPIO and AD can be used on every IO. UART, SPI etc peripherals can be assigned to every IO.Even output voltage 3v/5v can be changed by software. Most electrical parts can be connected directly. Embedded parts such as switch, OLED display, and BLE are ready for use on program.
Comments
Please log in or sign up to comment.