ESP32 board wifi drops when ble enabled?

Hi everyone, just got into esp32 and I have a board working for my hot tub with TDS and temp. Got another one to use as a ble tracker but for some reason when I enable ble it gives me a 10% packet loss on wifi as well as showing as connected and unavailable often in HA. Any tips? It’s connected directly to a USB power 5V 1A charger. Board is a nodemcu32s I got off amazon.

I just have
esp32_ble_tracker:
and then

binary_sensor:

  • platform: ble_presence
    mac_address: MAC ADDY OF DEVICE
    name: “Garbage Can Bluetooth”

sensor:

  • platform: ble_rssi
    mac_address: MAC ADDY OF DEVICE
    name: “Garbage Can RSSI value”