ESP WROOM 32 newbie questions
Posted: Sat Jun 24, 2017 6:48 pm
Well, I starting with the ESP32 (using Arduino Core) and I have lot of question despite my google searches!
So, question 1:
Does the ESP Wroom 32 has bluetooth? And if yes, it uses the same pcb antenna that's on the PCB or I have to use an external antenna? Can I use Bluetooth and WiFi the same time with this PCB antenna on the module?
2:
I want to have two ESP32 wroom modules and just send basic serial data between them via bluetooth. Do we have any software example about that?
3:
Its seems that the ESP32 has two cores. Can I program those cores to run totally different code with Arduino? If yes, can I exchange info (let's say simple serial data) between those cores internally? Any example?
Also, can both of those cores control separate IO pins?
4:
Can I use the sd card to run ESP32 firmware from there and also use the same sd card for data?
5:
Is it possible to use SsoftwareSerial on any pins of ESP32?
Well... that's all for now! Many thanks in advance!!!
So, question 1:
Does the ESP Wroom 32 has bluetooth? And if yes, it uses the same pcb antenna that's on the PCB or I have to use an external antenna? Can I use Bluetooth and WiFi the same time with this PCB antenna on the module?
2:
I want to have two ESP32 wroom modules and just send basic serial data between them via bluetooth. Do we have any software example about that?
3:
Its seems that the ESP32 has two cores. Can I program those cores to run totally different code with Arduino? If yes, can I exchange info (let's say simple serial data) between those cores internally? Any example?
Also, can both of those cores control separate IO pins?
4:
Can I use the sd card to run ESP32 firmware from there and also use the same sd card for data?
5:
Is it possible to use SsoftwareSerial on any pins of ESP32?
Well... that's all for now! Many thanks in advance!!!