Time to say goodbye to difficult and troublesome electronic projects.
obniz enables you to control motors and sensors via programs at your fingertips.
Whatever you want, from simple DIY electronics to advanced IoT projects.
From personal creative activities to project prototyping.
It is easy to start with just one unit, and you can start your Internet-connected project right away.
Introduces a step-by-step environment for learning practical programming; just open a web browser and start programming right away.
obniz meets your needs, from electronics to advanced IoT.
obniz Board is always connected to obniz Cloud by using Wi-Fi.
No network or cloud expertise required.
12 IOs with motor driver (up to 1A). Electronic components and modules can be handled without soldering or complicated wiring.
obniz Board will stop driving the io when it detects overcurrent or overheating of the driver in 5v push-pull mode.
obniz doen't require obnizOS development. Connect to Wi-Fi and run from any device, including PCs, tablets and smartphones.
obniz.js lets you use obniz and the connected parts as one object in JavaScript. obniz.js runs on both browser and Node.js.
Cloud license granted for one obniz board to write your own IoT programs.
obniz.js has parts library. You can use the parts by connecting them to random pins on obniz, and you don't need to read datasheets of the parts either.
Power on your obniz and just connect it to WiFi. You are all set by scanning QR codes with your smartphone.
Plug electronic components
and power on
Connect to Wi-Fi
Scan QR codes
Run instantly from program page!
With PC, smartphone, or tablet,
you can program online anytime and anywhere.
From block programs that can be programmed intuitively by simply arranging blocks, to practical text-based programming using HTML/JavaScript. This tool can be used by anyone to support IoT development and creative activities.
<html>
<body>
<div id=“obniz-debug”></div>
<button class=“btn btn-primary” id=“on”>LED ON</button>
<button class=“btn btn-primary” id=“off”>LED OFF</button>
<script>
var obniz = new Obniz(“OBNIZ_ID_HERE”);
obniz.onconnect = async function() {
var led = obniz.wired(“LED”, { anode: 0, cathode: 1 });
$(“#on”).click(function() {
led.on();
});
$(“#off”).click(function() {
led.off();
});
};
</script>
</body>
</html>
# Python Example
import asyncio
from obniz import Obniz
led = obniz.wired("LED", {"anode": 0, "cathode": 1})
led.blink()
led.end_bllink()
obniz = Obniz('0000-0000')
obniz.debugprint = True
obniz.onconnect = onconnect
asyncio.get_event_loop().run_forever()
Start programming opening online program editor. You can deploy the latest technologies such as infrared ray remote control and human detection AI robot just by lining up blocks. Block program can be switched into HTML/Javascript so you can learn programming step by step.
You can control electronic circuit freely with code you write on JavaScript and HTML like "Rotating a motor when pressing button","Controlling PWM and tilt robot head following finger position","Displaying characters received from Arduino via UART" and "graphing sensor data"
Vast libraries of Nodejs and Python to link with database, AI, or SNS. With obniz, you can connect libraries and electronic circuits from a single program. It’s easy to add AI functions like image analysis and deep learning into robot or light up LED diode when tweeted.
Easy IoT with sensors or motors and obniz.
Instantly create Robots and RC cars that recognize images and characters and move.
obniz makes it easy to work with SNS, web services and smart speakers.
HTML / JavaScript, operate electronic components from the smartphone UI.
"obniz Board" is connected to obniz Cloud through Wi-Fi.Sensors and motors can be controlled via obniz Cloud.
Size | w69.8×h36.3(mm) |
---|---|
I/O | 12 |
USB | USB micro-B |
Display | OLED 128×64 |
Wi-Fi | 802.11b/g/n(2.4GHz) |
Bluetooth | v4.2 BR/EDR BLE |
Operation Current | Ave 170mA @5v(*) |
License | obniz Cloud One-Time License |
*Wi-Fi connected, BLE standing by, no parts connected, OLED displayed
obniz Board 1Y has a "sleep function" that stops the operation until a specified time or trigger.
Size | w66.6×h36.3(mm) |
---|---|
I/O | 12 |
USB | USB Type-C |
Display | STN 128×64 |
Wi-Fi | 802.11b/g/n(2.4GHz) |
Bluetooth | v4.2 BR/EDR BLE |
Operation Current | Ave 120mA @5v / 20-40uA(sleep) |
License | obniz Cloud No Expiry Licensed |
*Wi-Fi connected, BLE standing by, no parts connected, using Display
New world with just one click.
obniz responds to your wish to make more.
Have a go with JavaScript
The kit includes a selection of 8 basic parts.(*Japanese version only)
Ai Robot Kit is for AI beginner. It let you to start Robot programming with your smartphone.(*Japanese version only)
IoT Home Kit is for starting IoT. Easily make your home IoT with your smartphone.(*Japanese version only)
Acrylic case to protect obniz Board / 1Y. Assembled for convenient reuse and storage. The dial switch can be operated and various connectors can be accessed without leaving the case.