How to get an Arduino to send data over WiFi network

Hello,

I am currently working on a project that involves transmitting data from a 3 axis accelerator to a computer. I currently have my design working with a wired connection, but I am interested in being able to make the design wireless. My goal for this to be able to link the two ends together over the network, so the computer and the sensor do not have to be in the same room.

From doing research I have be able to figure out how to get two Arduinos to communicate with a direct connection, but I have not been able to figure out how to get them to communicate via the network.

I am hoping to find someone who has done this or someone who can point me in the right direction to figure it out.

Thanks!!!!

You might want to look at this How to get the best from this from this Forum before you proceed any further.
It tells you what information we need to be able to help you. You don't even say what sort of Arduino you are using to try and do this.

P.S. I corrected your title and moved your post to a better section.

WiFi shield or ESP8266/ESP32 as WiFi station speaking with the ESP UART. Or if possible rewrite the code for ESP32.

Try this: Link to a very basic tutorial about TCP (evolved to: TCP-socket democode to send / receive data / characters similar to serial

One way is to use an wifi shield. But that is quite expensive. Esp modules will be cheaper.

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.