The kit includes a selection of 8 basic parts.
Just insert parts into obniz Board directly.
All is ready if you connect obniz Board to Wi-Fi. Connect your favorite parts directly and actuate them via programs. Coding right now using online editor on PC, smartphone, and tablet.
Since you can program with JavaScript, things like Web User Interface, SNS-linking using API, integration of hardware with AI such as facial recognition and speech recognition are also simple.
<script> var obniz = new Obniz(“OBNIZ_ID_HERE”); obniz.onconnect = async function () { var led = obniz.wired(“LED”, {anode:0, cathode:1}); led.on(); } </script>
With obniz, you need only one script to light LED, make a graph of sensor values, and even implement AI like image recognition and deep learning.
Starter Kit can be easily connected with a variety of services and devices.
obniz Board is a cloud-based board specializing in IoT development.
You can get down to a project using the the internet without knowledge about circuit or network. It enables you to link electronic parts to SNS, make a graph with sensor data, and control things remotely simply via cloud.
Set up Wi-Fi on obniz Board, then start. You don’t need complex wirings or development environment.
All 12 IO pins have motor drivers and have a maximum current draw of 1A. Each IO pin is 5V/3V convertible and have their own pull-up/down resistor.
Cloud capabilities like online editor, serverless event, private repository, device management are free.
Please Prepare