logo elektroda
logo elektroda
X
logo elektroda

ESP8266-01 UART not responding to +++AT commands with LPG controller bridge firmware

neeoo 2211 2
ADVERTISEMENT
Treść została przetłumaczona polish » english Zobacz oryginalną wersję tematu
  • #1 17163635
    neeoo
    Level 12  
    Hello

    I would like to get a connection to the LPG system controller over WiFI using this ESP8266 module. I got the description of such a way from a thread on the forum : http://lpg-forum.pl/interfejs-bluetooth-diy-t23813-585.html
    ESP8266-01 UART not responding to +++AT commands with LPG controller bridge firmware .

    I downloaded the flasher from here : https://github.com/nodemcu/nodemcu-flasher
    Soft : https://github.com/beckdac/ESP8266-transparen.../e3ee9dd89e64f2d6eef69c496acac8e706f1e350/bin
    And a program to create a virtual com port .
    https://www.usriot.com/support/downloads/usr-vcom-virtual-serial-software.html

    However, after uploading this software, I cannot communicate over the UART with the module using the +++AT commands described on this page https://github.com/beckdac/ESP8266-transparent-bridge.

    +++AT # do nothing, print OK
    +++AT MODE # print current opmode
    +++AT MODE <mode: 1= STA, 2= AP, 3=both> #set current opmode
    +++AT STA # print current ssid and password connected to
    +++AT STA <ssid> <password> # set ssid and password to connect to
    +++AT AP # print the current soft ap settings
    +++AT AP <ssid> # set the AP as open with specified ssid

    To check, I uploaded another soft v0.9.2.2 AT Firmware , which normally communicates with normal AT commands over the UART.
    https://github.com/mlwmlw/esp8266-workshop/tree/master/firmware

    Where is the error ? Or is there another firmware on which the module will work well with LPG ?
  • ADVERTISEMENT
  • #2 17163721
    piterek-23
    Level 33  
    How about a virtual port? See TEN project ;) .
  • #3 17165680
    neeoo
    Level 12  
    piterek-23 wrote:
    How about a virtual port? See TEN project ;)
    .
    Yes a cool topic only that for advanced in digging in the codes . It is necessary to find the appropriate files on the Internet, rewrite them in the designated places and only
    With the right amount of luck enjoy the operation or maybe even damage the module .
ADVERTISEMENT