I wanna use my ESP-07 with arduino ide, and so i'm reading the quick start on this site.
I undestand that to use the ESP in a normal mode i need to boot up the ESP with:
ch-pd high
rst high
gpio15 down
IS it right?
After the boot ... the pins must be always on these set , or i can set them all on DOWN?
How can i use the gpio15 like a real gpio? In my project i need 8 gpios, i don't want use gpio0 (the flasher pin) , so i need to use gpio15. How can i use it if it must be always high?
Can i use the other gpios without limitation?
Thanks
Mirko