Giter Club home page Giter Club logo

webneopixel's Introduction

WebNeopixel

Use a PicoW to control a neopixel (ws2812) grid using HTTP from a browser.

Designed to control an Adafruit 8x8 RGBW grid. This uses the PicoW with wifi/tcp in raw polling mode. The webserver runs on core 0 and the Neopixel control on core 1.
Commands are passed by a simple queue.

Webserver

This is built on a generic web server (the classes ) The webserver software is layered: Many WebApps can be regiistered with the WebServer. The WebServer is a specialisation of SerrverApplication ServerApplication hides a lot of the underlying detail of the LwIP stack.

For memory allocation it uses a custom block pool in block_malloc and block_list to allow complex structures to be built up when parsing a web request.

Webapps

WebApps are simple classes - if they match a URL they get to process it. THere's

  • Neopixel webapp - sends commands to the neopixel engine running on core 1.
  • Teapot - responds to /coffee with 418 I'm a teapot.
  • Index - responds to / and /index URLs with a web page.

if there is no matching webapp the web server defaults to webapp404.

Misc

This uses DHCP to find an address and listens on port 80.

Note that WIFI_SSID and WIFI_PASSWORD need to be defined for this to build properly.

webneopixel's People

Contributors

rbp28668 avatar

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.