-->
Page 1 of 1

Replace bluetooth module with ESP8266

PostPosted: Sat May 02, 2015 1:25 am
by MartynC
Hi,

I have an Arduino project that uses Bluetooth to communicate with an Android app. This works fine but I would like to replace BT with wifi while keeping the communication as simple as possible. Is is possible to use the ESP8266 for basic (serial like) communication over a network, and if so, what should I be looking in to? I have no experience with network protocols but if somebody can point me the right direction I should be OK.

Re: Replace bluetooth module with ESP8266

PostPosted: Sat May 02, 2015 2:13 am
by ArnieO
A transparent bridge, maybe? I am successfully using this firmware to wirelessly upload sketch to an arduino nano.
viewtopic.php?f=6&t=864

Re: Replace bluetooth module with ESP8266

PostPosted: Sun May 03, 2015 5:58 am
by MartynC
A transparent bridge sounds like it will work. Thanks.