Comments on: ESP8266 RGB Color Picker https://randomnerdtutorials.com/esp8266-rgb-color-picker/ Learn ESP8266, ESP32, Arduino, and Raspberry Pi Fri, 04 Oct 2019 10:11:11 +0000 hourly 1 https://wordpress.org/?v=6.8.2 By: Sara Santos https://randomnerdtutorials.com/esp8266-rgb-color-picker/#comment-342002 Fri, 02 Nov 2018 14:32:29 +0000 http://randomnerdtutorials.com/?p=21081#comment-342002 In reply to Zakaria Trari.

Hi.
Thank you 🙂

]]>
By: Zakaria Trari https://randomnerdtutorials.com/esp8266-rgb-color-picker/#comment-341910 Fri, 02 Nov 2018 00:19:53 +0000 http://randomnerdtutorials.com/?p=21081#comment-341910 i realy apreciate this tutorial, i tried others, but this one is the best, muchas gracias Rui Santos. i still find a sketch with wifimanager. don’t put the ssid and password in the sketch.

]]>
By: Rui Santos https://randomnerdtutorials.com/esp8266-rgb-color-picker/#comment-301339 Mon, 20 Mar 2017 19:39:16 +0000 http://randomnerdtutorials.com/?p=21081#comment-301339 In reply to Isaias.

Hi,
I don’t write Java code, but thanks for asking,
Rui

]]>
By: Isaias https://randomnerdtutorials.com/esp8266-rgb-color-picker/#comment-301304 Sun, 19 Mar 2017 21:29:59 +0000 http://randomnerdtutorials.com/?p=21081#comment-301304 Thanks for the tutorial. It inspire me to do some project applied to robotics. The idea is to control a couple of steper motors using a webpage like you did. instead of color gradient use a canvas to get movements from user and convert them to gcode commands, and make a robocar to resemble the movements. I want to use ESP8266-01 and A4988 motor driver (2 pieces at last). Please could you give me some advice about the java code to modify your script and adecuate to this idea?

]]>
By: Rui Santos https://randomnerdtutorials.com/esp8266-rgb-color-picker/#comment-295415 Sun, 11 Dec 2016 13:24:32 +0000 http://randomnerdtutorials.com/?p=21081#comment-295415 In reply to Paul7201.

There’s not a good way of doing that…

]]>
By: Rui Santos https://randomnerdtutorials.com/esp8266-rgb-color-picker/#comment-295389 Sun, 11 Dec 2016 13:07:38 +0000 http://randomnerdtutorials.com/?p=21081#comment-295389 In reply to Frank Bakker.

Yes, you can easily set the port and set the ip address. Just search for ESP8266 static IP address

]]>
By: Frank Bakker https://randomnerdtutorials.com/esp8266-rgb-color-picker/#comment-295210 Wed, 07 Dec 2016 13:00:46 +0000 http://randomnerdtutorials.com/?p=21081#comment-295210 Great project but… Would it be easy to change the port and ip adres?
Also would this work using a webserver 5100 or have you made that one some were else?

]]>
By: Paul7201 https://randomnerdtutorials.com/esp8266-rgb-color-picker/#comment-294585 Sat, 26 Nov 2016 10:02:53 +0000 http://randomnerdtutorials.com/?p=21081#comment-294585 How do you load the bootdtrap files locally onto the esp8266 instead of using the cdn links?

]]>
By: Rui Santos https://randomnerdtutorials.com/esp8266-rgb-color-picker/#comment-293783 Sat, 12 Nov 2016 23:42:47 +0000 http://randomnerdtutorials.com/?p=21081#comment-293783 In reply to Harish.

I’ll be trying to re-write the code in a couple of weeks…

]]>
By: Harish https://randomnerdtutorials.com/esp8266-rgb-color-picker/#comment-293295 Tue, 01 Nov 2016 17:25:51 +0000 http://randomnerdtutorials.com/?p=21081#comment-293295 Hi

how to use the following lines in arduino ide?

buf = buf..””;
buf = buf..””;
buf = buf..””;

]]>