HI All,
I want to use a PICO-D4, with a 50ohm chip antenna (this one)
I noticed, that in the PICO-D4 datasheet, there is some matching circuitry included, and it says the input is 50ohms.
Do I need any additional external components for matching this antenna, or the ones integrated into the PICO is well enough.
And if so, what components and configuration do you recommend?
Thanks
Vader [BEN]
Antenna matching for PICO-D4
- Vader_Mester
- Posts: 300
- Joined: Tue Dec 05, 2017 8:28 pm
- Location: Hungary
- Contact:
Antenna matching for PICO-D4
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);
}
- Vader_Mester
- Posts: 300
- Joined: Tue Dec 05, 2017 8:28 pm
- Location: Hungary
- Contact:
Re: Antenna matching for PICO-D4
Hallelujah! I'm starting to like PICO more and moreWiFive wrote:One answer https://cdn.tindiemedia.com/images/resi ... G_3186.jpg
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);
}
Re: Antenna matching for PICO-D4
This is awesome....ESP32 PICO D4 is a beast. Can I Know what is the part number or name of Antenna used in this design??WiFive wrote: ↑Wed Jan 31, 2018 2:33 pmOne answer https://cdn.tindiemedia.com/images/resi ... G_3186.jpg
Who is online
Users browsing this forum: Google [Bot] and 98 guests