All Projects β†’ latonita β†’ Esp8266 Mqtt Pulsecounter

latonita / Esp8266 Mqtt Pulsecounter

Licence: mit
Simple pulse counter

Labels

Projects that are alternatives of or similar to Esp8266 Mqtt Pulsecounter

Wi Pwn
ESP8266 Deauther ​with a material design WebUI πŸ“Ά
Stars: ✭ 839 (+9222.22%)
Mutual labels:  arduino
Esp8266 Window
ESP8266-based motorized window shade Arduino sketch
Stars: ✭ 8 (-11.11%)
Mutual labels:  arduino
Deployatron
The Deployatron
Stars: ✭ 8 (-11.11%)
Mutual labels:  arduino
Backtothefuture Clock
All code and documents releated to my BackToTheFuture clock: http://hackaday.io/project/709-Back-To-The-Future-Time-Circuit-Clock
Stars: ✭ 7 (-22.22%)
Mutual labels:  arduino
Solarmonk
energy powered by the sun β˜€οΈ
Stars: ✭ 8 (-11.11%)
Mutual labels:  arduino
Clock
really simple clock
Stars: ✭ 8 (-11.11%)
Mutual labels:  arduino
Oil Pumpjack
Oil Pumpjack: open source materials to create your own oil pumpjack managed by an Arduino
Stars: ✭ 27 (+200%)
Mutual labels:  arduino
Lowlevelprogramming University
How to be low-level programmer
Stars: ✭ 7,224 (+80166.67%)
Mutual labels:  arduino
Wordclock
Arduino nano code for a WS2812B/Neopixel Wordclock
Stars: ✭ 8 (-11.11%)
Mutual labels:  arduino
Ethernetshieldlist
List of Arduino Ethernet Shields
Stars: ✭ 8 (-11.11%)
Mutual labels:  arduino
Purr
hackathon project, anxiety bracelet
Stars: ✭ 7 (-22.22%)
Mutual labels:  arduino
Twiliopoweroutlet
Power Outlet Controlled by Twilio, Pusher, and Arduino
Stars: ✭ 7 (-22.22%)
Mutual labels:  arduino
Arduino Cc3000 Relay
Stars: ✭ 8 (-11.11%)
Mutual labels:  arduino
Vexmotor
vexMotor Arduino library. This library simplifies the interface between Arduino and the VEX motors through the VEX Motor Controller 29.
Stars: ✭ 7 (-22.22%)
Mutual labels:  arduino
Firefly
RGB Firefly Jar with Capacitive Touch (WS2812, ATtiny85, Arduino, etc)
Stars: ✭ 8 (-11.11%)
Mutual labels:  arduino
Panstamp sketches
Basic Arduino sketches fro panStamp
Stars: ✭ 7 (-22.22%)
Mutual labels:  arduino
Esp32 Paxcounter
Wifi & BLE driven passenger flow metering with cheap ESP32 boards
Stars: ✭ 844 (+9277.78%)
Mutual labels:  arduino
K66 ethernet
Experiments with K66 Ethernet
Stars: ✭ 9 (+0%)
Mutual labels:  arduino
Firmware
The connection between the knitting machine and a computer
Stars: ✭ 8 (-11.11%)
Mutual labels:  arduino
Ac control
Bringing the internet to my air conditioner
Stars: ✭ 8 (-11.11%)
Mutual labels:  arduino

Simple pulse counter which sends data over MQTT

  • This counter uses interrupts on 2 pins - I have two water meters attached to ESP8266 via simplest LM393 comparator circuit.
  • It is "talk-only" client.
  • It sends out data every 60 seconds by default.
  • It keeps adding pulses until succesful connection.

MQTT Message consists of

   P1, P2 - number of pulses counted since last succesful connection to server
   Sec - period during which we collected P1 and P2, seconds. 
   Per - number of base periods we collected data for. >1 if we failed to connect to server last time
   Up  - ESP8266 uptime

Copyright (C) 2016 Anton Viktorov [email protected]

This library is free software. You may use/redistribute it under The MIT License terms.

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