<> I hadn't taken that into consideration. Do you think it would have affect the data considerably? Considerably being +/- 15 feet at max alt. The spike at mach I'd thought about, since my friend does intend to fire off a rocket that busts mach before topping out above 3000ft. Possibly by installing an accelerometer and comparing its data to the transducer's I could see where problems lie in each one. The first few flights will have to be experiments anyways. << There are a few free C compilers around, browse the list. FAIK the HiTech is for 16x84 only, but at least BKD is for all PIC but limited to 1K. But when you just write the lowest pressure to eeprom you could easily stick with MPASM (free) or my Jal compiler (equally free). For all beginers: stick to FLASH pics, unless you absolutely have to use a non-flash. If you can live with the physical size take a 16F877, otherwise a 16F84. And for the calculatons: what good does it do te let the poor PIC do arithemetic when you will use a PC anyway to read out the data? Just store the raw AD value and let the PC handle the brainwork.>> Thanks for the info. I had seen quite a few C compilers on the PIC beginners' checklist but wasn't sure which one to use. If the HiTech is just for the 16x84 that's fine by me since that's all I'm using for now. I've been sure to verify that when filling out an order form for PICs, I was getting the flash vesion. On the next one I'll include a 16F877. As for arithmetic in the computer, I think you're right. At first I figured since the PIC was probably going to have little to do (read serial output from the ADC, send it to the EEPROM) so why not have it do a few calculations. But the more I thought about it, the more I realized it was just a waste of code and work for the PIC. Not to mention the memory chip; straight output would take 12 bits each reading, where-as computed data would take 14 bits for 0-10000 ft. -Tony -- http://www.piclist.com hint: The PICList is archived three different ways. See http://www.piclist.com/#archives for details.