Electronics News Updates

DS3231 OLED alarm clock with 2 button menu setting and temperature display

DS3231 OLED alarm clock with 2-button menu setting and temperature display

UPDATE: V1.1 of clock packages uploaded for compatibility with latest IDEs. Video at:: http://youtu.be/ikNw1iLE9vg Alarm demo video: http://youtu.be/jlZBCuQeswA This is an OLED alarm clock I built using an Arduino Micro, a tiny OLED 128×64 display using the SSD1306 controller and I2C interface, and a precision DS3231-based real-time clock module with rechargeable battery backup. It features

DS3231 OLED alarm clock with 2-button menu setting and temperature display Continue Reading

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

Scroll to Top