Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

Diode matrix 8x32 RG, automatic change of brightness

Status
Not open for further replies.

Vermes

Advanced Member level 4
Joined
Aug 2, 2011
Messages
1,163
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,316
Activity points
22,318


This is a diode matrix which was written in C. The program takes less than 13kB.

Electronics:
The design is based on microcontroller Atmega32 (because game snake is also designed to be a part of this device). RTC used is DS1307. Three popular temperature sensors DS18B20 are automatically switched on after connecting and switched off after disconnecting. Matrix driver of this design is MBI5029.

Displaying:
12 display modes are available. 6 of them relate to scrolling text and another 6 – static presentation. You can get six color effects:
  1. red
  2. green
  3. yellow
  4. different colors of characters
  5. different colors of vertical lines
  6. different colors of horizontal lines

During the presentation, displayed information can be switched at any time by pressing the button. Brightness of the matrix is automatically adjusted to the environment (photoresistor and ADC).

Settings:
Settings are stored in the EEPROM. The rate of change of static text and scroll can be adjusted (separate options). Selection of information displayed (in the menu, green means switched on, red – switched off). The standard clock settings. Weekday is calculated from the Zeller formula (when saving to RTC). Control is via four buttons (but as well it can be two or even only one button).

Application:
The matrix is to be used at home as a thermometer. Adding such techniques is a result of adjusting the program to the user needs. Current consumption is about 150mA (depending on the brightness and information presented).

PCBs were made in thermal transfer method. Cables were protected with glue to prevent them from damage, the same as capacitors.

Pictures:



Link to original thread (useful attachment) - Matryca diodowa 8x32 RG, automatyczna zmiana jasności
 

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top