Some time ago, I opened the console up and worked out the pinout on the console's expansion connector. Remember this picture? Of course you do.
Back when I published this pinout, I was left scratching my head as to what TXD1 and RXD1 did after successfully getting data out of TXD0 and RXD0. Leave it to wxforum member C2520, the guy who successfully disassembled the Davis firmware and then poured over it for a couple years to figure out how it all works (I AM NOT WORTHY!). He wrote on this post:
That's easy, USART1 is used for the cabled version. Just look at the interrupt vector table, only the cabled firmware version has an interrupt vector for USART1.These things are obvious once you know the answer, I guess.
While we are filling in the gaps, here is another one. When I first opened up the console, I found this mysterious character:
Later on we figured out that this was the atmospheric pressure sensor, but didn't know much more than that. But we know more now. Thanks to the keen eyes of wxforum member adnadeau, the mystery was solved in this post. Borrowing some of my own verbiage from that thread...
The part is a Measurement Specialties 5534CM. Applications include "Weather control systems" according to its product page (man, I'd love to be able to control the weather). Here is its product page, here is where you can buy it, and here is some Arduino code to drive it!This all goes to show how good things can happen when you put some information out there. Other people either know something as well and are willing to share, or somebody sees something that you missed. I get a kick out of it every time a new piece of the puzzle gets put in place.
The cool thing about this part is that it has a digital interface rather than an analog one I had originally guessed at. It also is factory calibrated. Davis was smart and kept things simple: the amount of A/D they have to do in the console is exactly zero. But there seems to be a price to pay for this simplicity: $27.27 for a single piece, to be exact. Good thing they are cheaper by the 1,000.
Speaking of which, I put in an order to Mouser Electronics last night for a new Davis-related project. So hopefully there will be some good news to share in the next two or three weeks. I already have my blog post mostly written: I'm banking on success!