From eb28d9fed6deede2ca67b485b6fd834321a825b6 Mon Sep 17 00:00:00 2001 From: nlamprian Date: Sun, 27 Dec 2020 19:41:07 +0100 Subject: [PATCH] Update readme --- README.md | 5 ++--- firmware/README.md | 2 +- .../src/ln/paign10/arduinopixel/MainActivity.java | 2 +- 3 files changed, 4 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 3fcb6ee..ad50437 100644 --- a/README.md +++ b/README.md @@ -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](http://i76.photobucket.com/albums/j16/paign10/promo_zpsfnckempv.png) -
+![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). diff --git a/firmware/README.md b/firmware/README.md index 5d8a678..33aa00d 100644 --- a/firmware/README.md +++ b/firmware/README.md @@ -1,4 +1,4 @@ -![boards](http://i76.photobucket.com/albums/j16/paign10/boards_zpso9xdzn36.jpg) +![boards](https://github.com/nlamprian/ArduinoPixel/wiki/assets/boards.jpg) Support ======= diff --git a/mobile/android/ArduinoPixel/src/ln/paign10/arduinopixel/MainActivity.java b/mobile/android/ArduinoPixel/src/ln/paign10/arduinopixel/MainActivity.java index 4e01999..77f62ca 100755 --- a/mobile/android/ArduinoPixel/src/ln/paign10/arduinopixel/MainActivity.java +++ b/mobile/android/ArduinoPixel/src/ln/paign10/arduinopixel/MainActivity.java @@ -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