Skip to content
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

Closed
Rick45 opened this issue Jan 23, 2025 · 5 comments
Closed

Using WIFI as hotspot #47

Rick45 opened this issue Jan 23, 2025 · 5 comments
Labels
question Further information is requested

Comments

@Rick45
Copy link

Rick45 commented Jan 23, 2025

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.

@adlerre adlerre added the question Further information is requested label Jan 23, 2025
@adlerre
Copy link
Owner

adlerre commented Jan 23, 2025

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
René

@Rick45
Copy link
Author

Rick45 commented Jan 23, 2025

Not directly. The idea was to allow devices connected to the WiFi module to access the Internet provided by the GSM module.
Basically using the WiFi module as an Internet Hotspot.

@adlerre
Copy link
Owner

adlerre commented Jan 24, 2025

Ok, I understand. But here same problem, either OBD data can be read or the AP can be used.
When the AP is used, reading the readings will stop to avoid BT connection problems.
On the other hand, there is not much space left in the flash to implement this feature.

@Rick45
Copy link
Author

Rick45 commented Jan 24, 2025

make sense, tanks for your help.
When i have something working for the Zoe i will share the profile to add to the list.

Thanks

@Rick45 Rick45 closed this as completed Jan 24, 2025
@adlerre
Copy link
Owner

adlerre commented Jan 24, 2025

oh, thank you, that would be nice!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants