Welcome to the Erwin project! This is the Offical ESP Box Opener project , get started at Erwin Official!
If you need help identifying the Type of board you have come to the discord Server and ask in the install help channel.
To install the project, follow these steps:
-
Select the correct release for your board in the Releases section.
-
Download the firmware binary.
-
Flash the firmware to your board using either:
- The
esptool.pytool. - PlatformIO.
- ESPHome
If asked for a flash offset, use
0x0000. - The
-
Reboot the board.
-
Connect to the board's Wi-Fi access point:
- SSID: Erwin
- Password: Erwin123
-
On connection, it should take you to the captive portal where you can configure the device. If the captive portal does not open, navigate to
erwin.localor192.168.4.1in your browser. -
Configure the device with your Wi-Fi credentials.
-
The device should now connect to your Wi-Fi network. You can now access the device at the IP address or erwin.local it received from your router.
-
You can now use the device to open your boxes!
- Fork the repository.
- create a new branch for your board.
- Add your board to the supported boards list in the README.md.
- Complete the env: section in the platformio.ini file to match your board.
- Create a pull request to add your board to the supported boards list.