Dear Forum, I have an Arduino controlling my hot water service (the system). Normally communication with the system is via a serial USB connection to an Android device, or a windows device using the drivers provided in the IDE. Either way I have to be outside the house physically connected to the system.
I would like to purchase an interface to enable me to connect to the system via wifi. Ideally without undertaking any software or hardware development, just configuration of the new device.
Ideally without undertaking any software or hardware development, just configuration of the new device.
I suggest, then, that what you need to do is hire a programmer. You can't possibly add hardware to the Arduino, and just expect it to magically do everything you expect it to do.
jamessmann:
Dear Forum, I have an Arduino controlling my hot water service (the system). Normally communication with the system is via a serial USB connection to an Android device, or a windows device using the drivers provided in the IDE. Either way I have to be outside the house physically connected to the system.
I would like to purchase an interface to enable me to connect to the system via wifi. Ideally without undertaking any software or hardware development, just configuration of the new device.
jamessmann:
Either way I have to be outside the house physically connected to the system.
Don't you mean inside?
If you do add a WiFi module (such as an ESP8266 - perhaps in the guise of a nodeMCU) to your Arduino will it be able to connect to the external internet, for example via a router within the house?
And if it can do you know how to make contact with that WiFi module over the internet - this is not an Arduino problem.
jamessmann:
I would like to purchase an interface to enable me to connect to the system via wifi. Ideally without undertaking any software or hardware development, just configuration of the new device.
Can you explain what 'system' your talking about and how you currently interface with it. Does it have a USB port or are you using some sort of interface cable to to convert to USB.
Where outside the house and how far away?
Do you have a means of power out there for powering an Arduino?
Are you just reading the system or are you also sending commands/data to it?
How to you currently interface with the system to read/send data. Does your PC/Android us a custom app or are you working with raw data (what is this raw data)?