At first, I could do AT command but after flashing the code from here:
https://learn.sparkfun.com/tutorials/es ... web-server
I can't do it anymore, I have tried many things but until now It still can't do AT command. However the esp-01 still can do flashing. Here the flashing I do (still the same code as above) :
I tried flashing firmware using the esptool.py and esp8266 flasher, it worked but still can't do AT, if I use the esp8266 flash download tool, it seems failed, here the flashing:
The connection can be read in terminal only in ~74880 baud rate which in other place said that it suppose to change to 9600 or 115200 from 74880 after restart/reset process. But I have tried changing baud rate but it don't work. This is the result of serial connection with the flash code still in there on coolterm(baudrate 74880):
if there isn't flash code, it only show (after I tried flashing firmware using esptool/esp flasher, though I don't know if the code is erased or not but assume that it is erased since the name of wifi connection gone):
ets Jan 8 2013,rst cause:2, boot mode:(3,6)
I don't know if the hardware connection is wrong or not since at first it worked, and I followed the usual connection. Haven't tried to play many things around hardware connection, the only thing I tried is gpio2, if ground it would show fatal exception, and if high it would not do anything even rst couldn't be done so I left it floating.
The other thing I haven't do is trying NodeMCU flasher, maybe I will try it later as last resort.