chpc/README.md

72 lines
1.3 KiB
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-19 09:55:51 +00:00
```diff
2019-03-25 16:01:07 +00:00
- NOW: purchasing components and PCBs, development will be resumed after arrival at ~April 2019 !
2019-03-19 09:55:51 +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-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)
2019-03-19 16:10:40 +00:00
....
....
Drafts below.
Sensors abbreviations:
2019-03-19 16:16:46 +00:00
2019-03-19 16:15:23 +00:00
| Abbr. | Full name |
| ----- | -------------------- |
| Tae | after evaporator |
| Tbe | before evaporator |
2019-03-19 16:40:04 +00:00
| Ttarget | target |
2019-03-19 16:15:23 +00:00
| Tsump | sump |
| Tci | cold in |
| Tco | cold out |
| Thi | hot in |
| Tho | hot out |
| Tbc | before condenser |
| Tac | after condenser |
2019-03-19 16:17:48 +00:00
| Touter | outer (outdoor) |
2019-03-19 16:17:20 +00:00
| Ts1 | additional sensor1 |
| Ts2 | additional sensor2 |
2019-03-19 16:12:31 +00:00
2019-03-19 16:10:40 +00:00