Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
nlamprian committed Dec 27, 2020
1 parent 604e3a9 commit 2e85383
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 5 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,14 @@ ArduinoPixel

ArduinoPixel is a distributed system for operating a LED strip. On one side, there is an **Arduino sketch** that implements a **web server** and offers an **API** for controlling a [NeoPixel LED strip](http://www.adafruit.com/products/1138). On the other side, there is the `ArduinoPixel` **Android app** that connects to the Arduino web server and sends **requests** to control the LED strip.

![promo](assets/promo.png)
<br>
![promo](https://github.com/nlamprian/ArduinoPixel/wiki/assets/project.png)

The **Arduino sketch** is almost ready for use, but you'll need to **tweak** a few parameters first. Once you update the network and strip parameters, you are free to **upload** the code straight to your board. Any Arduino compatible board with an Ethernet or Wifi connection should work fine.

The **Android app** is available on the [Google Play Store](https://play.google.com/store/apps/details?id=ln.paign10.arduinopixel). **Install** the app on your phone or tablet, **configure** the network parameters you set in the Arduino sketch and you are **ready** to go. You can watch a demo of the app [here](http://www.youtube.com/watch?v=AuqOQ0Pe_c0).

Call for Action
---
---------------

To anyone with an ESP32 board and a NeoPixel strip, it would be highly appreciated if you could test a new implementation of the `esp32` sketch and provide some [feedback](https://github.com/nlamprian/ArduinoPixel/issues).

Expand Down
Binary file removed assets/boards.jpg
Binary file not shown.
Binary file removed assets/promo.png
Binary file not shown.
2 changes: 1 addition & 1 deletion firmware/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
![boards](../assets/boards.jpg)
![boards](https://github.com/nlamprian/ArduinoPixel/wiki/assets/boards.jpg)

Support
=======
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
* > is available on Google Play, w/ the name ArduinoPixel
*
* Author:
* Nick Lamprianidis { paign10.ln [at] gmail [dot] com }
* Nick Lamprianidis { nlamprian [at] gmail [dot] com }
*
* License:
* Copyright (c) 2014 Nick Lamprianidis
Expand Down

0 comments on commit 2e85383

Please sign in to comment.