-
Notifications
You must be signed in to change notification settings - Fork 3
Description
Checklist
- Checked the issue tracker for similar issues to ensure this is not a duplicate.
- Described the feature in detail and justified the reason for the request.
- Provided specific use cases and examples.
Feature description
I think there are amazing use cases for a Two Stations example using Full Duplex SPI ESP Hosted now with the ESP32-C5 becoming available.
I attempted to adapt the existing 'Two Stations' Example to work on an ESP32-S3 as the host and an ESP32-C5 running esp-hosted slave code using ESP IDF 5.5.1 but there seems to be linker problems and it does not compile properly.
I intend for the C5 to connect to my local wifi on 5GHz and for the S3 to open a 2.4GHz AP for my other ESP32 devices to connect to this system and in a way to the 5GHz STA so they can be controlled via MQTT. Encryption is not required and speed is quite important which is why ESP Hosted is ideal
Use cases
The end goal would be to have any 2 ESP32 modules linked over ESP Hosted for max speeds and be able to have each module able to connect to a station or put up an access point. This way, such a system can connect to a 5GHz STA with the C5 for example, and offer a hotspot on 2.4GHz for other 2.4GHz modules to connect to.
Alternatives
No response
Additional context
No response