arduinoWebSockets
espRFLinkMQTT
arduinoWebSockets | espRFLinkMQTT | |
---|---|---|
11 | 1 | |
1,949 | 97 | |
1.1% | - | |
6.9 | 0.0 | |
3 months ago | about 3 years ago | |
C++ | C++ | |
GNU Lesser General Public License v3.0 only | - |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
arduinoWebSockets
-
error during Arduino compiling for esp8266 for Roller Blind project
in my WebSocketsServer library folder, i have these files downloaded from https://github.com/Links2004/arduinoWebSockets
- Which WebSocket library is the best/fastest for an ESP32 programmed in Arduino IDE?
-
Unable to create WebSocket Client over SSL
I'm trying to connect to my NodeJS WebSocket server with my ESP32 using a secured connection over SSL. I'm using an arduinoWebsockets library (v 2.3.7) on platformio with code:
- Websocket programming integration
-
Improving websocket reliability
Hi all, I'm working on an ESP32 project that involves real-time communication between the ESP32 and a web server to send strings and small amounts of binary data. I'm using arduino-esp32 and arduinoWebsockets to achieve this. It's working okay but I'm wondering if it's possible to make the connection a bit more reliable. There are two different issues I'm seeing periodically—one is an error from WifiClient:
-
https://np.reddit.com/r/esp8266/comments/piwwzp/fauxmo_esp8266_possibility_to_send_commands_over/hbspbpj/
#include #include /* for time server: https://github.com/arduino-libraries/NTPClient */ #include /* for alexa */ #include /* for OTA */ #include /* for OTA and timeserver */ #include /* for OTA */ #include /* for Alexa: https://github.com/me-no-dev/ESPAsyncWebServer*/ #include "fauxmoESP.h" /* for alexa */ #include "credentials.h" /* Has the config for the wifi */ #include /* for the debug output via sockets: https://github.com/Links2004/arduinoWebSockets */ fauxmoESP fauxmo; AsyncWebServer server(80); WebSocketsServer webSocket = WebSocketsServer(81); //ws debugger will run on port 81
- Best hardware for creation of simple WebSocket Server for data communication
-
Very new to Arduino, how would I get my board and a Java application to communicate?
This is the WebSocket Arduino library. It also supports socket.io. https://github.com/Links2004/arduinoWebSockets
- Communication between multiple esp8266's - what are my options other than mqtt?
-
Beginner Resources for Understanding Websockets/How to Move Beyond Local?
The project even has examples. Including the client-side integration https://github.com/Links2004/arduinoWebSockets/blob/master/examples/esp32/WebSocketClient/WebSocketClient.ino
espRFLinkMQTT
-
RFLink for controlling Somfy RTS awning experiences?
If your NAS is too far away from the Somfy you can either try a dipole antenna or, as I do, plug in an esp8266 and flash it with espRFLinkMQTT. Homebridge has mqtt support afaik so that should work.
What are some alternatives?
ESPAsyncWebServer - Async Web Server for ESP8266 and ESP32
ESPAsyncWiFiManager - Port WiFiManager to ESP Async Server
Esp-Seplos-Controller - Seplos Controller mit Webseite Der Esp8266 ist über ein Rs485 Modul mit dem Seplos BMS verbunden und kann diesem seine Daten entlocken. Shutdown Button: Das BMS wird ausgeschaltet , selbe Art als ob man länger auf dem BMS tastschalter bleibt. Kurzum die Firmware die es hier zum Download gibt, liest das Bms aus und es lässt sich per Button Klick abschalten. Es fehlen derzeit noch die Warnings . Was kann der ESP8266 Seplos Controller : Mqtt Schnittstelle, Payload ist ein Json Array , die Topic Addressen werden in der ESP Weg UI angezeigt und sind für jeden Esp induviduell unique. Http Schnittstelle, Daten werden als Json Array ausgegeben SAVE CONTROLER Button ist für spätere Funktionen reserviert Derzeit kann nur ein BMS damit ausgelesen werden, Multipackreading ... coming soon Die SOC Zeile blinkt wann es einen Discharge oder Charge übers BMS gibt, ansonsten bei Current==0 , bleibt die Zeile weiss und blinkt nicht. Die SOC Spalte ist wie im Batteriemonitor farbig 0-30% red, 30-5
IXWebSocket - websocket and http client and server library, with TLS support and very few dependencies
BBQcontrol - More beer - less turning knobs