Page 1 of 1

ESP8266

Posted: Sun Nov 10, 2019 10:50 am
by AqaFlow
Hi
Any way to simulate ESP8266 with Arduino in F8 ?
Thanks

Re: ESP8266

Posted: Mon Nov 11, 2019 2:14 pm
by Benj
Hello,

Yes there are two ways to simulate this component.

1) The component as is will allow you to simulate using the inbuilt TCP/IP DLL, this will test the network communications but not test the module communications.

2) The component simulation can be piped to real world hardware using an injector component, one of the SCADA slave components and the SCADA Slave hardware. Unfortunatley on the Arduino UNO the UART connection is used for the USB comms and so you cannot talk to the ESP8266 at the same time. An ECIO or the SCADA Slave Interface Board would allow you to do this. Or you can simply use a USB to Serial cable and connect directly to the ESP8266 module. Something like this would also work.

https://www.ebay.co.uk/itm/USB-to-ESP82 ... Swd8hdJ1Rq

Re: ESP8266

Posted: Sat Nov 30, 2019 4:36 pm
by AqaFlow
Thanks