SparkFun_AS7265x_Arduino_Library
arduinoWebSockets
SparkFun_AS7265x_Arduino_Library | arduinoWebSockets | |
---|---|---|
7 | 11 | |
40 | 1,930 | |
- | 0.8% | |
3.7 | 6.9 | |
about 1 year ago | about 1 month ago | |
C++ | C++ | |
GNU General Public License v3.0 or later | 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.
SparkFun_AS7265x_Arduino_Library
-
Combining 2 pcbs…
I need a PCB producing that encoroorates 2 existing pcbs. It is a combination of 2 open source boards. They are sparkfun thing plus esp-s2 https://www.sparkfun.com/products/17743 and a sensor board a sparkfun as7265x https://www.sparkfun.com/products/15050.
- Issues using AS7265X Spectral sensor with Sparkfun esp32-s2 Thing Plus
-
Modding advice for resin printers (changing light source)
SparkFun Triad Spectroscopy Sensor
-
Help: Please recommend a sensor that can convert light to frequency? And, if possible, where can I buy it (one that ships overseas)?
Edit: this looks like what you might want https://www.sparkfun.com/products/15050
- Open Source Plastic Scanner
-
Part2-A noob needs help on an advanced project ( Spectroscopy Sensor )
link for code used
-
A noob needs help on an advanced project ( Spectroscopy Sensor )
code: the same one from the library
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
What are some alternatives?
RF_Links - These wireless transmitters and receivers easily fit into a breadboard and work well with microcontrollers to create a very simple wireless data link.
ESPAsyncWebServer - Async Web Server for ESP8266 and ESP32
FlightView - Real-time tools for Imaging Spectroscopy Data
ESPAsyncWiFiManager - Port WiFiManager to ESP Async Server
PlasticScanner-website - Website for Plastic Scanner
IXWebSocket - websocket and http client and server library, with TLS support and very few dependencies
SparkFun_LIS3DH_Arduino_Library - LIS3DH Arduino Libs
esp-rfid - ESP8266 RFID (RC522, PN532, Wiegand, RDM6300) Access Control system featuring WebSocket, JSON, NTP Client, Javascript, SPIFFS
PlasticScanner-Software - code to run plastic scanner
espRFLinkMQTT - ESP8266 gateway between RFLink and MQTT server
ArduinoJson - 📟 JSON library for Arduino and embedded C++. Simple and efficient.
WebSocket - A lightweight RFC 6455 (Web Socket) implementation for Qt5 & Qt6 (C++)