I am new to the field of micro-controllers and stuck with some basic understanding wrt ESP32.
I referred a few documentations but I am not able to figure out following things:
In RaspberryPi we make use of micro-SD card to install linux based debian OS. Likewise, where do we install OS in ESP32?
To interact with RaspberryPi, we make use of VNC/Putty to access the RPi through our laptop. Likewise how do we interact with ESP32.
How do I ensure that data recorded by ESP32 gets transefred to RaspberryPi in a csv/txt or any other file format?
If somebody could please clarify my doubts, I would be very much thankful!