Skip to content

v1.0.2

Choose a tag to compare

@mobizt mobizt released this 24 Nov 08:43
· 10 commits to main since this release

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.py to bridge TCP, UDP, and WebSocket traffic via a PC or Raspberry Pi.
  • Installer Scripts: Added install_libs.bat (Windows) and install_libs.sh (Linux/macOS) for automatic Python dependency installation.
  • Run Scripts: Added run.bat and run.sh for easy execution of the bridge.

📚 Documentation & Examples

  • Added examples/Features/PC_USB_Host demonstrating USB-based networking.
  • Updated README.md with new architecture diagrams and setup instructions for PC Host mode.
  • Updated library manifests (library.json, library.properties) with new keywords and description.