Click here to Skip to main content
15,891,925 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
i need to transmit the height of the copter for that i have used ultrasonic setup and measured the height displayed in lcd
so i want transmit it wireless to the laptop at a range of 10 meters away from the my arduino set up

What I have tried:

so i used esp8266 transceivers for transmitting and receiving the data
how to establish a connection between transmitter and reciver
what is code i have to write in arduino for both transmitter and receiver can plz help me it is most valuable
thank you
Posted
Updated 4-Oct-17 6:25am
Comments
Richard MacCutchan 4-Oct-17 12:08pm    
You need to check the documentation for the esp8266 devices to see what protocol they use.

1 solution

If you're needing communications between 2 Arduino devices you don't need the ESP8266 you need something like a 315/433MHz transceiver and for that you can look here[^].
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900