I did it and the upload wasn't complete and it gave me the following error. error: unterminated #ifndef 49 | #ifndef ENC28J60 error: unterminated #ifndef 47 | #ifndef WIZNET_W5100 error: unterminated #ifndef 44 | #ifndef Modbus_TCPIP_h How to fix it? Thank you
Hello. Could you help me a bit? I am using the USR ES1 W5500 connected to the ESP8266 via SPI in the same way you connected it. However, when I upload code using Platform IO, I encounter an error and cannot upload it. When I disconnect the power of the USR ES1 W5500, the code uploads normally. I would like to ask how to fix this issue. Thank you.
Maybe One common solution is to disconnect the SPI connections (MISO, MOSI, SCK, and CS) between the ESP8266 and the W5500 module while uploading your code After uploading, you can connect again and run it normally.
@@YaserAliHusen sir presently am using enc28j60. I want to replace this module. I can't found any vdo in UA-cam how to use blynk interfacing with w5500
@@YaserAliHusen Thank you for tutorial...Now I'm able to read data from esp to PLC... Can you please make a video of sending INT & BOOLEAN data from PLC to ESP...
permisi pa bagaimana kalau misalnya esp32 sebagai slave dan laptop sebagai server esp32 bisa memberi write single holding ke laptop/plc untuk menjalankan sebuah mesin dan esp32 bisa read holding hasil dia menjalakan perintah tersebut terimakasih
Silahkan dilihat pada video saya yang lain: ua-cam.com/video/ms4VxSzJtVU/v-deo.html Saya menggunakan ESP8266, seharusnya ESP32 juga bisa. Silahkan eksplore lagi video2 lainnya Terima Kasih
Sir can i use ESP32? And how to configure with blynk platform ?
Thank you for the video!
I did it and the upload wasn't complete and it gave me the following error.
error: unterminated #ifndef
49 | #ifndef ENC28J60 error: unterminated #ifndef
47 | #ifndef WIZNET_W5100 error: unterminated #ifndef
44 | #ifndef Modbus_TCPIP_h How to fix it? Thank you
Hello. Could you help me a bit? I am using the USR ES1 W5500 connected to the ESP8266 via SPI in the same way you connected it. However, when I upload code using Platform IO, I encounter an error and cannot upload it. When I disconnect the power of the USR ES1 W5500, the code uploads normally. I would like to ask how to fix this issue. Thank you.
Maybe One common solution is to disconnect the SPI connections (MISO, MOSI, SCK, and CS) between the ESP8266 and the W5500 module while uploading your code
After uploading, you can connect again and run it normally.
Love this one.
I am looking for code to communicate between ESP32 W5500 and DHT11 and send data through MQTT to server
Just combine with my another videos
How to use W5500, esp32 with blynk platform?
W5500 just for ethernet connection, I think you can use for blynk if the ethernet connection connect to internet
@@YaserAliHusen sir presently am using enc28j60. I want to replace this module. I can't found any vdo in UA-cam how to use blynk interfacing with w5500
Sir I got error that : error compiling for board Lolin(WEMOS)D1 ESP-WROOM-02
And can we use this with esp32.
Thanks
Maybe this code is not compatible with your board.
As I know, we can use it with ESP32.
You can check it out in the Github library
help please
'class EthernetClass' has no member named 'init'
Did you install or copy the library files into Arduino library folder?
@@YaserAliHusen yes, I installed the library from the archive.
You mean this library? modbus-esp8266-master
@@YaserAliHusen yes, I installed the library from the archive.
You mean this library? modbus-esp8266-master
@@YaserAliHusen yes, I installed the library from the archive.
You mean this library? modbus-esp8266-master
Can I interface PLC and ESP 8266 without router....Directly using ethernet shield.
Yes, you can do it.
Combine from video about controlling PLC from ESP8266 using modbus
You can find it on my channel
Data which is received from ESP 8266 to PLC now want to show it on SCADA/HMI.How Can I do it ?
@@YaserAliHusen Thank you for tutorial...Now I'm able to read data from esp to PLC... Can you please make a video of sending INT & BOOLEAN data from PLC to ESP...
permisi pa bagaimana kalau misalnya esp32 sebagai slave dan laptop sebagai server
esp32 bisa memberi write single holding ke laptop/plc untuk menjalankan sebuah mesin
dan esp32 bisa read holding hasil dia menjalakan perintah tersebut
terimakasih
Silahkan dilihat pada video saya yang lain: ua-cam.com/video/ms4VxSzJtVU/v-deo.html
Saya menggunakan ESP8266, seharusnya ESP32 juga bisa.
Silahkan eksplore lagi video2 lainnya
Terima Kasih
pardon sir, this video use esp32 as client for modbus tcp connection. how can i use esp32 as server?
for write holding register from sensor to esp and send to node-red
You can explore my channel, there are some videos related ESP as modbus server
can i change with esp32? thanks
Maybe, you can try it
@@YaserAliHusen oke thanks, its running on ESP32, and now i try webserver from ethernet, have you ever tried it?
posible i use eps32?
Maybe possible,
I have not try to use ESP32 with Ethernet shield