Tag: microcontroller
Counter Project
- Category: Hardware
- Tags: circuit, embedded, hardware, microcontroller
- Leave a reply
lzoDSO – prototype demo
Demonstrates the (currently limited) capabilities of the lazlo labs digital storage oscilloscope (lzoDSO) prototype. The test probe of the scope is connected to a timer circuit in mono-stable astable configuration so that it produces a more or less defined test signal. There is also a test signal source inside the scope that we need integrate into the firmare to get it working.
Uses an ATmega644 at 16 MHz and the internal 10-bit A/D converter (only using 8 bits).
See the lzoDSO project page for more at labs.lazlo.de/trac/lzodso.
- Category: Hardware, Work
- Tags: avr, electronics, embedded, hardware, lzoDSO, measurement, microcontroller, oscilloscope, project, system, video
- Leave a reply
lzoDSO – finished prototype board assembly
Yesterday I finished the assembly of the new front panel controller board, which evolved out of the old display carrier board). The circuit signal lines have already been tested (using continuity testing) and I’m not far away from having the prototype be contained inside its case.
In the new board I basically merged the core board with the display carrier board, since there was enough space available. A slight change I introduced is that I adjusted some pin mappings (namely we moved the LCD control lines from port B to D).
Schematic and Circuit Board
PDF files for schematic and board.
Now I’m updating the wiki page of the prototypes to get things in sync again.
- Category: Hardware, Work
- Tags: avr, board, circuit, display, electronics, hardware, lcd, lzoDSO, microcontroller, oscilloscope, pcb, photo, project, schematic
- Leave a reply
lzoDSO – legacy firmware reanimated
After preparing a somewhat more modest presentation of what is already existing from the projects hardware and software (we now call it the prototype), we have finally taken the old “legacy” (no tests) firmware sources and made them work (without having to change anything) on the ATmega644 micro controller board we use with the prototype setup.
Still, there is so much missing but before adding more functionality to the firmware we will try to replace part by part with code that is developed in a “test first” fashion to give us a stable base to work on. But before that can happen will need to refactor some sections of the sources in order to make them testable.
Enough for today…maybe
- Category: Software, Work
- Tags: c, development, embedded, firmware, lzoDSO, microcontroller, oscilloscope, project, software, tdd, tests
- Leave a reply
lzoDSO – hardware prototype
Recently I have been working on my oscilloscope project. Documenting ideas, digging out requirements and restructuring the whole projects documentation wiki. While doing so I realized that the page was totally confusing to new visitors since it does not say that there is no finished scope yet (even though there is a picture of one). What one can see on the pictures is actually a prototype. Until now we did not explicitly say so. This is NOT the final thing.
To address that issue we added a Status section to the start page of the wiki that clarifies the projects state.
Now the interesting part: We created a new page for the prototype which is linked on the wikis start page and moved existing files related to the components of the prototype from /trunk to /branches/prototype-a.
Next step will be to take the legacy firmware we have and adjusted it to make it run on the prototype hardware. When the firmware is ported (basically adjust pin mappings, enable/disable functionality) we will use is as the starting point to get the code incrementally refactored until we replaced everything with test-driven code.
- Category: Hardware, Work
- Tags: avr, development, embedded, firmware, hardware, lzoDSO, microcontroller, oscilloscope, photo, project, prototype, software, system, tdd
- Leave a reply
lzoDSO – a DIY Oscilloscope
After quiet a while I have started to put my oscilloscope project online. Work is still in progress but I decided it won’t hurt to have online what has been done so far.
- Category: Hardware, Software, Work
- Tags: avr, development, embedded, hardware, lzoDSO, microcontroller, oscilloscope, project, software, system
- Leave a reply
base board for Olimex ATmega128 header board
A couple of months ago I ordered a ATmega128 header board (AVR-H128) from Olimex. In order to make use of such a header board you need to mount it somewhere. For this purpose I created a sort of header board for the header board. It is very minimal, consisting of mechanical components only except for a LED and a resistor. The reason for that is that the header board on which the ATmega128 itself is placed already contains a +5V voltage regulator (LM78L05) and reset circuit (ZM33064). Using my board its very convenient connecting things to the pins of the micro controller. All ports (A, B, C, D, E, F and G) have a separate 10 (2×5) pin header where the last two pins of each header is connected to GND (9) and VCC (10).
The layout of the board was created with the intention in mind to be able to assemble it in a through-hole fashion. Needless to say that the layout can also be used to etch or mill the board.
There are still things that can be enhanced like adding a connector for the reference voltage of the ADC (AREF).
Download
Schematics and layout have been created using Eagle 5.11 with a non-commercial license. The outline of the board is 100x160mm, so for you folks that use the Eagle freeware you will not be able to modify the boards layout (since Eagle as freeware only allows for boards with a outline of 100x80mm).
- Category: Hardware, Work
- Tags: atmega, avr, board, circuit, development, embedded, hardware, microcontroller, pcb, photo, schematic
- Leave a reply