Search found 62 matches

by marktn
13 Sep 2023, 22:41
Forum: ESP Easy: General Discussion
Topic: TFT st7789 send http
Replies: 11
Views: 1713

Re: TFT st7789 send http

That is possible. But then will not remove the color. And there is no color that is the same as the screen is. Normally, using the same background color as the foreground color, it should result in 'transparent', though I haven't tested that using spaces. The default background color is black (you ...
by marktn
13 Sep 2023, 22:01
Forum: ESP Easy: General Discussion
Topic: TFT st7789 send http
Replies: 11
Views: 1713

Re: TFT st7789 send http

Ath wrote: 13 Sep 2023, 20:38
marktn wrote: 13 Sep 2023, 19:53 Is there also a rule to clear this rule with text and colour? Not the complete screen.
Instead of the text you could write a series of spaces...?
That is possible. But then will not remove the color. And there is no color that is the same as the screen is.
by marktn
13 Sep 2023, 19:53
Forum: ESP Easy: General Discussion
Topic: TFT st7789 send http
Replies: 11
Views: 1713

Re: TFT st7789 send http

Hi, 192.168.1.xx/control?cmd=st7789,txtfull,1,5,3,<foreColor=current>,blue, <textPrintMode=current>,<maxTextWidthPixels=0>," Tekst " With this http rule i have backgroud color, and text. Works fine. Is there also a rule to clear this rule with text and colour? Not the complete screen. Mark
by marktn
24 May 2023, 20:27
Forum: ESP Easy: Hardware
Topic: RFID - PN532 not working
Replies: 13
Views: 1721

Re: RFID - PN532 not working

Yes it is working!!

Thanks for your support. Espeasy is a great development! Still learning :D
by marktn
23 May 2023, 22:22
Forum: ESP Easy: Hardware
Topic: RFID - PN532 not working
Replies: 13
Views: 1721

Re: RFID - PN532 not working

With the tool scan, it does not find anything. Only with the working device.

There is a small difference.
The first one is not working.
Second one is working.

I also see switches, in the corner. Am i right?
by marktn
23 May 2023, 21:11
Forum: ESP Easy: Hardware
Topic: RFID - PN532 not working
Replies: 13
Views: 1721

Re: RFID - PN532 not working

Yes i did. I have one PN532 working, on esp8266. When switching to the new PN532, it does not scan anymore.
by marktn
23 May 2023, 20:40
Forum: ESP Easy: Hardware
Topic: RFID - PN532 not working
Replies: 13
Views: 1721

RFID - PN532 not working

Hi,

I have an RFID - PN532, that is working.

I orderd 2 new RFID - PN532, that are not working? Is there some different in these, or is it broken?
It does not scan with i2c.

Same PIN and esp8266.
by marktn
09 May 2023, 22:39
Forum: ESP Easy: Hardware
Topic: Wiegand keypad
Replies: 37
Views: 15658

Re: Wiegand keypad

Thanks! Will order and test that.
by marktn
06 May 2023, 23:35
Forum: ESP Easy: Hardware
Topic: esp8266 external power
Replies: 7
Views: 1800

Re: esp8266 external power

Then I would suggest to add some DC/DC converter board to make a stable 5V close to the ESP's. This way you don't have a fluctuating voltage on the ESP side due to the resistance in the long cable. For example something like these: https://www.tinytronics.nl/shop/en/power/voltage-converters/buck-(s...
by marktn
06 May 2023, 22:27
Forum: ESP Easy: Hardware
Topic: esp8266 external power
Replies: 7
Views: 1800

Re: esp8266 external power

What kind of power supply are you using? Texts like "cut end off" do sound a lot like you're just using any kind of power supply and not something that's really 5V and powerful enough to deliver a stable 5V. Why not using an USB charge adapter? Those can be had for cheap and you can use j...
by marktn
06 May 2023, 21:35
Forum: ESP Easy: Hardware
Topic: esp8266 external power
Replies: 7
Views: 1800

Re: esp8266 external power

Well, USB delivers 5V, so applying 12V on such unit is going to give some sparks :shock: if you connect a 5V source to the 5V pin of the NodeMCU it should work as intended, as the 3.3V will be converted on the NodeMCU from 5V by the AMS1117 regulator on the unit. What pin did you use? I was thinkin...
by marktn
06 May 2023, 20:57
Forum: ESP Easy: Hardware
Topic: esp8266 external power
Replies: 7
Views: 1800

esp8266 external power

Hi, I have an esp8266 Nodemcu v3, it is powered with usb. Conneceted devices, TFT screen, buzzer and pn532. I want to use not the usb power, but an external power device. Total 3 esp8622 devices need an external power. What is your advice? I already burned one esp... For that i used, VIN and GND, 12...
by marktn
29 Apr 2023, 22:24
Forum: ESP Easy: Hardware
Topic: esp8266 how to connect extra hardware
Replies: 10
Views: 1307

Re: esp8266 how to connect extra hardware

Problem solved!

Thanks for your support.
by marktn
29 Apr 2023, 20:33
Forum: ESP Easy: Hardware
Topic: esp8266 how to connect extra hardware
Replies: 10
Views: 1307

Re: esp8266 how to connect extra hardware

YES its working!! Thanks for the support here. :D :D :D When the esp8266 is powering on, the TFT screen is white. Is there a way to prevent that. What i do at this moment, under devices/edit tft, click submit. And it is working. Or is that because of this? I am in a learning curve, this is new for m...
by marktn
29 Apr 2023, 17:26
Forum: ESP Easy: Hardware
Topic: esp8266 how to connect extra hardware
Replies: 10
Views: 1307

Re: esp8266 how to connect extra hardware

Thanks! I am getting close. The TFT screen is still working with the new pin settings But i have an error with the PN532 tag reader. PN532: BUS error Tools->Advanced->I2C ClockStretchLimit to 2000, setting is done. I did see there was an other topic, but no solution. And where to connect the Piezo? ...
by marktn
29 Apr 2023, 14:22
Forum: ESP Easy: Hardware
Topic: esp8266 how to connect extra hardware
Replies: 10
Views: 1307

Re: esp8266 how to connect extra hardware

Hi, Thanks for your support I can't use the GPIO-12, D6, because i am using SPI Interface. Otherwise the TFT is not working. So i need GPIO-16, for the piezo And GPIO-4 and GPIO-5 for i2c All 3 are in use, can i move them (TFT) to another pin? The led was for the TFT screen connection. ESP pinout (w...
by marktn
29 Apr 2023, 11:36
Forum: ESP Easy: General Discussion
Topic: TFT st7789 send http
Replies: 11
Views: 1713

Re: TFT st7789 send http

Thanks for your support! It is working.

I have another question for the TFT st7789, i will make a new topic for that.
viewtopic.php?t=9631
by marktn
29 Apr 2023, 11:35
Forum: ESP Easy: Hardware
Topic: esp8266 how to connect extra hardware
Replies: 10
Views: 1307

esp8266 how to connect extra hardware

Hi, Is there an solution for this? I have the TFT screen working! For the PN532 i need the D2 pin, in use by the TFT screen. And where to connect the Piezo? D5 is already in use for the TFT screen. ESP pinout (working) ESP8266 -> 2,8" TFT ST7789 D0 -> LED D1 -> DC D2 -> CS V3,3 -> VCC G -> GND ...
by marktn
28 Apr 2023, 21:25
Forum: ESP Easy: General Discussion
Topic: TFT st7789 send http
Replies: 11
Views: 1713

Re: TFT st7789 send http

Is it also possible to make the background of a txl in the color red? I see color settings, but how to use it in a line. Have a look at the txtfull command that has a lot of parameters including foreground and background colors, or the txc command that allows to change the standard colors (foregrou...
by marktn
28 Apr 2023, 20:44
Forum: ESP Easy: General Discussion
Topic: TFT st7789 send http
Replies: 11
Views: 1713

Re: TFT st7789 send http

Close but no cigar ;) For the 'regular' commands, provided via the AdafruitGFX_Helper extension, the commands are not postfixed with cmd, so the command to display text on the display would be st7789,txt,text or st7789,txt,"text containing spaces, and/or commas". You might consider using ...
by marktn
28 Apr 2023, 18:50
Forum: ESP Easy: General Discussion
Topic: TFT st7789 send http
Replies: 11
Views: 1713

TFT st7789 send http

Hi, This is working, http://192.168.1.82/control?cmd=st7789cmd,on http://192.168.1.82/control?cmd=st7789cmd,off http://192.168.1.82/control?cmd=st7789cmd,clear But this is not working? I did read the wiki, but can't find the answer... http://192.168.1.82/control?cmd=st7789cmd,txt,test I Want to send...
by marktn
01 Apr 2023, 21:48
Forum: ESP Easy: Hardware
Topic: Wiegand keypad
Replies: 37
Views: 15658

Re: Wiegand keypad

Thanks. No problem.
by marktn
01 Apr 2023, 21:21
Forum: ESP Easy: Hardware
Topic: Wiegand keypad
Replies: 37
Views: 15658

Re: Wiegand keypad

I'm pretty sure I used a level converter to bring down the 5V used by the keypad to 3.3V, not sure if you also used one, and also used quite short wiring (wiring included with the unit), that might also make a difference in the receiving signal quality. The keypad itself is 12 volt. Separate powere...
by marktn
01 Apr 2023, 20:03
Forum: ESP Easy: Hardware
Topic: Wiegand keypad
Replies: 37
Views: 15658

Re: Wiegand keypad

Did you test it with the same hardware? Or do you suggest other hardware/keypad? I have ordered exactly that unit and tested with it, but that was some time ago, and don't remember the exact details, other than it working, AFAIR. Okay. Strange.. I will look for another solution. Looks like this is ...
by marktn
01 Apr 2023, 17:53
Forum: ESP Easy: Hardware
Topic: Wiegand keypad
Replies: 37
Views: 15658

Re: Wiegand keypad

Any update? I have done a couple of enhancements and fixes to P008, so please test a recent build of ESPEasy, or possibly even this still unmerged enhancement Hi, Still the same, 1051540: RFID : reset bits: 12 1060540: RFID : reset bits: 31 Version : 20230306 - Mega The other version, i don't under...
by marktn
28 Mar 2023, 22:32
Forum: ESP Easy: Hardware
Topic: Wiegand keypad
Replies: 37
Views: 15658

Re: Wiegand keypad

Thanks, I will do that! I will let you now how it worked out.
by marktn
28 Mar 2023, 20:54
Forum: ESP Easy: Hardware
Topic: Wiegand keypad
Replies: 37
Views: 15658

Re: Wiegand keypad

I have ordered the reader you linked to in the first message, but that will take some time to arrive from China. When it arrives, I'll be able to test this Wiegand plugin myself, currently it feels somewhat like sailing in the dark, blind-folded, with one hand chained on my back, trying to control ...
by marktn
18 Jun 2022, 11:45
Forum: ESP Easy: General Discussion
Topic: use of 4 YFS401 flow sensors
Replies: 2
Views: 2797

Re: use of 4 YFS401 flow sensors

When using a recent ESPEasy version that should be possible. You might want to use a level converter, as the VCC range for that sensor is from 5V..24V, and the ESP inputs are specified at 3.3V, but there are reports that especially the Wemos D1 mini (clones) and NodeMCU (clones) boards will handle ...
by marktn
18 Jun 2022, 00:10
Forum: ESP Easy: General Discussion
Topic: use of 4 YFS401 flow sensors
Replies: 2
Views: 2797

use of 4 YFS401 flow sensors

Is it possible to connect 4, YFS401 flow sensors to 1 esp?

Thanks, Mark
by marktn
03 Dec 2021, 21:08
Forum: ESP Easy: Hardware
Topic: Wiegand keypad
Replies: 37
Views: 15658

Re: Wiegand keypad

I have ordered the reader you linked to in the first message, but that will take some time to arrive from China. When it arrives, I'll be able to test this Wiegand plugin myself, currently it feels somewhat like sailing in the dark, blind-folded, with one hand chained on my back, trying to control ...
by marktn
03 Dec 2021, 20:12
Forum: ESP Easy: Hardware
Topic: Wiegand keypad
Replies: 37
Views: 15658

Re: Wiegand keypad

Ath wrote: 03 Dec 2021, 19:19 Silly question perhaps, but you have connected both D0 and D1 of the box to the ESP? And added a separate pull-up resistor to both input pins?
Yes, on both. I have used the GPIO-5/D1 and GPIO-4/D2 as you suggested.
by marktn
03 Dec 2021, 18:53
Forum: ESP Easy: Hardware
Topic: Wiegand keypad
Replies: 37
Views: 15658

Re: Wiegand keypad

A pull-up resistor is connected from VCC (usually 3.3V) to the input pin of the ESP, like this: https://learn.sparkfun.com/tutorials/pull-up-resistors/all Problem stays the same. I have double checked the cables and resistor. It reads something, but it says reset bits. Version, ESP_Easy_mega_202111...
by marktn
01 Dec 2021, 21:59
Forum: ESP Easy: Hardware
Topic: Wiegand keypad
Replies: 37
Views: 15658

Re: Wiegand keypad

I think GPIO-16/D0 should better not be used unless no other pin is available. You can use GPIO-5/D1 and GPIO-4/D2, and it won't hurt to use 10kOhm pull-up resistors on these pins to define the levels properly. This page is quite helpful in selecting GPIO pins: https://randomnerdtutorials.com/esp82...
by marktn
01 Dec 2021, 21:35
Forum: ESP Easy: Hardware
Topic: Wiegand keypad
Replies: 37
Views: 15658

Re: Wiegand keypad

Ath wrote: 01 Dec 2021, 21:27 Are you sure you haven't connected some wires the wrong way up? What GPIO's have you connected now, and what is configured on your Hardware page?
I have checked the wires, connected to D0 and D1.
There is a reaction, in the log. 1459921: RFID : reset bits: 23

Attached some screenshots.
by marktn
01 Dec 2021, 21:01
Forum: ESP Easy: Hardware
Topic: Wiegand keypad
Replies: 37
Views: 15658

Re: Wiegand keypad

Hello, anybody any idea? Just did a update to the latest version, ESP_Easy_mega_20211105_normal_ESP8266_4M1M Is there a way to read out this wiegand? https://a.aliexpress.com/_vaaJol It looks like you have some poor connections in your wiring, have you tried using short wiring to check that it actu...
by marktn
01 Dec 2021, 20:27
Forum: ESP Easy: Hardware
Topic: Wiegand keypad
Replies: 37
Views: 15658

Re: Wiegand keypad

Hello,

anybody any idea? Just did a update to the latest version, ESP_Easy_mega_20211105_normal_ESP8266_4M1M
Is there a way to read out this wiegand?

https://a.aliexpress.com/_vaaJol
by marktn
15 Jun 2021, 21:50
Forum: ESP Easy: General Discussion
Topic: GPIO not always to 0
Replies: 4
Views: 4084

Re: GPIO not always to 0

Have you installed a pull-up resistor (~10k) between 3v3 and GPIO-4? This setup will most likely need one, as you (also) haven't enabled the internal pull-up (that's with 50 to 80k a tad high). A lower value stabilizes the signal better. Also, setting a De-bounce time of around 100-300 msec will gr...
by marktn
15 Jun 2021, 21:15
Forum: ESP Easy: General Discussion
Topic: GPIO not always to 0
Replies: 4
Views: 4084

Re: GPIO not always to 0

I have a keypad, that gives a few seconds a signal to my esp.
The signal is given when the code or key is okay. It comes from a NO connection.

GPIO-4 to NO, Ground to COM. It is just a relay the keypad.
by marktn
15 Jun 2021, 20:31
Forum: ESP Easy: General Discussion
Topic: GPIO not always to 0
Replies: 4
Views: 4084

GPIO not always to 0

Hi, I have a keypad that has a relay NO. I have connected that to my ESP. It always goes to state 1 but not always to 0 Is there a way when my gpio is 1, it always gets back to 0 after a few seconds. 281831: EVENT: Clock#Time=Thu,00:56 283845: SW : GPIO=4 State=1 Output value=0 283855: EVENT: switch...
by marktn
13 Jun 2021, 21:37
Forum: ESP Easy: Hardware
Topic: Wiegand keypad
Replies: 37
Views: 15658

Re: Wiegand keypad

Dick60 wrote: 13 Jun 2021, 18:44 I use the keypad relay, so the donglesare stored in your keypad and if the correct dongle is used, the relay in the keypad is activated. Use that signal for your ESP.
Okay, that is also possible. The Wiegand is not working like this?
by marktn
12 Jun 2021, 21:40
Forum: ESP Easy: Hardware
Topic: Wiegand keypad
Replies: 37
Views: 15658

Re: Wiegand keypad

Hi, Is this an error, or... I did a test with RIFD en the keypad, but it looks that it is not working. 44800: RFID : reset bits: 12 55800: RFID : reset bits: 36 63804: RFID : reset bits: 21 64356: WD : Uptime 1 ConnectFailures 0 FreeMem 20184 WiFiStatus WL_CONNECTED ESPeasy internal wifi status: Con...
by marktn
30 May 2021, 14:04
Forum: ESP Easy: Hardware
Topic: Wiegand keypad
Replies: 37
Views: 15658

Re: Wiegand keypad

Dick60 wrote: 28 May 2021, 22:13 I have such a keyboard in use already for serveral years and works great. If you use the same power sourse for both the keyboard and your Arduino devive, you can use the "-(minus)"of the relay on the keyboard PCB.
Thanks! I will order one and test it!
by marktn
27 May 2021, 20:58
Forum: ESP Easy: Hardware
Topic: Wiegand keypad
Replies: 37
Views: 15658

Wiegand keypad

Hi,

Is it possible to connect this model? If yes wich wire to use?

Can i use the keypad and rifd?

https://a.aliexpress.com/_vaaJol
by marktn
23 Jan 2021, 17:20
Forum: ESP Easy: General Discussion
Topic: Rfid pn532
Replies: 24
Views: 10302

Re: Rfid pn532

Ath wrote: 23 Jan 2021, 10:42 Test build attached, please report your findings here.
It works!! I have disabled Automatic Tag removal, and it works again. :D :D
I will do some testing with tag removal time.

Thanks for support!
by marktn
22 Jan 2021, 22:45
Forum: ESP Easy: General Discussion
Topic: Rfid pn532
Replies: 24
Views: 10302

Re: Rfid pn532

The PR is here A few things to do, most notably documentation, that's currently unavailable, but it'll describe the settings only, I guess. Looking at my test unit: Screenshot - 22_01_2021 , 22_13_19.png If desired I can provide a test build, what build type are you using? (name of the current bin ...
by marktn
22 Jan 2021, 21:51
Forum: ESP Easy: General Discussion
Topic: Rfid pn532
Replies: 24
Views: 10302

Re: Rfid pn532

Ath wrote: 22 Jan 2021, 21:32
marktn wrote: 22 Jan 2021, 21:23 Is there a way te prevent 0, or with a delay. Domoticzs needs some time to read.
I'll try to add the extra settings I did for P008 also to P017, so you'll be able to configure it more flexible.
Thanks! Can you give a notification here when it's done.
by marktn
22 Jan 2021, 21:23
Forum: ESP Easy: General Discussion
Topic: Rfid pn532
Replies: 24
Views: 10302

Re: Rfid pn532

I have done some testing. When i read the RFID it sends the tag to domoticz, but it also send immediately a 0. (visible in the log of the text sensor) I made a blocky, but that isn't fast enough to read the Rifd code. Under rules i have made this rule, on RFID#Tag do SendToHTTP,192.168.1.5,8080,&quo...
by marktn
22 Jan 2021, 14:04
Forum: ESP Easy: General Discussion
Topic: Rfid pn532
Replies: 24
Views: 10302

Re: Rfid pn532

The event should be generated like taskname#valuename, for example if your Task is named 'RFID' and the (single) value 'Tag', the event RFID#Tag is generated, and can be used in the rules like this: on RFID#Tag do // the tag will be the first argument provided, %eventvalue1% // Send to an external ...
by marktn
22 Jan 2021, 12:52
Forum: ESP Easy: General Discussion
Topic: Rfid pn532
Replies: 24
Views: 10302

Re: Rfid pn532

TD-er wrote: 22 Jan 2021, 12:26 It will also send an event which you can use in the rules to act on it.
Okay. Should i do anything? Or will there be an udpate of the espeasy?
by marktn
22 Jan 2021, 12:24
Forum: ESP Easy: General Discussion
Topic: Rfid pn532
Replies: 24
Views: 10302

Re: Rfid pn532

So acutualy it is working, but not the way i want :D Good news is there is a good support :D What is the best solution for me? It looks like this? There is a recently merged PR #3449 for the Wiegand RFID reader that now has extra settings to control the reset tag behavior. These could also be applie...