Search found 142 matches

by Smotek7
21 Feb 2024, 20:02
Forum: ESP Easy: General Discussion
Topic: Espeasy compatible unit with wired ethernet?
Replies: 85
Views: 40196

Re: Espeasy compatible unit with wired ethernet?

Originally, I wanted to write here that the Lilygo t-ETH lite board is interesting and supports POE. I didn't want to order when there is W5500 or RTL8201. I found out in the documentation that there is already support. But I'm going to order. I have one board with JL1101, I can try it. I will let y...
by Smotek7
21 Feb 2024, 19:19
Forum: ESP Easy: General Discussion
Topic: Espeasy compatible unit with wired ethernet?
Replies: 85
Views: 40196

Re: Espeasy compatible unit with wired ethernet?

Hello,
I'm looking at the documentation, is RTL8201 and JL1101 a reality?
I see that some documentation updates took place in 2/2024.
by Smotek7
11 Jan 2024, 15:00
Forum: ESP Easy: Software
Topic: Nextion display plugin
Replies: 587
Views: 1873806

Re: Nextion display plugin

Thank you for your response Only I can't send any quotation marks. And nextion expects them, exact syntax. I solved it differently, I send the string from another output. The solution would be if the nextion plugin could change characters. For example, via http send $ and esp send to nextion "....
by Smotek7
11 Jan 2024, 10:16
Forum: ESP Easy: Software
Topic: Nextion display plugin
Replies: 587
Views: 1873806

Re: Nextion display plugin

How to send a command without quotation marks. " I need to send via http to nextion /control?cmd=disp,page5.t1.txt="TEXT" I'm sending it from a device where I can't use quotation marks because "/control?cmd=disp,page5.t1.txt="TEXT"" I tried %34 but it doesn't work ...
by Smotek7
17 Dec 2023, 23:29
Forum: ESP Easy: Software
Topic: Nextion display plugin
Replies: 587
Views: 1873806

Re: Nextion display plugin

TD-er wrote: 17 Dec 2023, 23:22 It is partly working, but not yet done with.
Does it work differently in the current version 20231130 than in 20230822? Better ?
by Smotek7
17 Dec 2023, 23:07
Forum: ESP Easy: Software
Topic: Nextion display plugin
Replies: 587
Views: 1873806

Re: Nextion display plugin

@TD-er
What is the situation with the problem of creating an AP if wifi is not available?
Did you manage to find the problem?
Is it fixed in the current build?
I keep running to 20211224.
Thank you for the info.
by Smotek7
20 Oct 2023, 20:20
Forum: ESP Easy: Software
Topic: Nextion display plugin
Replies: 587
Views: 1873806

Re: Nextion display plugin

No, it is only attached to the original connector.
I think it was only drawn as pins.
by Smotek7
20 Oct 2023, 18:57
Forum: ESP Easy: Software
Topic: Nextion display plugin
Replies: 587
Views: 1873806

Re: Nextion display plugin

I don't have the source files.
I can send a gerber in a message.
Please note that soldering to the connector is problematic.
by Smotek7
20 Oct 2023, 18:04
Forum: ESP Easy: Software
Topic: Nextion display plugin
Replies: 587
Views: 1873806

Re: Nextion display plugin

HW version 2, SD card accessible from below without disassembly.
NSP-SD.jpg
NSP-SD.jpg (45.89 KiB) Viewed 88598 times
by Smotek7
02 Oct 2023, 15:50
Forum: ESP Easy: Software
Topic: Nextion display plugin
Replies: 587
Views: 1873806

Re: Nextion display plugin

@jackslayter
I have WT32 and Nextion Inteligent 7".
For WT32, pay attention to the power supply.
A sufficient power source is needed.
Don't forget the PNP transistor.
by Smotek7
02 Oct 2023, 11:30
Forum: ESP Easy: Software
Topic: Nextion display plugin
Replies: 587
Views: 1873806

Re: Nextion display plugin

@TD-er Info: today I tried to update to ESP_Easy_mega_20230930_display_ESP32_4M316k.bin The same problem as with the previous version. If it doesn't find the wifi , it won't create an AP. Then I downgraded to the old version ESP_Easy_mega_20211224_test_A_ESP32_4M316k It works correctly there, if it ...
by Smotek7
01 Oct 2023, 20:14
Forum: ESP Easy: Software
Topic: Nextion display plugin
Replies: 587
Views: 1873806

Re: Nextion display plugin

My friend likes it, he wants it in every room.
I just don't want to solder the sd card into 5 pcs.
Then I have to design the PCB.
disp1.jpg
disp1.jpg (38.87 KiB) Viewed 88790 times
by Smotek7
01 Oct 2023, 12:59
Forum: ESP Easy: Software
Topic: Nextion display plugin
Replies: 587
Views: 1873806

Re: Nextion display plugin

@TD-er
It was a struggle but we managed it. We reset by connecting Tx Rx. They created AP wifi without problems.
by Smotek7
30 Sep 2023, 14:07
Forum: ESP Easy: Software
Topic: Nextion display plugin
Replies: 587
Views: 1873806

Re: Nextion display plugin

I am willing to do anything. I set the display and sent it to a friend, it is 300 km. I was hoping that when it arrived, it would create an AP and change its wifi. I'm going to offer him options, I'll see which one he's up to. I think I would do the setting via the remote desktop. When there is a ne...
by Smotek7
30 Sep 2023, 08:41
Forum: ESP Easy: Software
Topic: Nextion display plugin
Replies: 587
Views: 1873806

Re: Nextion display plugin

@TD-er , Please can you confirm that in that one ESP_Easy_mega_20230822_display_ESP32_4M316k is there a problem with creating an AP when ESP does not find wifi? The attempt was to create the same wifi as was in ESP, but the ESP WiFi Subnetmask was not entered: now it's completely dead. Can it be res...
by Smotek7
29 Sep 2023, 22:34
Forum: ESP Easy: Hardware
Topic: Espeasy uart break
Replies: 5
Views: 1498

Re: Espeasy uart break

It is the Nice gate electronics. No, it does not detect speed. The speed change is done so that byte 0x00 lasts the correct time. If the flood speed remained, 0x00 would be a long "Break". By reducing the speed, the correct length of time "Break" is achieved. Longpulse would be t...
by Smotek7
29 Sep 2023, 21:06
Forum: ESP Easy: Hardware
Topic: Espeasy uart break
Replies: 5
Views: 1498

Re: Espeasy uart break

I also encountered it for the first time. Some devices require a specified time at the start of log.0. That's the Break. So far I managed to do it in Arduino nano like this #define baud_work 19200 #define baud_break 9200 uint8_t master_tx_buf[] = {0x55, 0x0C, 0x00, 0x03, 0x50, 0x90, 0x01, 0x05, 0xC7...
by Smotek7
28 Sep 2023, 09:38
Forum: ESP Easy: Software
Topic: Nextion display plugin
Replies: 587
Views: 1873806

Re: Nextion display plugin

I did the test on the third device.
Is there a
ESP_Easy_mega_20220427_test_A_ESP32_4M316k
It works there, an AP is created in about 5 seconds.
by Smotek7
28 Sep 2023, 09:24
Forum: ESP Easy: Software
Topic: Nextion display plugin
Replies: 587
Views: 1873806

Re: Nextion display plugin

Question build ESP_Easy_mega_20230822_display_ESP32_4M316k I currently have it in NSPanel, it is ESP32. Has WIFI and IP address set. Wifi is not available at the moment. After a restart (tested 3 times), the AP is not created, even after a long wait. Tested on two devices, same result. Why is that s...
by Smotek7
25 Sep 2023, 22:24
Forum: ESP Easy: Hardware
Topic: Espeasy uart break
Replies: 5
Views: 1498

Espeasy uart break

I need to send HEX data to the device, but the device waits about 590us before sending "uart break". Can you create rules with uart break? My imagination. I will send to ESPeasy http commad, according to the rules, after uart break and then Hex string (eg 0x55, 0x0C, 0x00, 0x03, 0x50, 0x90...
by Smotek7
21 Sep 2023, 13:04
Forum: ESP Easy: Software
Topic: Nextion display plugin
Replies: 587
Views: 1873806

Re: Nextion display plugin

I had to work it out.
A friend wanted a display, but it is 300 km away.
He wouldn't be able to handle it via Uart.
It can handle inserting an SD card.
by Smotek7
21 Sep 2023, 12:31
Forum: ESP Easy: Software
Topic: Nextion display plugin
Replies: 587
Views: 1873806

Re: Nextion display plugin

A hardware solution to a software problem.
Wired SD card slot to NSpanel.
It works ok.
6399-image.png
6399-image.png (736.06 KiB) Viewed 88966 times
by Smotek7
21 Sep 2023, 12:26
Forum: ESP Easy: Hardware
Topic: WT32-Eth01 network interface not online
Replies: 40
Views: 15646

Re: WT32-Eth01 network interface not online

It seems that the problem was in the power supply. There are small capacitors on the WT32 module. I am not sure if there is even a 10u capacitor for 5V on the board as it is in the schematic. Physically, it is too small for such a value. After adding the capacitor, the module still works. I hope not...
by Smotek7
19 Sep 2023, 23:18
Forum: ESP Easy: Hardware
Topic: WT32-Eth01 network interface not online
Replies: 40
Views: 15646

Re: WT32-Eth01 network interface not online

I noticed that the IP is displayed after the restart and then I can't see it: 8318 : Info : Webserver: start 8374 : Info : WIFI : Connected! AP: Network129 (CC:2D:E0:ED:11:D6) Ch: 5 Duration: 1183 ms 8376 : Info : WIFI : Arduino wifi status: WL_CONNECTED 3 ESPeasy internal wifi status: Conn. 8377 : ...
by Smotek7
19 Sep 2023, 23:10
Forum: ESP Easy: Hardware
Topic: WT32-Eth01 network interface not online
Replies: 40
Views: 15646

Re: WT32-Eth01 network interface not online

The problem appeared again. I will transfer the WT32 from the second wifi to the first. Created by AP. I set via WEB> Static IP: 192.168.1.75 GW: 192.168.1.1 SN: 255.255.255.0 DNS: 192.168.1.1 / 0.0.0.0 But it didn't connect to WIFI. But I see this in the log 502246 : Info : IP : Static IP : GW: 192...
by Smotek7
19 Sep 2023, 21:57
Forum: ESP Easy: Hardware
Topic: WT32-Eth01 network interface not online
Replies: 40
Views: 15646

Re: WT32-Eth01 network interface not online

I reloaded FW EspEasy another edition and factory
through
flash_download_tool_3.9.5
Settings are cleared and AP created.
It was probably enough to send Reset through the terminal.

Terminal works.
That's good help.
I'm wiser again.
Thank you very much.
by Smotek7
19 Sep 2023, 20:36
Forum: ESP Easy: Hardware
Topic: WT32-Eth01 network interface not online
Replies: 40
Views: 15646

Re: WT32-Eth01 network interface not online

This part of the protocol was repeated constantly, even for 5 minutes. 12928 : Info : WiFi : Scan finished, found: 4 12930 : Info : WIFI : Arduino wifi status: WL_DISCONNECTED 6 ESPeasy internal wifi status: DISCONNECTED 12986 : Info : WD : Uptime 0 ConnectFailures 0 FreeMem 172632 WiFiStatus WL_DIS...
by Smotek7
19 Sep 2023, 18:59
Forum: ESP Easy: Hardware
Topic: WT32-Eth01 network interface not online
Replies: 40
Views: 15646

Re: WT32-Eth01 network interface not online

Not really.
It only has a power supply.
by Smotek7
19 Sep 2023, 17:58
Forum: ESP Easy: Hardware
Topic: WT32-Eth01 network interface not online
Replies: 40
Views: 15646

Re: WT32-Eth01 network interface not online

I've been struggling with WT32 for some time now. It already worked for me, I have Wi-Fi, IP for Wi-Fi and LAN set up. I moved the module where wifi is not set. But the module does not create an AP for me so that I can change the ssid. Why? This is from COM: 5645 : Info : ETH IP : Static IP : 192.16...
by Smotek7
08 Sep 2023, 18:58
Forum: ESP Easy: General Discussion
Topic: Espeasy compatible unit with wired ethernet?
Replies: 85
Views: 40196

Re: Espeasy compatible unit with wired ethernet?

I'll make do with wifi for now. You don't have to spend time on it. It should be used for more important things.
by Smotek7
08 Sep 2023, 09:18
Forum: ESP Easy: General Discussion
Topic: Espeasy compatible unit with wired ethernet?
Replies: 85
Views: 40196

Re: Espeasy compatible unit with wired ethernet?

Yes, it is written there that they send randomly, but I risked it and ESP arrived.
I assume that ESP is a newer version and the STM stock has run out.
I'll look at the package Jason2866, I suppose I'll have to do my own compilation and it's beyond my powers.
I only succeeded once.
by Smotek7
08 Sep 2023, 09:02
Forum: ESP Easy: General Discussion
Topic: Espeasy compatible unit with wired ethernet?
Replies: 85
Views: 40196

Re: Espeasy compatible unit with wired ethernet?

It is already supported by ESPHOME.
But I like Espeasy.
For me, the configuration of Espeasy is simpler.
I don't feel like experimenting with Tasmota.
by Smotek7
08 Sep 2023, 08:54
Forum: ESP Easy: General Discussion
Topic: Espeasy compatible unit with wired ethernet?
Replies: 85
Views: 40196

Re: Espeasy compatible unit with wired ethernet?

@TD-er
Thank you for the quick reply.
I understand, I'll put the board in the drawer..... :D
At least you have information that such a thing exists.
by Smotek7
08 Sep 2023, 08:51
Forum: ESP Easy: General Discussion
Topic: Espeasy compatible unit with wired ethernet?
Replies: 85
Views: 40196

Re: Espeasy compatible unit with wired ethernet?

I asked because it should be the IEEE 802.3 RMII/MII standard.

While I had boards, they were LAN8720.
Now I received this one, it looks very good.
https://www.aliexpress.com/item/4000091 ... 1802lLu7wI
Has LAN JL1101
by Smotek7
08 Sep 2023, 08:29
Forum: ESP Easy: General Discussion
Topic: Espeasy compatible unit with wired ethernet?
Replies: 85
Views: 40196

Re: Espeasy compatible unit with wired ethernet?

It started on boards with ESP32, lan chip JL1101.
I don't know what the difference is between LAN8720 vs. JL1101.
No plans to support JL1101?
by Smotek7
10 Aug 2023, 00:23
Forum: ESP Easy: Software
Topic: Nextion display plugin
Replies: 587
Views: 1873806

Re: Nextion display plugin

Thank you for the information. I will hope that the amount of work will change and time will be found. IKEA I use this https://www.ikea.com/sk/sk/p/trofast-ram-biela-30171123/ https://www.ikea.com/sk/sk/p/trofast-ulozny-box-biela-80089239/ but there are still few places :D Otherwise, I watched plugi...
by Smotek7
09 Aug 2023, 22:10
Forum: ESP Easy: Software
Topic: Nextion display plugin
Replies: 587
Views: 1873806

Re: Nextion display plugin

Again, I need to play the HMI file in NSpanel. He doesn't want to take it apart again. @TD-er Do you still have it packed? Wouldn't you like to look, wouldn't it be possible to record the display via ESPeasy? As I wrote above, when I try SER2NET, it connects, but the file is not transferred. Probabl...
by Smotek7
09 Aug 2023, 21:34
Forum: ESP Easy: Projects / Applications
Topic: easy2ntfy
Replies: 7
Views: 2495

Re: easy2ntfy

@chromo23
thanks for advice.
I didn't try it, it seemed laborious.
In the end, I used the service remotexy.com
It suits me perfectly, up to 5 elements are free.
It would be awesome if something like that was part of ESPeasy.
For example as "alternative controller".
by Smotek7
08 Aug 2023, 08:07
Forum: ESP Easy: Software
Topic: MPU 6050 2 axis measurement
Replies: 3
Views: 1001

Re: MPU 6050 2 axis measurement

I think that's what I need. An airplane is a good example. I need tilt forward - back and tilt left to right. I will order ADXL345.
by Smotek7
07 Aug 2023, 22:51
Forum: ESP Easy: Software
Topic: MPU 6050 2 axis measurement
Replies: 3
Views: 1001

MPU 6050 2 axis measurement

I'm trying the MPU 6050 plugin.
It looks like the Accelaration X and Y function is the tilt angle of the sensor, which suits me.
But is there any reason why he can't set the sending of both X and Y values at the same time?
I would need both values.
by Smotek7
24 Jul 2023, 00:18
Forum: ESP Easy: Hardware
Topic: WT32-ETH01
Replies: 126
Views: 155068

Re: WT32-ETH01

Why does it need a special set?
I use the old version
ESP_Easy_mega_20210114_normal_ESP32_4M316k_ETH-factory.bin
and it works for me.
Or has the HW changed?
See the previous page here.
by Smotek7
18 Jul 2023, 19:21
Forum: ESP Easy: Software
Topic: Nextion display plugin
Replies: 587
Views: 1873806

Re: Nextion display plugin

1. I failed to transfer via virtual COM. It was also dealt with here in the forum. The connection is established, but the SER2NET plugin does not transfer data. It would be great if it worked. This is my only fault. It works in tasmote. 2. I send the button presses via UDP to the PLC and in turn it ...
by Smotek7
18 Jul 2023, 08:35
Forum: ESP Easy: Software
Topic: Nextion display plugin
Replies: 587
Views: 1873806

Re: Nextion display plugin

I found
/control?cmd=disp,dim=10
Pay attention to the comma.
by Smotek7
18 Jul 2023, 08:28
Forum: ESP Easy: Software
Topic: Nextion display plugin
Replies: 587
Views: 1873806

Re: Nextion display plugin

I used DIM but can't find it.
I have to go. I'll try it when I come back.
by Smotek7
18 Jul 2023, 08:21
Forum: ESP Easy: Software
Topic: Nextion display plugin
Replies: 587
Views: 1873806

Re: Nextion display plugin

flightman wrote: 18 Jul 2023, 08:10
Smotek7 wrote: 18 Jul 2023, 08:09 Did you reboot?
There was an error "to" instead of "do" in the rule, I edited my post.
Sorry, I'm using a translator, and it messed it up.
by Smotek7
18 Jul 2023, 08:19
Forum: ESP Easy: Software
Topic: Nextion display plugin
Replies: 587
Views: 1873806

Re: Nextion display plugin

Now I noticed that you have Tx Rx on the contrary.
I think that it is wrongly marked in the HW display.
This is how I do it.
disp2.png
disp2.png (8.35 KiB) Viewed 85664 times
Yes, I use the Nextion plugin on NSPanel.
US version 1pc,
EU version 1pc (works approx. 1 year)
by Smotek7
18 Jul 2023, 08:09
Forum: ESP Easy: Software
Topic: Nextion display plugin
Replies: 587
Views: 1873806

Re: Nextion display plugin

Did you reboot?
by Smotek7
17 Jul 2023, 20:35
Forum: ESP Easy: Software
Topic: Nextion display plugin
Replies: 587
Views: 1873806

Re: Nextion display plugin

Do we have a magic formula?

You need to create rules

on system#boot to
gpio,4.0
endon

You can test the connection via the buzzer.
IP/control?cmd=tone,21,1300,200
by Smotek7
05 Jul 2023, 23:17
Forum: ESP Easy: General Discussion
Topic: Remote Access
Replies: 13
Views: 6792

Re: Remote Access

I don't know if the router can handle VPN, I will check. But I didn't want a VPN because of the amount of data. As an example, I will mention the cottage when I need to check the temperature there, how much water is in the tank, how the battery is charged. The idea was to use the ESP32 and the EasyF...
by Smotek7
05 Jul 2023, 22:20
Forum: ESP Easy: General Discussion
Topic: Remote Access
Replies: 13
Views: 6792

Re: Remote Access

Hi, I don't want to start a new topic, so I'll ask here. Is it possible to access ESPeasy from the Internet if I don't have a fixed IP? I need to get to one ESPeasy where there are a couple of sensors and it will be connected to the TP-LINK Archer MR200 4G router. Is there any service? "Cloud&q...