tchetchi wrote: ↑30 Aug 2021, 20:41
Yes it's an old version because I see on the website that recent version (13 and newer) are for 2Mb version. I only have 1Mb.
For the NB yes I know but I dont see the access point espeasy. It's my problem and why I posted here....
The current official website for releases is on github, the downloads on the Letscontrolit.com site are
really old and no longer relevant.
Find downloads here:
https://github.com/letscontrolit/ESPEasy/releases (you may need to expand 'Assets' at the end of the release notes)
In the ESPEasy_ESP82xx_mega-20210802.zip file, there are several .bin files for 1MB modules available, I assume you would prefer the ones with 'normal' in the name, as they have the most plugins available (not sure what type of sensors you plan on using).
To see what's happening, you could keep the device connected to the usb-serial connector you are using, and start monitoring that serial port (any terminal like putty could be used), set it to 115200 baud, n,8,1 by default ESPEasy will write out what it is doing and any errors or whatever occurs.
When using a terminal program, you can also send commands to it, like 'wifissid,<your_wifi_ap_name>' and 'wifikey,<password_for_ap>' and 'save' to store the settings. 'wificonnect' can be sent to start connecting to the AP.
You can't correct any input using backspace, so you'd better prepare the commands in an editor and copy/paste into the terminal.
And monitoring like that is also the easiest way to retrieve the IP-address once it is connected.