18 Feb
2012
Background
If you have a working BOPM installation, you are trying to prevent abuse of your IRC networked effected through anonymity services such as proxies. BOPM has built-in support for scanning for open proxies. It also has support for looking up clients in DNSBLs, which are used to publish lists of misbehaving or malign hosts. One such DNSBL, called TorDNSEL, provides a way to check users connecting through the Tor anonymity service.
Read More »
Linux, Quick Tips, Technology | No Comments » | Tags: bopm, dnsbl, irc, ircd, tor, tordnsel, unrealircd
30 Jan
2012

As of Arduino 1.0, interrupts are not supported on the Arduino Leonardo. I’m working on a project using the atmega32u4 with the Arduino IDE which needs interrupt support for both software serial and frequency counting, so I investigated ways to add interrupt support for this device. I began by checking out the Leonardo pins definition file to see what was missing for interrupt support. Long story short, I ended up copying the macros for interrupt bitmasks/registers from the Teensyduino project, which has a mega32u4 target board. In addition to modifying the pin definition header file, I also needed to modify WInterrupts.c—swapping out the default AttachInterrupt() and DetachInterrupt() funcitons with those from the Teensyduino project.
Read More »
Arduino, Projects | 3 Comments » | Tags: Arduino, ATMega32u4, Leonardo
9 Nov
2011

The first prototype ZonCoffee v3 boards have arrived and are nearly up and running. I’m currently porting the code over to Arduino 1.0, as this board uses the Arduino Leonardo bootloader. Read on past the break for more info on the new board.
Read More »
Espresso Mods | 8 Comments » | Tags: EC155, Espresso, PID, ZonCoffee
9 Oct
2011

I acquired a free Sigma 24-70 f/2.8 lens that had a few issues–namely, autofocus was broken and the zoom was incredibly hard to turn. After using the lens in full manual for a while, I determined that I would attempt to repair it.
Read More »
Projects | 1 Comment » | Tags: Photography, Repair, Technology
25 Sep
2011

When you’re trying to grow a bunch of plants in a field where a water source is lacking, things can be a bit tough. Hauling water on-site is a very arduous process, even with a tractor/trailer full of buckets. After hauling 5-gallon buckets to water blueberry bushes for months, we began to work on a better reservoir irrigation system that was cheap and easy to automate with expandable capacity.
Read More »
Projects | No Comments » | Tags: DIY, Growing, Irrigation, Plants
28 Aug
2011

MNL is a multi-node high-power RGB lighting system. It consists of a controller (PC or embedded system) and multiple light nodes networked with RS485. The first prototype nodes are up and running, and we will be developing the second revision of prototypes in the coming months. Read on past the break for more information.
Read More »
AVR, MNL | 5 Comments » | Tags: ATTiny, AVR, Lighting, RGB, RS485
2 Aug
2011

Want a nice hearty printed circuit board desktop background? Well, here you go (right-click, save as). The PCB is an older Arduino NG board placed on top of one of our 10W MNLC lighting nodes (still under development, more information to come).
Graphics | 1 Comment » | Tags: Arduino, LED
22 Jun
2011

tinyRGB is a minimalist blinkM-compatible high-current i2c RGB LED controller consisting of only 10 basic components. The board is small and inexpensive, can be fabricated for as little as $1/board, and can easily be assembled by hand with a total component cost of around $3.
Read More »
AVR | 3 Comments » | Tags: BlinkM, LED, RGB
4 Apr
2011

This project uses the open-source i2c RGB LED controller firmware “cyz_rgb” to create a modular high-power lighting network. The network is controlled by an Arduino, which scans the network for nodes controls them autonomously with onboard scripts, manually via serial console control, or over the serial computer-control interface for interaction with programs on a host machine.
Read More »
Arduino | 4 Comments » | Tags: Arduino, BlinkM, i2c, LED, RGB