A tutorial on Bluetooth on esp32 micropython would be awesome. I had noticed your name among contributors of Bluetooth projects on github :D. Maybe like the Niagara lights project, but on BLE instead.
@BhaveshKakwani13 күн бұрын
Oh that’s a great idea! I love Bluetooth and have worked with it a lot in my firmware career. Thanks for the suggestion Sidharth!
@BhaveshKakwani2 күн бұрын
@ I am working on the Bluetooth tutorial. It's surprisingly quite a rabbit hole! I'm doing a project where I use an ESP32 as a Bluetooth controller/keyboard to control the music on a computer/speakers
@kennethbsr77714 күн бұрын
Thanks for the video, the thing which I like Thonny, is the device and local files window showing files and folders and easy upload/ downloads. I no longeruse CLI, since Thonny GUI has more functionality
@BhaveshKakwani2 күн бұрын
Yeah totally, I use Thonny way more than CLI usually! And I've been learning recently how to incorporate MicroPython into VSCode as well. I might make a tutorial on that since VSCode is the most popular editor