Driving a cheap 3” touchscreen LCD

Colin found cheap 3” touchscreen LCDs on eBay for just $7. He bought a bunch of them and developed a breakout board. This LCD doesn’t have an integrated controller, you need to use a high power microcontroller to drive the LCD and run the touchscreen. Colin used a PIC32 and the pinout, protocol, and firmware […]

DC power supply monitor with GLCD display

Here is a project built to provide a DC power supply with a GLCD interface: This power supply monitor is intended to measure the voltage and current of a DC power supply, and continuously display these values on a 128X64 pixel LED backlit GLCD display. Ezflyr built it for his aircraft ground power supply, but […]

Competition Pro retro joystick USB adapter

Markus decided to reuse an old Commodere 64 Competiton Pro joystick, so he added a USB adapter to it. The retro joystick uses a simple interface over the D-SUB 9 connector, using one connection for each movement direction and one connection per button. He used a PIC24FJ64GB002 microcontroller to translate the native joystick interface to […]

HAKKO soldering pencil driver update

Arhi compares his soldering iron driver with commercially available products. After designing and building a open source soldering station for Solomon or Hakko soldering pencils, he posted a full analysis of his project. While his driver has some overshoot, once it stabilises the temperature has less swing then the original drivers. With some PID tuning even better […]

Simple USB DIY Li-ion battery charger circuit

arup shared his USB DIY Li-ion battery charger circuit in the project log forum. The circuit uses both op-amps of an LM358 to control the charging of a single cell lithium ion battery. Charging automatically stops when the battery is full, and it is possible to charge batteries that have gone below the undervoltage limit. Power […]

Openrobots intertial measurement unit dev-board

tinito has been working on an open source Intertial Measurement Unit to help with robot telemetry. Eagle files are published at github: The IMU is supposed to be high-end, implementing state-of-the-art data filtering, best low-cost MEMS sensors available and many features to compete with commercial IMUs used in robotics at a fraction of the price… […]

Final universal soldering iron driver update

arhi posted the final update on his universal soldering pencil driver: This is I think “final” version of this design. Not much to be done here (except change the mcu and then push more functionality to it). It works, the Solomon handle works perfectly (Ktype thermocuple sensor) and the HAKKO (ptc sensor) works satisfactory (I’m […]