PaxInstruments / t100-electronics

A single thermocouple to USB adapter.
0 stars 2 forks source link

Use ATtiny chip #19

Closed charlespax closed 9 years ago

charlespax commented 10 years ago

"In order to use Attiny chips you really need to provide a custom Arduino installer or force users to install a patch to their IDE which is not a good user experience." - Ihsan

charlespax commented 10 years ago

I agree, that would be a bad experience. Let's give priority to using the most appropriate chip and have Arduino IDE compatibility be a nice-to-he feature.

charlespax commented 10 years ago

We'll have to have a thermocouple lookup table. I hope there is enough room.

kehribar commented 10 years ago

We can offload any LUT mapping and conversions features to computer side software. We won't be operating this device in stand-alone mode anyway. Device should only be responsible of taking strict timestamped measurements and sending the raw measurement values to the computer.

charlespax commented 10 years ago

I agree. That should allow us to keep the cost down.

charlespax commented 9 years ago

T100 electronics version 0.1 uses the ATtiny85 chip.