# ESP8266-KOReader-Remote ESP8266 based koreader controller that gives hardware buttons to ereaders. The current version performs the following: Page Turning Chapter Turning
Pinout: Next Page : D1
Previous Page : D2
Next Chapter : D5
Previous Chapter : D6
Usage:
- Upload the bin file to your esp using tasmotizer.
- Reboot the esp
- Connect your ereader to "KOReader-Turner"
- Password is "12345678" without quotes.
- Enable https inspector in koreader. Click on the wrech icon>more tools>KOReader HTTP inspector. Make sure port is set to 8080. Start HTTP server.
- For convenience check "Auto start HTTP server"
- Make sure no other device is connect to esp AP.
I made the project via ChatGpt. I got the idea from koreader-page-turner by askobee. https://github.com/akosbeke/koreader-page-turner.