Power line communication

Haris Andrianakis wrote a post on his blog detailing his power line communication system: The primary objective was to enable two devices to communicate with each other over power line technology, specifically to transmit data reliably from a weighing machine to a remote display. Due to the inherent risks of data loss or interference — similar to issues often […]

Clock with retro display

Marcus Linderoth built a clock using a TI MSP430g2553 microcontroller and a HPDL-1414 display, that is available at Github: After having ported Contiki to the Launchpad, I was eager on doing something with it. I built this simple clock with a vintage HPDL-1414 “smart four-character 16-segment alphanumeric” display and a msp430g2553. Check out the video after […]

HV Nixie DC-DC switching power supply

Michail Papadimitriou over at Electronics Lab designed a simple DC-DC switching regulator capable of powering most of Nixie tubes: The module is based on the MAX1771 Step-Up DC-DC Controller. This controller works up to 300kHz switching frequency and that allows the usage of miniature surface mount components. It accepts an input voltage from 2 to 16.5V […]

SD card logger library with log rotation that fits on ATmega8

Davide Gironi writes: This library implements an SD card Data Logger that runs on ATmega. It has a small footprint, so it can be loaded on an ATmega8, leaving space for user code. It supports SD and microSD cards formatted with FAT16. It also features log rotation. The “Petit FAT File System Module” by ChaN […]

DIY linear actuator design

Rolandvanroy is working on a six degree of freedom motion platform for a flight simulator: Detailed description of a home-build balanced linear actuator for six degree of freedom (6DoF) motion platform for flight simulator. Video shows step by step construction and some basic actuator test runs under load. The platform needs 6 of these actuators, and the […]

PCBs made using a laser cutter

Joebell wrote this Instructable detailing the process of making a double-sided PCBs with a laser cutter: With a little practice, you can make excellent double-sided PCBs by combining a laser cutter with chemical etching. The basic idea is: the laser cutter blasts away spray painted etch resist, then chemicals eat away the exposed copper. Once the copper […]

Digitally controlled HIFI amp with 4 way mixer

Acidbourbon posted a step by step guide of his digitally controlled HIFI amp with 4 way mixer build: The amplifier section is trivial. You just buy a TDA1554Q, bolt it to the inside of an aluminum box, solder some resistors and capacities to the pins of the IC according to the application note in the datasheet and […]

300V AC/DC variable power supply

300V AC/DC variable power supply project by Dilshan Jayakody This 300V AC/DC variable PSU is designed for our vacuum-tube, MOSFET and some IGBT related experiments. This PSU consist with 0-300V Variac (variable auto-transformer), 700VA isolation transformer, which is described in previous blog post and high voltage AC-DC converter. Because of the size and weight of these […]

App note: Understanding multidrop address assignments for thermal sensors

Here is a app note from Maxim on multidrop thermal sensing: In many thermal applications, it may be desired to utilize multiple temperature sensors, placed in different physical locations, to monitor the operating temperatures in predefined ‘zones’ within the system. To accommodate this desire, many thermal products have the added flexibility of user-defined slave addressing. A […]

Application note: WiFly WebScan

Here’s an application note from Microchip: WiFly WebScan (PDF!) WebScan is a special firmware release based on the standard WiFLY firmware that is designed to run on all Roving Networks Wi-Fi™ modules such as the RN-171 and RN-131. The Webscan firmware adds Real-Time Location System (RTLS) capability and is designed specifically to address the key requirements in […]

Controller for soldering irons using the Hakko T12 type tips update

sparkybg writes: Soon there will be a new version. The most universal I can think of. Isolated USB connection (HID class) for firmware updates, live data, and PID tunning. Will be able to recognize unlimited number of instruments – can read resistor, 1-wire EEPROM or 1-wire MCU in the connector or handle. When MCU is […]