![]() |
Two Smartphones in one Projekt? - Printable Version +- Virtuino Forum (https://virtuino.com/forum) +-- Forum: Virtuino (https://virtuino.com/forum/forumdisplay.php?fid=1) +--- Forum: Virtuino 6 (https://virtuino.com/forum/forumdisplay.php?fid=3) +--- Thread: Two Smartphones in one Projekt? (/showthread.php?tid=1431) |
Two Smartphones in one Projekt? - MartinKlawon - 09-21-2023 Dear Sir, I want to communicate with two smartphones in one project. Up to now I used two boards (ATmega) and two HC05 and the boards where communicating via I2C. Due to software serial I am not to happy with that solution. Now I would like to use one board, either a teensy LC with two HC05 ore a ESP32 with an additional HC05. Is that possible at all? If so, what is the recomeded solution? Is there a tutorial? Kind regards RE: Two Smartphones in one Projekt? - iliaslamprou - 09-21-2023 Hi, you can use both solutions using the serial connection. I think the I2C is not supported by HC05. I don't have an example but you can find examples here: https://virtuino.com/index.php/virtuino/code-examples The examples that do not need any library will help you on the second solution RE: Two Smartphones in one Projekt? - MartinKlawon - 09-26-2023 Thank You for your reply. I managed to set up an ESP32 to AP and conected two smartphones and a tilt compensatet compas (BNO085) via I2C to it. One will be the remote control for an autopilot and the other will only be a display. Thank you very much for your suport. |