esp32-bluetooth.bin documentation

All ESP32 boards running MicroPython.
Target audience: MicroPython users with an ESP32 board.
Post Reply
matthiasheng
Posts: 13
Joined: Sat Oct 06, 2018 1:57 pm

esp32-bluetooth.bin documentation

Post by matthiasheng » Fri May 24, 2019 6:33 am

Hi All,

Anyone has tried the esp32-bluetooth.bin?
I expect it at least support some basic Bluetooth function but i wasn't successful at guessing the command, it will be helpful if someone can provide some info on how to use the Bluetooth function.

User avatar
jimmo
Posts: 2754
Joined: Tue Aug 08, 2017 1:57 am
Location: Sydney, Australia
Contact:

Re: esp32-bluetooth.bin documentation

Post by jimmo » Thu Jun 13, 2019 1:43 pm

This is based on the WIP PR at https://github.com/micropython/micropython/pull/4589

So you might be able to figure out how to use it by reading the examples in the comments and/or looking at the code, but it's going to be tough because the PR is still being updated and I'm not sure how old that firmware is.

Post Reply