matsstaff / stc1000p

Programmable thermostat firmware and arduino based uploader for the STC-1000 thermostat
GNU General Public License v3.0
262 stars 47 forks source link

uart/serial interface #51

Closed beikeland closed 9 years ago

beikeland commented 9 years ago

Would it would be possible to utilze the 16F1828s uart by sacrificing the buzzer(RA0/TX) and a thermistor (RA1/RX) to be able to log temeratures and send new profiles to the stc1000p over an serial console (by adding a bluetooth/wifi module or a plain usb-ttl bridge).

beikeland commented 9 years ago

Note to self, re-read the datasheet. Tx/Rx are on RB5/RB7 or RC4/RC5, so thats out of the question.