Single Software Control Everything.
obniz Cloud connect real things and the internet easily.
IoT like collecting soil moisture, logs of machines, or remote control for doors are very easy.Start make it cloud based to analyze ant automate.
xxxxxxxxxx
const Obniz = require("obniz");
// Connect a device
const obniz = new Obniz("1234-5678");
await obniz.connectWait();
// Get real temperature
const tempsens = obniz.wired("LM60", { gnd:0 , output:1, vcc:2});
const temp = await tempsens.getWait();
// Save it on Google Spread Sheet
const GoogleSpreadsheet = require('google-spreadsheet');
const mySheet = new GoogleSpreadsheet('YOUR_SHEET_ID');
mySheet.useServiceAccountAuth({"_": "YOUR_CREDENTIAL"}, function (_){
mySheet.addRow(1, { date: `${new Date()}`, temperature: temp }, function(_){ });
})
Realtime and bi-directional technology let you control IO of a corresponding device through the APIs. IoT development in few hours without creating a firmware. Just connect sensors and actuators to a device. It reduce a cost of time and enables you to start IoT even only for one device.
Prepare obnizOS available device.
Buy a license and install obnizOS to your device. Or obniz Board is more easy because it is pre-installed and having a trial license.
Connect sensors, actuators, or existing machines to a device.
Control circuits from the Cloud. You can use any programming language.
We provide some Free Cloud based development Tools on the Web. Integrate Databases and Web Services with your hardwares.
Start Now! Getting Start
Circuit for Starter “obniz Board” is available on Amazon and other online stores.
You can get it at below