Search found 3 matches

by kvjajoo
29 Apr 2017, 12:11
Forum: ESP Easy: Hardware
Topic: PCD8544 - Nokia 5110/3310 LCD - beta plugin
Replies: 88
Views: 101443

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

Hi, I am getting following compile error : C:\Users\administrator\Documents\Arduino\ESPEasy\_P208_PCD8544.ino: In function 'boolean Plugin_208(byte, EventStruct*, String&)': _P208_PCD8544:171: error: incompatible types in assignment of 'int' to 'unsigned int [12]' Settings.TaskDeviceID[event->Ta...
by kvjajoo
23 Apr 2017, 15:22
Forum: ESP Easy: Projects / Applications
Topic: Change GPIO state using physical button
Replies: 3
Views: 5927

Re: Change GPIO state using physical button

@Toffel969 The physical button is connected to GPIO 2 --> This value is 1/0 depending on your settings in the switch device in ESP Easy (inversed or not, pull-up or not) and your cabling (GPIO to GND or GPIO to VCC). However as it is a momentary push button it only gets set to 1/0 for a short moment...
by kvjajoo
23 Apr 2017, 08:25
Forum: ESP Easy: Projects / Applications
Topic: Change GPIO state using physical button
Replies: 3
Views: 5927

Change GPIO state using physical button

Hi Experts, I am new to whole home automation scene. I have flashed my Nodemcu 1.0 with EspEasy 2.0.0 dev7. I have connected an led on gpio 0 and physical button to gpio 2. Then I wrote an automation rule in Home assistant that when physical button (gpio2) state update is received in mqtt server the...