hardware_flash.md: move some info to wiki

closes #628
This commit is contained in:
Bernhard Kirchen 2024-03-19 20:01:25 +01:00 committed by GitHub
parent 4f0385285c
commit 7d4a30dde4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -49,9 +49,7 @@ The SN65HVD230 CAN bus transceiver is used to interface with the Pylontech batte
### MCP2515 CAN bus module ### MCP2515 CAN bus module
The MCP2515 CAN bus module consists of a CAN bus controller and a CAN bus transceiver and is used to interface with the Huawei AC charger. This CAN bus operates at 125kbit/s. The module is connected via SPI and currently requires a separate SPI bus. If you want to use the Huawei AC charger make sure to get an ESP which supports 2 SPI busses. Currently the SPI bus host is hardcoded to number 2. This may change in future. Please note: Using the Huawei AC charger in combination with the CMT2300A radio board is not supported at the moment. See [Wiki](https://github.com/helgeerbe/OpenDTU-OnBattery/wiki/Huawei-AC-PSU) for details.
MCP2515 CAN bus modules that are widely available are designed for 5V supply voltage. To make them work with 3.3V / the ESP32 a modification is required. [This modification is described here.](https://forums.raspberrypi.com/viewtopic.php?t=141052)
### Relay module ### Relay module
@ -188,4 +186,4 @@ After the successful upload, the OpenDTU immediately restarts into the new firmw
## Builds ## Builds
Different builds from existing installations can be found here [Builds](builds/README.md) Different builds from existing installations can be found here [Builds](builds/README.md)
Like to show your own build? Just send me a Pull Request. Like to show your own build? Just send me a Pull Request.