I tried to build it with enabled bluetooth option in menuconfig, i tried to flash my esp32 with prebuilt esp32_psram_all_bt from here https://github.com/loboris/MicroPython_ESP32_psRAM_LoBo/wiki/firmwares, but nothing worked, i tried executing import bluetooth, but it said module not found. So how can i use bluetooth and is it even possible?
Unfortunately this repository has been abandoned for a couple of years and therefore is way out of date in many respects. Anything that doesn't work is very unlikely to ever be fixed.
I tried to build it with enabled bluetooth option in menuconfig, i tried to flash my esp32 with prebuilt esp32_psram_all_bt from here https://github.com/loboris/MicroPython_ESP32_psRAM_LoBo/wiki/firmwares, but nothing worked, i tried executing
import bluetooth
, but it said module not found. So how can i use bluetooth and is it even possible?