-
-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Using WIFI as hotspot #47
Comments
Hi, thanks, I appreciate that. If I understand you correctly, you want to send the data via WiFi instead of the cellular network. That doesn't really work because the ESP32 shares the antenna for BT and WiFi (see #32). This solution requires a connection to a cellular network to send OBD data to the MQTT server while driving. Regards |
Not directly. The idea was to allow devices connected to the WiFi module to access the Internet provided by the GSM module. |
Ok, I understand. But here same problem, either OBD data can be read or the AP can be used. |
make sense, tanks for your help. Thanks |
oh, thank you, that would be nice! |
Hi,
First of all, really nice work with the project, i received the device yesterday and I'm implementing this one Renault Zoe.
I'm fairly new to the ESP32 implementations, so sory if this is something that is not possible with this type of devices.
I noticed that when i connect the phone to it there is a message saying that some task have been put on hold.
Is possible to use the wifi module as an hotspot?
My use case is the following.
I live in a apartment where my wifi does not reach my parking spot, so i was thinking if is possible to use the wifi to share internet to a Shelly 1PM so i can read and interact with it from my main home assistant instance.
Thanks.
The text was updated successfully, but these errors were encountered: