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
.
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 ?
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

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 ?