m5stack / M5Stack_MicroPython

MicroPython for ESP32 with psRAM support
Other
230 stars 53 forks source link

Bluetooth support #12

Open DaHoopster opened 4 years ago

DaHoopster commented 4 years ago

Hi there, the official Micropython build has bluetooth support for ESP32. It seems the M5Stack version doesn't support bluetooth. Is there a plan to add this support?

buttc commented 4 years ago

Also interested... I have the Atom Matrix. I'm guessing there may be memory constraints?

DaHoopster commented 4 years ago

Indeed there is a memory constraint, but not for the M5 Stack Fire which has 4MB of PSRAM. The official micropython repo has bluetooth support. This version just needs to be built with a more up to date version of the firmware to enable BT

c0qu1 commented 4 years ago

Indeed there is a memory constraint, but not for the M5 Stack Fire which has 4MB of PSRAM. The official micropython repo has bluetooth support. This version just needs to be built with a more up to date version of the firmware to enable BT

@DaHoopster Can you or anyone provide information about how to build it with newer code?