Hello,
I have some units of TTGO LORA SX1278 ESP32 0,96 OLED 32M. I'm working simultaneously with Lora and Esp-Now.
The antenna is for Lora, but I am not sure if it is also used for wifi. Can anyone advise me?
I appreciate the answers in advance.
Thanks.
ESP32 Antenna
Re: ESP32 Antenna
There is a separate WiFi antenna on the board
- Vader_Mester
- Posts: 300
- Joined: Tue Dec 05, 2017 8:28 pm
- Location: Hungary
- Contact:
Re: ESP32 Antenna
Hi,
The antenna included with this is specifically for Lora.
There should be an onboard Wifi antenna in there somewhere, it is integrated on the PCB, and is separate from the external antenna.
I think you should be able to use both Wifi and Lora at the same time.
Regards,
Vader(Ben)
The antenna included with this is specifically for Lora.
There should be an onboard Wifi antenna in there somewhere, it is integrated on the PCB, and is separate from the external antenna.
I think you should be able to use both Wifi and Lora at the same time.
Regards,
Vader(Ben)
Code: Select all
task_t coffeeTask()
{
while(atWork){
if(!xStreamBufferIsEmpty(mug)){
coffeeDrink(mug);
} else {
xTaskCreate(sBrew, "brew", 9000, &mug, 1, NULL);
xSemaphoreTake(sCoffeeRdy, portMAX_DELAY);
}
}
vTaskDelete(NULL);
}
Who is online
Users browsing this forum: Baidu [Spider] and 127 guests