It is more than happy to have a friend understanding and empathizing with my feeling! Here, we make a panda friend imitating our facial expressions, looking like he/she is empathizing with us! This can be also used as a toy for your kids!
Materials- obniz board
- SG5010 servo motor (x2)
- Paper and wires
First, create an animal face like panda and use two motor to create its mouth.
Connect two servo motors to an obniz. First one to signal-io0, vcc-io1 and gnd-io2; then second to signal-io9, vcc-io10, gnd-io11.
It's using clmtrackr library to score smiling/sadness.
Run a program and frame in your face. Let's smile and sad face to move an animal.
VideoWhat 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.
For more information, please visit our website! https://obniz.io/
You can find a varitety of projects made with obniz board! https://blog.obniz.io/example/
Comments