All Projects → rstephan → Artnetwifi

rstephan / Artnetwifi

Licence: other
Arduino library for Art-Net (artnet) over WiFi, send and receive DMX data. Runs on ESP8266, ESP32, WiFi101 and WiFiNINA devices.

Labels

Projects that are alternatives of or similar to Artnetwifi

Jamwifi
A GUI, easy to use WiFi network jammer for Mac OS X
Stars: ✭ 152 (-22.05%)
Mutual labels:  wifi
Multipeer
📱📲 A wrapper for the MultipeerConnectivity framework for automatic offline data transmission between devices
Stars: ✭ 170 (-12.82%)
Mutual labels:  wifi
Whoishere.py
WIFI Client Detection - Identify people by assigning a name to a device performing a wireless probe request.
Stars: ✭ 182 (-6.67%)
Mutual labels:  wifi
Kickthemout
💤 Kick devices off your network by performing an ARP Spoof attack.
Stars: ✭ 2,005 (+928.21%)
Mutual labels:  wifi
Probequest
Toolkit for Playing with Wi-Fi Probe Requests
Stars: ✭ 167 (-14.36%)
Mutual labels:  wifi
Rpi Security
A security system written in python to run on a Raspberry Pi with motion detection and mobile notifications
Stars: ✭ 171 (-12.31%)
Mutual labels:  wifi
Ng
Get password of the wifi you're connected, and your current ip address.
Stars: ✭ 151 (-22.56%)
Mutual labels:  wifi
Comitup
Bootstrap Wifi support over Wifi
Stars: ✭ 190 (-2.56%)
Mutual labels:  wifi
Espmqttclient
Wifi and MQTT handling for ESP8266 and ESP32
Stars: ✭ 169 (-13.33%)
Mutual labels:  wifi
Wifi
Package wifi provides access to IEEE 802.11 WiFi device actions and statistics. MIT Licensed.
Stars: ✭ 179 (-8.21%)
Mutual labels:  wifi
Feature Requests
ESPHome Feature Request Tracker
Stars: ✭ 160 (-17.95%)
Mutual labels:  wifi
Esp8266 wifi captive portal
🔑 WiFi captive portal for ESP8266 for phishing WiFi passwords
Stars: ✭ 165 (-15.38%)
Mutual labels:  wifi
Netjson
NetJSON is a data interchange format for encoding the basic building blocks of networks.
Stars: ✭ 171 (-12.31%)
Mutual labels:  wifi
Wifi Passview
An open source batch script based WiFi Passview for Windows!
Stars: ✭ 157 (-19.49%)
Mutual labels:  wifi
Reactivewifi
Android library listening available WiFi Access Points and related information with RxJava Observables
Stars: ✭ 186 (-4.62%)
Mutual labels:  wifi
Openwrt widora
Based OpenWrt cc15.05,for widora BIT3 3.1 4 5 5.1 and NEO
Stars: ✭ 150 (-23.08%)
Mutual labels:  wifi
Esp32 Serial Bridge
Wifi to 3x Serial bridge based on a ESP32
Stars: ✭ 169 (-13.33%)
Mutual labels:  wifi
Aircrack Ng
WiFi security auditing tools suite
Stars: ✭ 2,690 (+1279.49%)
Mutual labels:  wifi
Alfred Network Workflow
Show and change your network settings
Stars: ✭ 186 (-4.62%)
Mutual labels:  wifi
Wifi Txpower Unlocker
Stars: ✭ 173 (-11.28%)
Mutual labels:  wifi

ArtnetWifi

arduino-library-badge

An Art-Net library for Wifi-Arduino's. Tested on ESP8266, ESP32, WiFi101 (e.g. MKR1000) and WiFiNINA (e.g. NANO 33 IoT) devices.

Note: this library assumes you are using a wifi module.

Based on https://github.com/natcl/Artnet master

Installation

Arduino IDE

Navigate to Sketch -> Include Library -> Manage Libraries..., then search for ArtnetWifi and the library will show up. Click Install and the library is ready to use.

PlatformIO Core (CLI)

$ pio init --board nodemcuv2
$ pio lib install artnetwifi

Manual

Place this in your ~/Documents/Arduino/libraries folder.

Examples

Different examples are provided, here is a summary of what each example does.

ArtnetWifiDebug

Simple test for WiFi, serial and Art-Net.

Example output (Serial Monitor, 115200 Baud):

DMX: Univ: 0, Seq: 0, Data (48): 17 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 ...

If this example is not working, don't try anything else!

ArtnetWifiDebug2 (ArtnetWifiDebug with C++11 style)

See ArtnetWifiDebug.

ArtnetWifiFastLED

This example will receive multiple universes via Art-Net and control a strip of WS2812 LEDs via the FastLED library. It is similar to the NeoPixel example but it will work on the ESP32 and the ESP8266 controller as well.

ArtnetWifiNeoPixel

No ESP32 support! This example will receive multiple universes via Art-Net and control a strip of WS2811 LEDs via Adafruit's NeoPixel library.

ArtnetWifiTransmit

This is a simple transmitter. Send 3 byte over into the Art-Net, to make a RGB light ramp-up in white.

Art-Net

Art-Net(tm) is a trademark of Artistic Licence Holdings Ltd. The Art-Net protocol and associated documentation is copyright Artistic Licence Holdings Ltd.

Art-Net

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