My current setup is: arduino mega connected to ethernet shield and lcd shield . Web page is hosted on the sd card of the ethernet shield. Ethernet shield is connected to the modem. On any PC that is connected wirelessly to the modem will be able to browse to the webpage that is hosted on the sd card.
My prof now wants the connection between the arduino and the modem to be wireless. how can I modify the current setup to achieve this?
Base unit: PC
Dispensing unit: arduino mega with pressure sensor, buzzer and lcd shield
Objective is to allow the base unit to connect wirelessly to multiple dispensing unit. Example, on base unit I can select which dispensing unit I need and schedule the alarm.
My prof now wants the connection between the arduino and the modem to be wireless. how can I modify the current setup to achieve this?
Are you connecting to a wireless modem or wireless router? You could get another wireless router, put it in the bridging mode, and then connect it to the arduino with ethernet shield. The arduino wifi shields are flakey in operation.