Skip to content

feat: Implement inter-ESP32 communication via ESP-NOW#32

Open
LokiMetaSmith wants to merge 1 commit intomainfrom
feature-inter-esp-communication
Open

feat: Implement inter-ESP32 communication via ESP-NOW#32
LokiMetaSmith wants to merge 1 commit intomainfrom
feature-inter-esp-communication

Conversation

@LokiMetaSmith
Copy link
Copy Markdown
Owner

Adds a new module for communication between two ESP32 devices using the ESP-NOW protocol.

This change introduces the inter_esp_comm.c and inter_esp_comm.h files, which encapsulate the logic for initializing ESP-NOW and sending/receiving messages. The communication module is integrated into the main application and a new send_test_message command has been added to the MCP server to allow for easy testing of the communication channel. Basic message handling has been implemented on the receiving end to demonstrate functionality by controlling a servo.

Adds a new module for communication between two ESP32 devices using the ESP-NOW protocol.

This change introduces the `inter_esp_comm.c` and `inter_esp_comm.h` files, which encapsulate the logic for initializing ESP-NOW and sending/receiving messages. The communication module is integrated into the main application and a new `send_test_message` command has been added to the MCP server to allow for easy testing of the communication channel. Basic message handling has been implemented on the receiving end to demonstrate functionality by controlling a servo.
@LokiMetaSmith
Copy link
Copy Markdown
Owner Author

@jules can you take a look at this, we have two different implementations of inter esp32 configurations

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant