All Projects → blinker-iot → Blinker Library

blinker-iot / Blinker Library

Licence: mit
An IoT Solution,Blinker library for embedded hardware. Works with Arduino, ESP8266, ESP32.

Projects that are alternatives of or similar to Blinker Library

Blynk Library
Blynk library for embedded hardware. Works with Arduino, ESP8266, Raspberry Pi, Intel Edison/Galileo, LinkIt ONE, Particle Core/Photon, Energia, ARM mbed, etc.
Stars: ✭ 3,305 (+201.83%)
Mutual labels:  arduino, esp32, hardware, iot, esp8266, wifi, embedded
Blinker Doc
blinker中文文档
Stars: ✭ 139 (-87.31%)
Mutual labels:  arduino, esp32, ble, mqtt, iot, esp8266, wifi
Blynk Server
Blynk is an Internet of Things Platform aimed to simplify building mobile and web applications for the Internet of Things. Easily connect 400+ hardware models like Arduino, ESP8266, ESP32, Raspberry Pi and similar MCUs and drag-n-drop IOT mobile apps for iOS and Android in 5 minutes
Stars: ✭ 8 (-99.27%)
Mutual labels:  arduino, esp32, hardware, mqtt, iot, websockets, esp8266
Espmqttclient
Wifi and MQTT handling for ESP8266 and ESP32
Stars: ✭ 169 (-84.57%)
Mutual labels:  arduino, esp32, mqtt, iot, esp8266, wifi
Platformio Atom Ide
PlatformIO IDE for Atom: The next generation integrated development environment for IoT
Stars: ✭ 475 (-56.62%)
Mutual labels:  arduino, esp32, hardware, iot, esp8266, embedded
Espui
A simple web user interface library for ESP32 and ESP8266
Stars: ✭ 330 (-69.86%)
Mutual labels:  arduino, esp32, iot, websockets, esp8266
Swifitch
Swifitch is ESP8266 based relay board that could be used to turn any light or any wall socket into smart one!
Stars: ✭ 117 (-89.32%)
Mutual labels:  arduino, hardware, iot, esp8266, wifi
Openmqttgateway
MQTT gateway for ESP8266, ESP32, Sonoff RF Bridge or Arduino with bidirectional 433mhz/315mhz/868mhz, Infrared communications, BLE, Bluetooth, beacons detection, mi flora, mi jia, LYWSD02, LYWSD03MMC, Mi Scale, TPMS, BBQ thermometer compatibility, SMS & LORA.
Stars: ✭ 2,413 (+120.37%)
Mutual labels:  arduino, esp32, ble, mqtt, esp8266
Platformio Core
PlatformIO is a professional collaborative platform for embedded development 👽 A place where Developers and Teams have true Freedom! No more vendor lock-in!
Stars: ✭ 5,539 (+405.84%)
Mutual labels:  arduino, esp32, iot, esp8266, embedded
Sming
Sming - Open Source framework for high efficiency native ESP8266 development
Stars: ✭ 1,197 (+9.32%)
Mutual labels:  arduino, iot, esp8266, wifi, embedded
Arduinowebsockets
A library for writing modern websockets applications with Arduino (ESP8266 and ESP32)
Stars: ✭ 213 (-80.55%)
Mutual labels:  arduino, esp32, iot, websockets, esp8266
Esphelper
A library to make using WiFi & MQTT on the ESP8266 easy.
Stars: ✭ 310 (-71.69%)
Mutual labels:  arduino, esp32, mqtt, esp8266, wifi
Open Home Automation
Open Home Automation with Home Assistant, ESP8266/ESP32 and MQTT
Stars: ✭ 820 (-25.11%)
Mutual labels:  arduino, esp32, ble, mqtt, esp8266
Blinker Py
Blinker python library for hardware. Works with Raspberry Pi, Banan Pi, Linux devices
Stars: ✭ 680 (-37.9%)
Mutual labels:  hardware, ble, mqtt, wifi, embedded
Bleeper
Library to manage your firmware configurations written in C++
Stars: ✭ 54 (-95.07%)
Mutual labels:  arduino, esp32, iot, esp8266, wifi
Pjon
PJON (Padded Jittering Operative Network) is an experimental, arduino-compatible, multi-master, multi-media network protocol.
Stars: ✭ 2,615 (+138.81%)
Mutual labels:  arduino, mqtt, iot, esp8266, embedded
Lib Python
Blynk IoT library for Python and Micropython
Stars: ✭ 140 (-87.21%)
Mutual labels:  esp32, hardware, iot, esp8266, embedded
Esp8266 React
A framework for ESP8266 & ESP32 microcontrollers with a React UI
Stars: ✭ 193 (-82.37%)
Mutual labels:  esp32, mqtt, iot, websockets, esp8266
Esp32marauder
A suite of WiFi/Bluetooth offensive and defensive tools for the ESP32
Stars: ✭ 233 (-78.72%)
Mutual labels:  arduino, esp32, iot, esp8266, wifi
Waterius
Передача показаний воды по Wi-Fi. Watermeter Wi-Fi transmitter.
Stars: ✭ 295 (-73.06%)
Mutual labels:  arduino, hardware, iot, esp8266, embedded

blinker-library

Blinker library for embedded hardware. Works with Arduino, ESP8266, ESP32.

Why named blinker

When we learn a new embedded hardware, we usually started with the sketch Blink.
We think Blink is the hello world of embedded hardware.
We aim to build a easy learn IoT solution project, which like Blink a led.
So we named this project blinker with this inspiration.

为什么叫 blinker

当我们接触学习一个新的嵌入式硬件平台时, 我们通常是从 Blink 点亮一颗LED开始的。
我们把 Blink 当作硬件开发第一课的 hello world
我们期望做像 Blink 点亮一颗LED 那样简单的物联网解决方案。
根据这个灵感, 我们将这个项目命名为 blinker

What's blinker

blinker is a cross-hardware, cross-platform solution for the IoT. It provides APP, device and server support, and uses public cloud services for data transmission and storage. It can be used in smart home, data monitoring and other fields to help users build Internet of Things projects better and faster.

blinker 是一套跨硬件、跨平台的物联网解决方案,提供APP端、设备端、服务器端支持,使用公有云服务进行数据传输存储。可用于智能家居、数据监测等领域,可以帮助用户更好更快地搭建物联网项目。

Reference/参考

Thanks

WebSockets - for Blinker to build up a websocket server
Adafruit_MQTT_Library - for Blinker to build up a mqtt client
ArduinoJson - for Blinker to format Json data
OneButton - for Blinker to manage button
painlessMesh - for Blinker to build up a mesh network
Blynk

Due to frequent updates of versions, individual items may not be added in time. We hope to understand. If you find out, please let us know.

感谢

WebSockets - Blinker 用这个库建立了一个 websocket 服务器
Adafruit_MQTT_Library - Blinker 用这个库建立了一个 MQTT 客户端
ArduinoJson - Blinker 用这个库解析 Json
OneButton - Blinker 用这个库管理按键
painlessMesh - Blinker 用这个库建立mesh网络
Blynk

由于版本更新频繁,个别项目可能没有及时添加,望理解,如有发现可告知我们

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].