Temperature Shield for Bare Bones Arduino v3, Part I

Kevin Rye writes: With version 3 of my Bare Bones Arduino boards off being fabbed, as well as the laser-cut acrylic, it was time to go ahead a design my first shield. I have a ton of 7-segment displays that I’ve sourced over the years from various tear-downs of stuff from the garbage. I’ve been […]

App note: Understanding XC9500XL CPLD power

Here’s an app note from Xilinx on calculating power consumption for a CPLD. The goal of this application note is to discuss XC9500XL CPLD power estimation and optimization and provide the reader with an understanding of sense-amplifier based CPLD power dissipation. A brief discussion of the process for estimation is given. With this information, you […]

App note: CPLDs as Motor Controllers

Here’s a simple motor controller implementation using CPLDs from Xilinx. To enable a CPLD to turn the electromagnets on and off, external transistor drivers must be used. A unipolar stepper motor can be driven by four identical NPN or N-channel drive transistors. The various Xilinx CPLDs can operate with I/O voltages from 1.5V to 5V. […]

App note: Xilinx in-system programming using an embedded microcontroller

Program Xilinx’ CPLDs and FPGAs with the aid from this app note. By using a simple JTAG interface, Xilinx devices are easily programmed and tested without using expensive hardware. Multiple devices can be daisy-chained, permitting a single four-wire Test Access Port (TAP) to control any number of Xilinx devices or other JTAG-compatible devices. The four […]

Magic Mote thermostat and wireless temperature sensor

Tom’s another cool project the Magic Mote thermostat and wireless temperature sensor: A homemade thermostat up in the basement rafters controls the heating in my home. The smart bit is the radio frequency communication that connects it to a remote temperature sensor. So, I’m planning a home automation system based around wireless nodes (the Magic Mote […]

Week in (p)review January 03, 2014

Here’s a summary of major developments over the last week. Free PCB Friday is coming up soon. Bus Pirate LCD adapter v3 back in stock Another Bus Pirate reference sheet Check out Doub’s dev board for Lua programming, Mats AndyBrd and MainSlogger and Markus’ alarm clock time using an OLED in the project log forum Coming up: Free PCBs via Facebook on […]

Wireless sensor node with MSP430G2553 and 8-pin adapter for NRF24L01+

Tom has designed this Magic Mote wireless sensor, that is available at Github: I set out to design a wireless sensor PCB that could be inexpensively prototyped in quantities of 10. NRF24L01+ modules are exceedingly cheap (~$10 for 10), use very little power, and have sufficient range for most indoor projects. Low power MSP430 microcontrollers make an ideal […]

A development board for Lua programming

doub has been working on a development board for Lua programming: So this project is about packing a relatively fast microcontroller, but not complex enough to require a high level OS (like Linux for SoC-class chips), with a big RAM chip. I picked a STM32F427, because I have some experience with the STM32 family, the core […]