USB/Wireless Relay Module reverse engineering.
The goal is to be able to use this module with a custom firmwire.
documentation | ||
schematic | ||
.gitignore | ||
LICENSE.md | ||
README.md |
TOSR-04
The board :
The purpose of this project is to write and flash a custom firmware in the MCU powering this board. Indeed, this relay board was meant to be controled by sending very poorly designed serial commands which I want to get rid of !
The manual :
The user guide is available here if you want to learn more about this module's capabilities
What I am planning to do :
- Reverse engineer the schematic of this board (because it is not available) (IN PROGRESS)
- Find the best way to flash a custom firmware on the ATMEGA328PU (TO DO)
- Write a custom firmware for it (TO DO)