How do you implement WiFi mesh network technology in an embedded device?
-
I currently have a prototype of a device that can be remote controlled by a smartphone using Bluetooth. However I found LIFX ( http://lifx.co/ ), which seems to be able to connect to the user's home wifi, while at the same time being able to establish a direct connection to the user's phone and even build its on routing system to let the user control devices that are not in direct reach of the user's smartphone. GoPro as another example seems to be able to establish direct WiFi connections, while connecting to an existing WiFi network as well. This technology would be very helpful for the device I am trying to build (the only reason I wasn't using WiFi is that I want my device to work, even if a home WiFi is not available). I am particularly interested in these points: - Are chips readily available that provide this technology? For the Bluetooth I currently use it was very simple to order a chip. - Assuming these chips are readily available, do I need to implement IP myself in software and basically develop a webserver on my device in order for it to communicate or does the chip take care of these things? - If the chip does not take care of these things, are there opensource libraries available for this kind of thing? In general it would just be helpful if someone could point me to further reading on how to implement this technology, as I am not able to find too much about this.
-
Answer:
Yes, there are lots of WiFi controller chips out there. Most of the mesh is all software add-on. If it works for a host, it can be made to work (possibly with a sledgehammer) in an embedded environment.
Tony Li at Quora Visit the source
Other answers
You must point out and to right place. Go here: http://www.esp8266.com/viewtopic.php?f=6&t=903 and here: https://esp8266mesh.wordpress.com/ A 3$ node is enough to get it done.
Chandan Maity
Related Q & A:
- How do I implement actionBarSherlock?Best solution by androidbegin.com
- How can I implement an atomic incr and decr on top of an eventually consistent key-value store?Best solution by Stack Overflow
- How can I implement idle timeout in android?Best solution by Stack Overflow
- How can I capture the raw audio stream on an android device?Best solution by stackoverflow.com
- How do I connect WiFi to my WII?Best solution by Yahoo! Answers
Just Added Q & A:
- How many active mobile subscribers are there in China?Best solution by Quora
- How to find the right vacation?Best solution by bookit.com
- How To Make Your Own Primer?Best solution by thekrazycouponlady.com
- How do you get the domain & range?Best solution by ChaCha
- How do you open pop up blockers?Best solution by Yahoo! Answers
For every problem there is a solution! Proved by Solucija.
-
Got an issue and looking for advice?
-
Ask Solucija to search every corner of the Web for help.
-
Get workable solutions and helpful tips in a moment.
Just ask Solucija about an issue you face and immediately get a list of ready solutions, answers and tips from other Internet users. We always provide the most suitable and complete answer to your question at the top, along with a few good alternatives below.