ESP32 Wromm 32 bluetooth

For general Flowcode discussion that does not belong in the other sections.
Post Reply
SpeedPIC32
Posts: 252
http://meble-kuchenne.info.pl
Joined: Thu Dec 10, 2020 2:35 pm
Has thanked: 36 times
Been thanked: 17 times

Flowcode v10 ESP32 Wromm 32 bluetooth

Post by SpeedPIC32 »

Hello, I need help.


The chip ESP32 Wromm 32 should also have bluetooth.
is it enough to call the component and initialise it to see it with a mobile phone for example?

greetings SpeedPic32

BenR
Matrix Staff
Posts: 1744
Joined: Mon Dec 07, 2020 10:06 am
Has thanked: 444 times
Been thanked: 604 times

Re: ESP32 Wromm 32 bluetooth

Post by BenR »

Hello,

The only additional thing to do is to enable the legacy bluetooth in the config settings. I'll see if I can dig out the info for you on how to do this.

Hopefully the config is already correct but let us know if not,

Details here.
viewtopic.php?p=53#p53

stefan.erni
Valued Contributor
Posts: 760
Joined: Wed Dec 02, 2020 10:53 am
Has thanked: 150 times
Been thanked: 171 times

Re: ESP32 Wromm 32 bluetooth

Post by stefan.erni »

Hi SpeedPIC32


The best and easiest way is Flowcode App Developer to test and use Bluetooth with ESP32.
With a notebook, Bluetooth is usually already available.
With a desktop, you can plug in a dongle.
Flowcode App Developer offers many practical functions for connecting and send/receive date with Bluetooth.


Here is an info about how to config for Bluetooth SPP from ESP32 and Flowcode.
It only looks complicated, but it is simple
I hope it's help a litle...

regards

Stefan

How to do it....
ESP32_Bluetooth_Flowcode.pdf
(474.01 KiB) Downloaded 51 times
Config Progam:
Snag_73abff.png
Snag_73abff.png (41.83 KiB) Viewed 545 times


Simple Dongle:
Snag_61faf2.png
Snag_61faf2.png (75.74 KiB) Viewed 545 times

Post Reply