chpc/README.md

38 lines
698 B
Markdown
Raw Normal View History

2019-03-13 20:47:46 +00:00
### CHPC: Cheap Heat Pump Controller v1.0
2019-03-13 20:47:10 +00:00
# Development
State: active
2019-03-13 20:47:46 +00:00
Discussion: https://www.forumhouse.ru/threads/469103/
2019-03-13 20:47:10 +00:00
# PCB Design
2019-03-13 20:51:07 +00:00
There are 2 PCB designs: type "F" and type "G".
Both untested.
2019-03-13 20:47:10 +00:00
Type "F" features:
- only SMD componens,
- internal power source,
- 10 output channels,
- 4 input channels,
2019-03-13 20:51:07 +00:00
- 5 relays: 1 * 16A + 4 * 7A,
2019-03-13 20:47:10 +00:00
- buzzer,
- EEV support,
- 16 bit i2c ADC: on board,
2019-03-13 20:51:07 +00:00
- i2c devices: allowed,
- ds18b20 on one lane.
2019-03-13 20:47:10 +00:00
Type "G" features:
- no SMD components,
- external, board-placed power source,
- 5 output channels,
- 4 input channels,
2019-03-13 20:51:07 +00:00
- 5 relays: 2 * 16A + 3 * 7A,
2019-03-13 20:47:10 +00:00
- buzzer,
- EEV support,
- 16 bit i2c ADC: off board,
2019-03-13 20:51:07 +00:00
- i2c devices: allowed,
- ds18b20 on one lane.
2019-03-13 09:13:37 +00:00