News & Updates

Better SPI Bus Design in 3 Steps

Better SPI Bus Design in 3 Steps

Most Arduino SPI tutorials show this simple but poor SPI bus design: A much better SPI bus design can prevent conflicts.  3 simple improvements are needed: Use pullup resistors on all chip select signals. Verify tri-state behavior on MISO: use a tri-state buffer chip if necessary. Protect bus access with SPI.beginTransaction(settings) and SPI.endTransaction(). Click “Read

Better SPI Bus Design in 3 Steps Continue Reading

Digital sound recorder with AVR and DataFlash

Digital sound recorder with AVR and DataFlash

This application note describes how to record, store and play back sound using any AVR microcontroller with A/D converter, the AT45DB161B DataFlash memory and a few extra components. This application note shows in detail the usage of the A/D Converter for sound recording, the Serial Peripheral Interface – SPI – for accessing the external DataFlash

Digital sound recorder with AVR and DataFlash Continue Reading

en_USEnglish
Scroll to Top