- Apr 23, 2000
- 631
- 4
- 81
I am working on a project where the customer wants to control an embedded device (motor controls) from a tablet (maybe android or ipad), and I am guessing my only communication options are wifi and bluetooth. I am thinking that my best option is to have an embedded web server, and just communicate that way. Also, this allows me to build a single GUI an not have to create "apps" for all kinds of tablets (even though I am sure I will have to create different html pages for each device..). Any advice or thoughts from people that have done something similar? Thanks!