I'm trying to connect my Bluetooth smoker to my ESP32 to turn send the temperature to a website so I can check it anywhere. Has anyone done something like this?
Your smoker has a bluetooth app goes with it (least useful)? Or does it knock out serial (most useful)? Is it BT or BLE?
Configuring an ESP32 BT BLE as master server and then, stroke of luck, linking it to the smoker - it could then tick the BT-derived data to Blynk (via WiFI).
The Blynk bit would be the easy part.
PE - Is the smoker a server or client (I don't know).
There is an app that goes with the smoker. From what I can dig up it uses BLE.
See if there is a BLE Serial App somewhere (ArduBlue? ArduinoBlue?), install that, and see if you can get understandable data with it - to be able to do anything further.
If you can't - then you're Done.
further reading -- ESP32 Bluetooth Low Energy (BLE) on Arduino IDE | Random Nerd Tutorials
Will give it a whirl. Thank you
This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.