Skip to content

Commit eb28d9f

Browse files
committed
Update readme
1 parent eb4e0d4 commit eb28d9f

File tree

3 files changed

+4
-5
lines changed

3 files changed

+4
-5
lines changed

README.md

+2-3
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,14 @@ ArduinoPixel
33

44
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.
55

6-
![promo](http://i76.photobucket.com/albums/j16/paign10/promo_zpsfnckempv.png)
7-
<br>
6+
![promo](https://github.com/nlamprian/ArduinoPixel/wiki/assets/project.png)
87

98
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.
109

1110
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).
1211

1312
Call for Action
14-
---
13+
---------------
1514

1615
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).
1716

firmware/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
![boards](http://i76.photobucket.com/albums/j16/paign10/boards_zpso9xdzn36.jpg)
1+
![boards](https://github.com/nlamprian/ArduinoPixel/wiki/assets/boards.jpg)
22

33
Support
44
=======

mobile/android/ArduinoPixel/src/ln/paign10/arduinopixel/MainActivity.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
* > is available on Google Play, w/ the name ArduinoPixel
2828
*
2929
* Author:
30-
* Nick Lamprianidis { paign10.ln [at] gmail [dot] com }
30+
* Nick Lamprianidis { nlamprian [at] gmail [dot] com }
3131
*
3232
* License:
3333
* Copyright (c) 2014 Nick Lamprianidis

0 commit comments

Comments
 (0)