Search found 10 matches

by Binder
05 Jun 2017, 14:07
Forum: ESP Easy: Software
Topic: Two OLED SSD1306 on one ESP8266
Replies: 20
Views: 19768

Re: Two OLED SSD1306 on one ESP8266

Hi, I'm not a source code writer, just a reader. As far as I can see in the code it does not differ between the two instances of this plugin. A http-command to change something directly, would look like this: http://<ESP IP address>/control?cmd=oled,<row>,<col>,<text> (found here: https://www.letsco...
by Binder
27 May 2017, 11:08
Forum: ESP Easy: Hardware
Topic: PCD8544 - Nokia 5110/3310 LCD - beta plugin
Replies: 88
Views: 98884

Re: PCD8544 - Nokia 5110/3310 LCD - beta plugin

_P208_PCD8544:171: error: incompatible types in assignment of 'int' to 'unsigned int [12]'
I had the same problem with the mega-version. If you go back to R148 and the Arduino IDE, it compiles without errors.
by Binder
26 Mar 2017, 19:17
Forum: ESP Easy: Software
Topic: WiFi-Settings in ESPEasy.ino
Replies: 8
Views: 7844

Re: WiFi-Settings in ESPEasy.ino

Just for info: Today I upgraded all my "in-wall-esp" with the latest Mega-firmware. The problem doesn't exist anymore. Now you can create your own firmware with preconfigured WIFI-settings and it works like exptected. I can't say what has changed with Mega, but with the versions up to R147...
by Binder
10 Feb 2017, 17:50
Forum: ESP Easy: Software
Topic: WiFi-Settings in ESPEasy.ino
Replies: 8
Views: 7844

Re: WiFi-Settings in ESPEasy.ino

The problem is the OTA-Upgrade. If I do it with a cable it works as expected. This is not my problem. But I like to do the upgrade OverTheAir. And this doesn't work. In the meantime I configured so many ESP with ESP-Easy that I ran into so many "circumstances" and I figured them all out. B...
by Binder
10 Feb 2017, 16:46
Forum: ESP Easy: Software
Topic: WiFi-Settings in ESPEasy.ino
Replies: 8
Views: 7844

Re: WiFi-Settings in ESPEasy.ino

OK. Thanks for your try. To go more in detail with my setting: Currently I'm having lots of ESPs behind the wall. All of them are programmed with my own code using OTA. I'd like to switch all of them to ESP-Easy. This is a much better piece of software than mine. :P I am able to upload an ESP-Easy f...
by Binder
09 Feb 2017, 17:27
Forum: ESP Easy: Software
Topic: ser2net & ESP8266-7 - cannot receive anything R147_RC8
Replies: 3
Views: 3756

Re: ser2net & ESP8266-7 - cannot receive anything R147_RC8

I'm waiting for a reliable solution as well. It looked very promising, but at the end I moved for a similar specific task to EPS-Link. Unfortenately ESP-Link doesn't and will never support any sensors. So I wasn't able to to combine sensor and UART-features together and decided to go with two ESP. T...
by Binder
09 Feb 2017, 17:06
Forum: ESP Easy: Software
Topic: WiFi-Settings in ESPEasy.ino
Replies: 8
Views: 7844

WiFi-Settings in ESPEasy.ino

Hi all, in the ino-file you can setup these settings #define DEFAULT_SSID "ssid" // Enter your network SSID #define DEFAULT_KEY "wpakey" // Enter your network WPA key But whatever I try these settings are never used. Do I have to configure something else? Pete
by Binder
22 Jan 2017, 07:51
Forum: ESP Easy: Software
Topic: Nextion display plugin
Replies: 587
Views: 1762703

Re: Nextion display plugin

@Marko,
and don't forget to use PIN13 as RX and PIN14 as TX.
Or change it in the code directly. As a workaround it is a static setting.
by Binder
06 Jan 2017, 15:23
Forum: ESP Easy: Software
Topic: Nextion display plugin
Replies: 587
Views: 1762703

Re: Nextion display plugin

Hi Bert,
it works now. Thanks for your quick workaround.

regards
by Binder
06 Jan 2017, 14:32
Forum: ESP Easy: Software
Topic: Nextion display plugin
Replies: 587
Views: 1762703

Re: Nextion display plugin

Hi Bert, I think I'm having a similar (or the same) problem as Jeff. I tried your plugin with a plain esp-12f or a nodemcu-V2. The pins I use are GPIO13 und 14 (D7 and D5). The pins itself are functional: for a test I changed the device to a switch and shortened them to ground. success. Then I conne...