Skip to main content
8 events
when toggle format what by license comment
Feb 4, 2020 at 18:37 comment added Gabriel Gardin @jcaron I read that it used to be problems when both the bluetooth and wifi was working together in the ESP32. But I think it's fixed because I managed to do so, just had to put a delay between the initialization of the wifi and bluetooth.
Feb 4, 2020 at 7:41 comment added Dmitry Grigoryev @jcaron Some WiFi/BT adapters are implemented correctly in the sense that they work fine in Windows. Finding one with Linux support from the manufacturer is rare. And I didn't say anything about ESP32, I have no experience with that.
Feb 2, 2020 at 21:02 comment added jcaron @GabrielGardin I’m not saying the ESP32 correctly handles WiFi/BT coexistence. I’m just saying that in theory it’s easier with both in the same chip. Whether Espressif implemented it (correctly) I admit I have no idea.
Feb 2, 2020 at 16:23 comment added Dmitry Grigoryev @jcaron It's not so much about interference, it's largely about software bugs. With a single antenna, you need to effectively stop one interface while the other is active. Most drivers are written with certain assumptions in mind, one of them being that the hardware doesn't just change state on its own. With a shared antenna, this assumption doesn't hold.
Jan 28, 2020 at 16:30 comment added Gabriel Gardin Interesting, so in theory I should be able to achieve what I want with the esp32. This is information is going to help me down the road, thanks a lot.
Jan 28, 2020 at 16:28 vote accept Gabriel Gardin
Jan 28, 2020 at 13:03 comment added jcaron With two antennas using the same frequencies in close proximity, I doubt that it would be much better than a single shared antenna. And with a single chip handling both Wi-Fi and BLE you have at least a chance there is coordination between the two (they don't transmit at the same time), which you won't get with separate chips and antennas.
Jan 27, 2020 at 12:12 history answered Dmitry Grigoryev CC BY-SA 4.0