A weblog focused on interesting circuits, ideas, schematics and other information about microelectronics and microcontrollers.
E-books
Disclaimer
Because I have not tested all electronic circuits mentioned on this pages, I cannot attest to their accuracy; therefore, I do not provide a warranty of any kind and cannot be held responsible in any manner.
Data logger
A simple data logger with "high speed data acquisition".
A standard SD card formatted with FAT16 was selected as the data storage media because they are cheap, robust, small, and readily interface to a PC. ATMega163 was selected - it has sufficient SRAM for SD card sector reads, a 10 bit eight channel Analogue to Digital Converter (ADC), an SPI interface for an SD card interface and sufficient flash memory to allow development of a FAT16 file system. The chip can be readily replaced, with minimal software changes, to more recent versions of the ATMega range such as the ATMega 16.