Category Archives: Software

Turn signal Arduino device – update

In the last post, my turn signal device worked great when the car lights were running on battery. However, as soon as I turned the engine on the device was caught in a reboot loop. I hooked up my Xprotolab … Continue reading

Posted in Cars, Electronics, Software | Leave a comment

Turn signal Arduino device

After 6 months of driving with a manual pushbutton left turn signal, I decided it was finally time to build a more permanent solution. In the 2013 Volkswagen Passat, the turn signals always have at least a 33% duty cycle … Continue reading

Posted in Cars, Electronics, Software | 1 Comment

Using GANs for PV production data

This year I’m excited to present our work on generative adversarial networks for synthesizing solar resource and PV production data. Come check out our modeling and validation approach! “Synthesis of multi-year PV production data using generative adversarial networks” Gregory M. … Continue reading

Posted in Data, Software, Solar | Leave a comment

Image upscaling

Machine learning methods for “super-resolution” or “upscaling” are more accessible than ever. I was looking to make some out-of-print playing cards for Arkham Horror LCG, but I needed to upscaled my reference images by a 4x to achieve good printing … Continue reading

Posted in Data, Software | Leave a comment

PV module imaging and quality assurance

Near-infrared imaging and lock-in thermography provide detailed, complementary information for studying the performance of PV modules. In previous work, we described how to extract both local efficiency and nonuniformity characteristics from high-resolution images (as low as 22 μm/pixel). Near-infrared images … Continue reading

Posted in Software, Solar | Leave a comment

Building the Custom LED Vanity

For this build we are making a wall-mounted vanity mirror with about a 2000K to 8000K color temperature range.  White LEDs are available in this range but they typically achieve the color temperature target using special composition and density of … Continue reading

Posted in Electronics, Home projects, Software | Leave a comment

Far Cry 2 trainer

With the recent release of Far Cry 5, I started getting interested in (what in my opinion is the best game of the series) Far Cry 2. Modding is tough for Far Cry 2, but Gibbed published some new tools … Continue reading

Posted in Software | Leave a comment

DataGridViewPrime

C# WinForms offers a suite of fully-featured controls for building responsive, event-driven user interfaces. However, there is limited native support for data visualization and the existing tools show poor performance when plotting >100K data points.

My solution to this problem is DataGridViewPrime, a class extension of DataGridView that includes functions to Save, Copy and Explore the data source bound to the control. The features are accessed though a new context menu created for the control.

datagridviewprime.png Continue reading

Posted in Software | Leave a comment

Abella, enclosed

Although Abella used to live in a shoebox, now the electronic musical instrument has been fully soldered and packaged in a project box.  The prototype is complete!

abella_annotated.png Continue reading

Posted in Electronics, Music, Software | Leave a comment

Cars.com Data Miner

Need to organize data from the web? .NET framework has you covered.

page1 tab   page2 tab Continue reading

Posted in Software | 1 Comment