Skip to content

Latest commit

 

History

History

multiple_interfaces

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Example with multiple interfaces

Example of using multiple eRPC interfaces

Usage

Check the documentation of the erpc component.

Communication between ESP32 and PC

# Build and flash the firmware on the ESP32 target
idf.py flash

# Connect the other UART of the board with the PC through an USB-UART bridge.
# Let's say the USB-UART bridge is connected on port /dev/ttyACM0
# We can communicate with the target using the host-side Python script
python main/main.py -p /dev/ttyACM0