ardhuru Member Licensed User Longtime User Oct 1, 2015 #1 I have learnt a lot from the 'Android Serial Tutorial', and was able to bluetooth enable quite a few of my projects. Can a similar tutorial be released, if one was to replace bluetooth with wifi? The ESP8266 makes things very tempting to use wifi as a medium, rather than bluetooth. I essentially use these as an interface between my projects, and the Android, which I use as a display, or to configure parameters. Thanks and regards.
I have learnt a lot from the 'Android Serial Tutorial', and was able to bluetooth enable quite a few of my projects. Can a similar tutorial be released, if one was to replace bluetooth with wifi? The ESP8266 makes things very tempting to use wifi as a medium, rather than bluetooth. I essentially use these as an interface between my projects, and the Android, which I use as a display, or to configure parameters. Thanks and regards.
Erel B4X founder Staff member Licensed User Longtime User Oct 1, 2015 #2 Using Wifi is very similar to using Bluetooth. In both cases you interact with AsyncStreams. There are many examples that are based on wifi. Start with this tutorial: https://www.b4x.com/android/forum/threads/asyncstreams-tutorial.7669/ Upvote 0
Using Wifi is very similar to using Bluetooth. In both cases you interact with AsyncStreams. There are many examples that are based on wifi. Start with this tutorial: https://www.b4x.com/android/forum/threads/asyncstreams-tutorial.7669/
ardhuru Member Licensed User Longtime User Oct 2, 2015 #3 Okay, I see. Thanks very much, Erel. Upvote 0