All Projects → jerosoler → IoTFlow

jerosoler / IoTFlow

Licence: MIT License
Visual tool for IoT 💡

Programming Languages

javascript
184084 projects - #8 most used programming language
Vue
7211 projects
CSS
56736 projects

Projects that are alternatives of or similar to IoTFlow

nodemcu-esp8266 fake sign in
🐱‍👤Email password phishing | WiFi captive portal for ESP8266 | NodeMcu fake login
Stars: ✭ 24 (-20%)
Mutual labels:  nodemcu
thingspeak-esp-examples
ESP8266 / NodeMCU Examples for https://ThingSpeak.com
Stars: ✭ 76 (+153.33%)
Mutual labels:  nodemcu
NR1-UI
Userinterface for Volumio (RaspberryPi) with ssd1322 and ssd1306 oled display, spectrum bargraph, progress bar, LED functions, Standby-functions, 4 Buttons and Rotary Encoder.
Stars: ✭ 29 (-3.33%)
Mutual labels:  raspberry
motor-hat
Node Module to control Adafruits MotorHAT for the RaspberryPi
Stars: ✭ 28 (-6.67%)
Mutual labels:  raspberry
RAK831-Zero
Pi Zero RAK831 Adapter board
Stars: ✭ 98 (+226.67%)
Mutual labels:  raspberry
n2d
An easy to use ESP8266 flash tool with built-in support for the Deauther Project.
Stars: ✭ 136 (+353.33%)
Mutual labels:  nodemcu
LoraGW-Setup
SX1301 Lora Concentrator Raspberry PI based gateway setup
Stars: ✭ 70 (+133.33%)
Mutual labels:  raspberry
swifitch-software
Software for SWIFITCH HW
Stars: ✭ 12 (-60%)
Mutual labels:  nodemcu
Jarolift MQTT
Controlling Jarolift TDEF 433MHZ radio shutters via ESP8266 and CC1101 Transceiver Module in asynchronous mode
Stars: ✭ 43 (+43.33%)
Mutual labels:  nodemcu
blynk-sketch-generator
This repository is for generating Blynk sketches.
Stars: ✭ 20 (-33.33%)
Mutual labels:  nodemcu
pi-stomp
pi-stomp is a DIY high definition, multi-effects stompbox platform for guitar, bass and keyboards
Stars: ✭ 42 (+40%)
Mutual labels:  raspberry
nodemcu-max7219
A NodeMCU library to write to MAX7219 8x8 matrix and 7-segment displays using SPI
Stars: ✭ 32 (+6.67%)
Mutual labels:  nodemcu
102shows
Raspberry Pi + APA102 + MQTT + 102shows = LED awesomeness!
Stars: ✭ 15 (-50%)
Mutual labels:  raspberry
etherport-client
Client-side virtual serial port for Etherport. Used to implement firmata-compatible boards and relays.
Stars: ✭ 20 (-33.33%)
Mutual labels:  firmata
pmvr
Raspberry Pi Motion Video Recorder
Stars: ✭ 22 (-26.67%)
Mutual labels:  raspberry
HyperBian
Hyperion pre installed on Raspberry Pi OS Lite
Stars: ✭ 192 (+540%)
Mutual labels:  raspberry
firmata
Ocaml library to control Firmata boards like Arduino
Stars: ✭ 18 (-40%)
Mutual labels:  firmata
docker-rpi-plex-video-converter
Raspberry PI - Plex Video converter - Docker image (Multiarch)
Stars: ✭ 19 (-36.67%)
Mutual labels:  raspberry
iRadio
Ein Softwarebaukasten für den Aufbau/Umbau von Radios auf Raspberry Pi Basis
Stars: ✭ 15 (-50%)
Mutual labels:  raspberry
gitlab-runner
GitLab Runner (Docker image) for ARM devices, this is a mirror repository of
Stars: ✭ 17 (-43.33%)
Mutual labels:  raspberry

IoTFlow GitHub

English version

Ejemplo

Instalación

sudo apt-get install libpcap-dev

git clone https://github.com/jerosoler/IoTFlow.git

cd IoTFlow

npm install

### For Raspberry Install raspi-io
npm install raspi-io

sudo HOST=192.168.1.9 PORT=3000 npm run build  ## Cambia la IP

sudo HOST=192.168.1.9 PORT=3000 npm run start  ## Cambia la IP

### OR PM2

sudo HOST=192.168.1.9 PORT=3000 pm2 start npm --name="IoTFLow" -- start

Configuración

Paso 1

Carga StandardFirmata o StandardFirmataWifi a tus dispositivos. Testeado con:

  • Arduino UNO (StandardFirmata)
  • NodeMCU (StandardFirmataWifi)
  • Si utilizas raspberry para el software, puedes utilizar también los pines GPIO. (No comprobado)

Paso 2

Configura tus placas

Image boards

Paso 3

Crea tu flujo

Image Flow

Paso 4

Play!! ;)

IoTFlow

MQTT Server

Incopora un servidor MQTT en el puerto 1883. Sin usuario y contraseña.

Futuras implementaciones:

Dashboard:

  • Joystick
  • up/down
  • Video view
  • Img view
  • Graficas

Firmata:

  • LCD
  • Motor
  • Stepper

Functions:

  • Telegram
  • Otras (Socket, email, iftt, assistant ...)

Developers

sudo HOST=192.168.1.9 PORT=3000 npm run dev  ## Cambia la IP

Crea tus modulos siguiendo los ejemplos de la carpeta "modules"

Donaciones

Con una 🌟 es suficiente para continuar con el proyecto

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].