-->
Page 2 of 4

Re: esp8266 communicate long range

PostPosted: Fri Dec 16, 2016 11:35 am
by Merlin
When you say "long range" what exactly are we talking here? I've seen an experiment where WiFi was transmitted 2 miles, but needs line-of-sight for anything like that.

There are some connectionless protocols like AX25 that may help you understand what you really want. But in short, what you want is a "connectionless protocol".

Re: esp8266 communicate long range

PostPosted: Fri Dec 16, 2016 11:58 am
by rudy
stern0m1 wrote:Udp would probably help somewhat. But I want to communicate without even establishing a network.

I want to send and receive data with radio waves over the wifi frequency . Just using the wifi chip as a means to receive and transmit radio waves which interpreted to data. Just like communication with a wireless arduino.

For simple machine to machine commands this would be more efficient and I believe could increase the range.


Then you have to use something other than wifi. Wifi will only communicate on a "network". The network can be established between two ESP modules at minimum. Espressif does have a non-wifi mode of operation but this is not something that is available with the Arduino structure. I don't believe that it is good for long range communications but I have not seriously looked at it so I can't say that it is for certain unusable. https://espressif.com/en/products/softw ... w/overview

viewtopic.php?f=28&t=7713

I think that you should read some of the information and you may find that the UDP WIFI will do what you want. Or you should look for a general purpose radio module.

Re: esp8266 communicate long range

PostPosted: Fri Dec 16, 2016 3:25 pm
by AcmeUK
Rudy said
I don't believe that it is good for long range communications but I have not seriously looked at it
Have a look at this video to see what may be possible :- http://www.youtube.com/watch?v=7BYdZ_24yg0

Re: esp8266 communicate long range

PostPosted: Sat Dec 17, 2016 12:47 am
by rudy
As far as my comment about maybe not being good for long range communications I was talking about the non-WIFI mode the Expressif has. ESP-now. I have posted a link to a video (I think from Hong Kong) on one thread where video was sent from one location to another with a distance of 10km or something like that. But that was using dishes on both ends I think. But most people would not want to go to those extremes.

Edit:

viewtopic.php?f=6&t=12456&start=4