Unfortunately Im a newb and have some questions so please be patient
Firstly I am using Arduino uno and micro's for my projects.
I have connected an esp to my uno and get the required connection to my home wireless network. Also learned along the way that the voltage divider rule (5 to 3.3v) does not work for power consumed so another good lesson.
My questions,
1. What is the reason for flashing the esp with something different?
2. Does flashing the esp with arduino ide actualy load arduino code to the esp so it is a standalone mcu?
3. If so does this mean the esp runs that code as soon as it powers up at boot time, so acting as a standalone arduino?
Thanks for any and all help.