News & Updates

The Texas PRU Cape

The Texas PRU Cape

In a bid to encourage greater use of TI’s Programmable Real-time Unit (PRU) built into the Sitara AM335x and AM437x family of devices which power the BeagleBone Black development board Texas have announced the PRU cape. The PRU is made up of dual 200 MHz coprocessors, implementing a low-latency subsystem optimized for deterministic, real-time processing allowing

The Texas PRU Cape Continue Reading

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

Scroll to Top