Add 2 channel thermostat to shop #139

Merged
sb10q merged 1 commits from esavkin/web2019:31-thermostat-2ch into master 2024-07-05 14:50:10 +08:00
Member

Closes #31

Interacts with Zotino:

  • Thermostat has two 10-pin IDC connectors
  • Zotino consumes one 10-pin IDC connector
  • if there is Thermostat in the crate, next Zotino will default to include the TEC
Closes #31 Interacts with Zotino: - Thermostat has two 10-pin IDC connectors - Zotino consumes one 10-pin IDC connector - if there is Thermostat in the crate, next Zotino will default to include the TEC
sb10q reviewed 2024-07-04 21:31:51 +08:00
package.json Outdated
@ -9,1 +9,3 @@
"build": "npx webpack"
"start-dev": "npx webpack --watch --mode=development --devtool=inline-source-map",
"build": "npx webpack",
"build-dev": "npx webpack --mode=development --devtool=inline-source-map"
Owner

What does this have to do with thermostat?

What does this have to do with thermostat?
sb10q reviewed 2024-07-04 21:32:27 +08:00
@ -35,2 +35,3 @@
"clk": ClockRenderer,
"idc": EEMRenderer
"idc": EEMRenderer,
"idc10p": EEMRenderer
Owner

Just call it TEC connector. IDC 10-pin is a silly name.

Just call it TEC connector. IDC 10-pin is a silly name.
sb10q reviewed 2024-07-04 21:35:06 +08:00
@ -1193,0 +1213,4 @@
'Parallel output 10 pin IDC 2.54mm and 5 pin 3.81mm connectors per channel.',
'Up to 8W (+/-2A with 4V compliance) heater/TEC drive from MAX1968 drivers.',
'100Base-T Ethernet with PoE.',
'Can stabilize Sinara 5432 DAC temperature.'
Owner

Or external devices containing TEC and thermistor

Or external devices containing TEC and thermistor
Owner

I didn't say remove zotino. Please pay attention.

I didn't say remove zotino. Please pay attention.
esavkin force-pushed 31-thermostat-2ch from 86fa564642 to 35734dfde7 2024-07-05 12:12:00 +08:00 Compare
esavkin force-pushed 31-thermostat-2ch from 35734dfde7 to d3cc86dfa5 2024-07-05 14:49:16 +08:00 Compare
sb10q merged commit d3cc86dfa5 into master 2024-07-05 14:50:10 +08:00
Sign in to join this conversation.
No reviewers
No Label
No Milestone
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: M-Labs/web2019#139
No description provided.