I sell on Tindie
Map
Grand Prize Winner
(Dec 2012)
Second Prize Winner
(July 2012)












DefendLineII. C328 JPEG Colour Camera Integration

DefendLineII has a native support of JPEG Colour Camera (C328 compatible). Such type of camera is capable of delivering VGA quality still pictures, it is equipped with hardware JPEG compressor and serial interface making integration with embedded devices quick and easy. This camera requires two wires (RX and TX) for serial communication, ground and positive […]

DefendLineII. Terminal commands

A great deal of DefendLineII configuring might be done over a terminal. To use this option the board must be connected to PC via USB cable and serial selector JP1 must have pins 1 and 2 connected together. As a terminal program standard Windows HyperTerminal can be used but it is not very convenient tool, […]

DefendLineII. Building firmware

Building firmware is pretty much similar to building bootloader described in the previous article. Assuming that you have WinAVR and SVN already installed, your DefendLineII PCB has bootloader flashed and avrdude can communicate with the board so you are ready for the procedure.

Download source code for DefendLineII project if you have not done […]

DefendLineII. Flashing bootloader

A bootloader is a compact executable code often flashed in upper program memory area implementing basic transfer protocol and facilitating self-programming function, making possible firmware updates without need to have an external programmer. In most cases bootloaders simulate basic programmers to take advantage of already existing software support without invention of something new. Of course, […]