Software Serial Esp8266 At Commands

 Posted admin
Serial
  1. At Commands Esp8266
  2. Software Serial Esp8266
  3. Esp8266 12e Projects

I need to use ESP8266 standalone. I want to connect HM-10 bluetooth module to it and fire its AT commands and read the UUID of devices nearby. I can do that by firing AT commands on HM-10 from Ard.

I need to use ESP8266 standalone. I want to connect HM-10 bluetooth module to it and fire its AT commands and read the UUID of devices nearby.

Bakugan Download Bakugan Battle Brawlers: New Vestroia Anime Episodes for FREE, faster than Megaupload or Rapidshare, get your AVI Bakugan Battle Brawlers:.

I can do that by firing AT commands on HM-10 from Arduino and FT232RL. But how do I do it in Lua?

At Commands Esp8266

Dushyant BangalDushyant Bangal

1 Answer

Software serial esp8266

Initially I didn't fully understand what the problem is. So, I was reluctant to give an answer based on vague ideas and assumptions. So, it seems you have an Arduino BT from which you send data to an HM-10 which is connected to the ESP8266. What the FT232RL's role is I still don't understand but it doesn't seem relevant in the context of the question.

Wire/solder the HM-10 pins 1 & 2 to the ESP8266 RX/TX. Then you can read data using the NodeMCU UART module: https://nodemcu.readthedocs.org/en/dev/en/modules/uart. uart.on() allows to register callbacks triggered when data is received.

Mac os x 10.11 download free. ​​ The Rules More details, but in short: • UNIX & UNIX-like only! ​​ Handy Links •, anyone can edit • The unixporn • • • ​​. • Follow the • Use an approved host for all content • Post on topic and don't steal • Use correct [tags] • Give a comment • Include a busy screenshot • No default setups • Keep us in line! I just put a transparent terminal over an apple logo in my web browser and filled it in (regular word processor like emacs). It's very low tech.

In case your ESP device is a NodeMCU devkit you might have to use uart.alt() depending on which RX/TX pins the HM-10 is connected to. The devkit has more than one set of RX/TX pins, see https://github.com/nodemcu/nodemcu-devkit-v1.0/.

Software Serial Esp8266

Marcel StörMarcel Stör

Esp8266 12e Projects

Not the answer you're looking for? Browse other questions tagged luaat-commandesp8266nodemcuhm-10 or ask your own question.