v1.0.2
Release v1.0.2
This release introduces PC Host Mode, allowing Arduino clients to access the internet directly via a USB connection to a computer or Raspberry Pi, removing the requirement for an ESP32/ESP8266 bridge.
🚀 New Features
- PC/Python Host Support: Added
serial_bridge.pyto bridge TCP, UDP, and WebSocket traffic via a PC or Raspberry Pi. - Installer Scripts: Added
install_libs.bat(Windows) andinstall_libs.sh(Linux/macOS) for automatic Python dependency installation. - Run Scripts: Added
run.batandrun.shfor easy execution of the bridge.
📚 Documentation & Examples
- Added
examples/Features/PC_USB_Hostdemonstrating USB-based networking. - Updated
README.mdwith new architecture diagrams and setup instructions for PC Host mode. - Updated library manifests (
library.json,library.properties) with new keywords and description.