obniz BLE Gateway series
Connect Bluetooth devices
to the cloud and mobile apps
with ease
obnizOS delivers high-grade security and a rich set of configuration features out of the box. Build freely with our open-source SDK.
Feature 01
Wireless and battery-friendly,
smartening the real world with ease
obnizOS comes with strong security and a rich set of configuration features out of the box. Build freely with our open-source SDK.
Use wireless Bluetooth to automatically connect a wide range of third-party sensors and your own products to the cloud and mobile apps. Fully managed and always up to date, obniz makes physical AI and app development simple to get started.
Feature 02
Just plug it in,
and surrounding devices connect to your service automatically
The built-in plug means it installs straight into a wall outlet. BLE (Bluetooth) devices within roughly 10 m to 100 m connect bi-directionally to your cloud service over Wi-Fi or LTE.
No electrical work or complex setup required. obnizOS includes Wi-Fi setup that anyone can complete with a PC or smartphone — no app needed — so even on-site customers can install it themselves.
Feature 03
Advanced scanning,
pairing, and broadcasting
More than just receiving data — pair and operate devices too. Connect to healthcare devices and push software updates over BLE.
Fine-grained Bluetooth control runs from the cloud, with advanced data compression and transformation available at the edge.
Available BLE features
Active Scan / Passive Scan
Discover nearby BLE devices
BLE Long Range
Coded PHY supported (BLE5 models only)
Signal filtering and conversion
Process at the edge before upload
On-device buffering
Queue data when the network drops
Pairing, connect, and write
Bi-directional comms with BLE devices, including LE Secure Connections
Advertisement broadcasting
Operate as a peripheral
Sensors & Case Study
Broad sensor support
and proven service examples
Compatible with sensors and devices from any manufacturer. obniz's firmware-less technology lets a single small gateway recognize a virtually unlimited number of sensors.
Tracking people and assets
Beacapp, Marubeni, Martisoup, Kyushu Ten
iBeacon
Smartening BLE-equipped own products
Sanei Medisys, NEC, Step One
In-house products
Building healthcare services
Sanei Medisys, Telemedies
Blood pressure monitor, motion sensor
Environment and equipment monitoring
SATO
Distance sensor, temperature sensor
obniz's Advantage
Focus on app development.
Leave the device side to us.
OS management, security, connection monitoring, incident response — all the complex device-side operations are handled by obniz, so you can launch IoT with server-side development alone.
Fully automated device-side operations
Six areas that traditionally required in-house development and ops are delivered fully managed by obniz.
Latest OS delivery and remote updates
obnizOS pushed to every device
Vulnerability and security response
Threat detection and patch delivery
24/7 connection management
Cloud monitors connections continuously
Incident response and support
Anomaly detection with SLA-backed support
TLS encryption and device authentication
Protected with TLS 1.2 and elliptic-curve crypto
Radio law and regulatory certifications
GITEKI, FCC, and NCC obtained
Your role
Focus only
on app development
Pour your team's resources into business logic and UX. The device side is no longer your problem.
Why obniz
In production, obniz wins
obniz devices are powered by a microcontroller, which beats Linux-class gateways on reliability, security, and operating cost.
Downtime during app updates
Connection monitoring via Cloud
OS and security ops handled by obniz
obniz
Microcontroller-based
Linux-class
In-house build
Case Studies
Customer case studies
Real services built with the obniz BLE Gateway.
建設現場の管理システム『3D K-FieldⓇ』で現場改善
鹿島建設株式会社(以下、鹿島)が建設現場で活用中のリアルタイム現場管理システム『3D K-Field』に対し、クラウドを付帯した弊社製品『obniz BLE/Wi-Fiゲートウェイ』の提供を2020年8月より開始しました。
JR西日本が「obniz」をオープンイノベーションによる社会課題解決で活用
株式会社obniz(本社:東京都豊島区、代表取締役:佐藤雄紀、以下「obniz」) が提供するIoTデータ転送サービス「obniz Pipeline」が、西日本旅客鉄道株式会社(本社:大阪府大阪市、代表取締役社長:長谷川一明、以下「JR西日本」)の取り組みで活用されました。本取り組みは、JR西日本グループが推進する「アウトバウンド型オープンイノベーション」による社会課題の解決の一つとして行われ、o
ペットサービス『waneco(ワネコ)』の在宅ペットとの会話を実現
株式会社obniz(本社:東京都豊島区/代表取締役:佐藤雄紀)の公式製品『obniz BLE/Wi-Fiゲートウェイ』はこの度、日本電気株式会社(本社:東京都港区/執行役員社長 兼 CEO:森田隆之|以下、NEC)が開発した、愛玩動物コミュニケーションプラットフォームサービス『waneco(ワネコ)』への採用が決定しました。『obnizBLE/Wi-Fiゲートウェイ』の特長である「設定から管理・運
obniz Now
An all-in-one web application
Build IoT-powered services on the web with no specialist skills required. On top of managed connectivity, security, and web infrastructure, you only configure the parts that matter — and ship a service immediately.
Build and sell, even your first time
Even a small first IoT or intelligence project is safe to ship — with obniz Now you can build for in-house use and confidently sell what you build.
Extend freely, anytime
From remote monitoring, data collection, and on/off control to AI and external API integration — every change applies instantly to every device in the field.
Security and malware already covered
IoT security is complex and demanding. With obniz devices and obniz Now, you build on top of a managed system that handles it for you.
obniz for Developers
Build BLE apps with
our open-source SDK
Beyond obniz Now, you can also drive BLE devices directly from your own server. One piece of code reaches every gateway worldwide simultaneously — scan, connect, and write, all from JavaScript.
Works without the public internet, on closed networks too. obniz Dock supports self-hosting, so the same code runs unchanged in security-strict environments like hospitals and power plants.
const obniz = new Obniz("OBNIZ_ID", {
access_token: "token_xxx"
});
obniz.onconnect = async () => {
await obniz.ble.initWait();
await obniz.ble.scan.startWait();
obniz.ble.scan.onfind = (peripheral) => {
console.log(peripheral.localName);
};
} Products
Start with a single unit. Get going today.
Choose a gateway by network type. BLE control is identical across models, so your code works the same regardless of the hardware.
Need a different power source or wired interface beyond a wall outlet?
Any obnizOS-powered device can serve as a BLE gateway — not just the plug-in form factor.