chpc/README.md

48 lines
980 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
2019-03-13 21:01:21 +00:00
## Development
2019-03-13 20:47:10 +00:00
State: active
2019-03-13 20:47:46 +00:00
2019-03-19 09:53:19 +00:00
```diff
- Stage: Purchase PCBs and components, development will be resumed at ~April-May 2019
```
2019-03-13 20:47:46 +00:00
Discussion: https://www.forumhouse.ru/threads/469103/
2019-03-13 20:47:10 +00:00
2019-03-13 21:01:21 +00:00
## PCB Design
2019-03-13 20:47:10 +00:00
2019-03-13 20:51:07 +00:00
There are 2 PCB designs: type "F" and type "G".
2019-03-13 22:05:29 +00:00
Both designs state: beta, untested.
2019-03-13 20:47:10 +00:00
2019-03-13 22:00:41 +00:00
## Type "F" features:
2019-03-13 21:38:26 +00:00
- **mostly SMD** componens,
2019-03-13 20:59:56 +00:00
- **internal power** source,
- **10** output channels,
2019-03-13 20:47:10 +00:00
- 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,
2019-03-13 20:59:56 +00:00
- 16 bit **i2c ADC: on board**,
2019-03-13 20:51:07 +00:00
- i2c devices: allowed,
2019-03-13 23:44:31 +00:00
- T sensors: ds18b20 on one lane.
2019-03-13 20:47:10 +00:00
2019-03-13 22:00:41 +00:00
## Type "G" features:
2019-03-13 20:59:56 +00:00
- **no SMD** components,
2019-03-17 16:03:51 +00:00
- **external or board-placed** power source,
2019-03-13 22:08:44 +00:00
- **5** output channels,
2019-03-13 20:47:10 +00:00
- 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,
2019-03-13 20:59:56 +00:00
- 16 bit **i2c ADC: off board**,
2019-03-13 20:51:07 +00:00
- i2c devices: allowed,
2019-03-13 23:44:31 +00:00
- T sensors: ds18b20 on one lane.
2019-03-13 09:13:37 +00:00
2019-03-13 21:03:45 +00:00
# Type "F" PCB
2019-03-13 20:57:53 +00:00
![Type F PCB](./PCB_Type_F.png)
2019-03-13 21:33:57 +00:00
# Type "G" PCB
![Type G PCB](./PCB_Type_G.png)