Electronics

How to open Gerber files in AutoCAD with free open source tools

How to open Gerber files in AutoCAD with free open source tools

2015-04-02

This guide provides a detailed procedure for importing Gerber RS-274X files into AutoCAD using open-source tools. This approach offers a cost-effective alternative to proprietary software solutions. Before proceeding, ensure the following software is installed and configured: - gerbv: A tool for viewing Gerber files and exporting them to various formats (exclud... read more
GLCD Library Support for PIC24H with ST7565R / ST7565P / PCD8544 (Nokia 3310 5510) LCDs

GLCD Library Support for PIC24H with ST7565R / ST7565P / PCD8544 (Nokia 3310 5510) LCDs

2013-12-31

My graphic LCD library (glcd on GitHub) now supports PIC24H with the ST7565R, ST7565P and PCD8544 LCD controllers. The code has been tested with the Newhaven display NHD-C12864A1Z-FSW-FBW-HTT and NHD-C12832A1Z-FSW-FBW-3V3. I... read more
USB datalogging on the Turnigy Accucel 6 Hobby Charger

USB datalogging on the Turnigy Accucel 6 Hobby Charger

2013-08-16

After having utilized the Turnigy Accucel-6 hobby charger for a considerable period, I developed an interest in leveraging its data logging capabilities. Specifically, my objective was to plot discharge curves for certain batteries. A cursory search on Google yielded several articles, albeit with a significant amount of conflicting informati... read more
Arduino Library for DF Robot 16×2 LCD Keypad Shield

Arduino Library for DF Robot 16×2 LCD Keypad Shield

2013-02-24

A few years ago, I purchased one of these 16×2 LCD and Keypad Arduino shields. There are quite a few of them around (including some clones?), but they are similar to this one from DF Robot: I think I bought this one from eBay a few years ago, but none... read more
Custom avrdude with auto DTR reset and custom baud rate for Arduino boards

Custom avrdude with auto DTR reset and custom baud rate for Arduino boards

2013-02-14

In the context of a project involving the utilization of an ATmega2560 with a custom bootloader (predicated on the Arduino Mega bootloader using the stk500v2 protocol), it was found that the optimal baud rate for programming was 38400, given the use of an 8MHz crystal. The default configuration of avrdude, when employing the programmer switch, doe... read more
GLCD 0.4 Released – ST7565R and NT75451 support, Blueboard LPC11U37 demo

GLCD 0.4 Released – ST7565R and NT75451 support, Blueboard LPC11U37 demo

2012-07-14

August 2019 update: > - All demo code is available on Github project page Version 0.4 of GLCD Graphic LCD Library has been released. It includes added support for: - ST7565R LCD controller with SPI serial interface with AVR8 implementation. This is used in Newhaven Display model [NHD-C12864WC-FSW-... read more
Making custom fonts for GLCD library

Making custom fonts for GLCD library

2012-07-08

Update: I've been developing a handy Qt-based tool named glcd-utils. This tool simplifies the process of creating fonts and bitmaps for GLCDs. Although it's open-source, binaries and extensive documentation are currently unavailable. Feel free to check out the GitHub page. Now, let's dive into the tutorial below. Welcome to a quick guide on craft... read more
Measuring flash durations of speedlight and studio lighting and strobes

Measuring flash durations of speedlight and studio lighting and strobes

2012-01-19

It has been some time since I last delved into a technical article, but today we're delving into the world of flash durations. Despite extensive searching, I couldn't find any comprehensive resources offering real-world measurements of flash durations for speedlights, especially t.1 measurements. Lights Tested... read more