Skip to content

LabRat3K/WNRF

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WNRF Firmware - based on ESPixelStick Firmware

WNRF - a WiFi to nRF24L01 Gateway

WNRF Development Devices

This is the Arduino firmware for the ESP8266 based Wifi-to-nRF bridge (based on the ESPixelStick). The bridge acts to convert wireless E1.31 sACN payloads to nRF packets. The gateway can handle a full 512 universe, with options to support multiple WNRF gateways in the same installation (different frequencies).

To keep things simple, many of the advances streaming options of the ESPixelStick have been stripped from the client (with more to go). New feature include integration with the PIC based nRFLoader bootloader, allowing for a target client firmware to be upgraded over the air (OTA).

Hardware

The WNRF hardware combines an ESP-07 (or 12) with a nRF24L01 radio, to create the WNRF device. The footprint was designed to go into the Hammon 1593K enclosure, in order to create a nice tidy (and inexpensive) end product. Any nRF24L01 radio using the two row 8-pin header, should work, but I would recommend selecing one with PA+LNA capabilities. An external antenna is preferable, to maximise your outgoing signal capabilities.

WNRF PCB

Requirements

This section is direct from the ESPixelStick project. Along with the Arduino IDE, you'll need the following software to build this project:

The following libraries are required:

Extract the folder in each of these zip files and place it in the "library" folder under your arduino environment

Important Notes on Compiling and Flashing

  • In order to upload your code to the ESP8266 you must put it in flash mode and then take it out of flash mode to run the code. To place your ESP8266 in flash mode your GPIO-0 pin must be connected to ground.
  • Device mode is now a compile time option to set your device type and is configured in the top of the main sketch file. Current options are ESPS_MODE_PIXEL and ESPS_MODE_SERIAL. The default is ESPS_MODE_PIXEL for the ESPixelStick hardware.
  • Web pages must be processed, placed into data/www, and uploaded with the upload plugin. Gulp will process the pages and put them in data/www for you. Refer to the html README for more information.
  • In order to use the upload plugin, the ESP8266 must be placed into programming mode and the Arduino serial monitor must be closed.
  • ESP-01 modules must be configured for 1M flash and 128k SPIFFS within the Arduino IDE for OTA updates to work.
  • For best performance, set the CPU frequency to 160MHz (Tools->CPU Frequency). You may experience lag and other issues if running at 80MHz.
  • The upload must be redone each time after you rebuild and upload the software

Supported Outputs

The ESPixelStick firmware can generate the following outputs from incoming E1.31 streams, however your hardware must support the physical interface.

Pixel Protocols

  • None - not supporting direct output to pixels in the WNRF

Serial Protocols

  • None - stripped to reduce firmware footprint

Screen Shots

WNRF Status Page nRF Default Config WNRF Client Device Admin Client Over the Air Update WNRF Frequency Scanner

Credits

About

F/W for E1.31 to NRF24L01 bridge

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 54.4%
  • C 18.7%
  • JavaScript 16.0%
  • HTML 9.6%
  • CSS 1.3%