I have a switch Govee H5080 which operates on Bluetooth and Wifi. Since I have no access to wifi, I am looking if I can have my ESP32 or Arduino with the Bluetooth generate module to generate the bluetooth signal that can turn on and turn of the Switch.
If Yes, Can you tell me or point me out to any that has a code for a similar kind of project because I am newbie.
Thanks in Advance
Topic moved. Please do not post in "Uncategorized"; see the sticky topics in Uncategorized - Arduino Forum.
Yes, you can. The ESP8266 and/or ESP32 and others can:
- Create its own WiFi network (SoftAP) for other devices to connect.
- Use ESP-NOW for direct device-to-device communication (no WiFi needed).
- Use TCP/UDP over its own WiFi without needing a router.
- The basic code you will need is in the libraries.