Monthly Archives: March 2013

DSETA board, a CPU based on the Atmel AT89C51RE2

DSETA CPU based on AT89C51RE2 ATMEL microcontroller

In my last projects, I always use the same CPU. DSETA board, I say in the posts. Well, here it is, a CPU based on the AT89C51RE2 microcontroller from Atmel. I develop this board for some reasons. The first and main one is because I want to have a small board with a great (an known) 8-bit microcontroller, ready to use and with many of the peripherals I usually use. The other reason is that I want to test the PCB service from Seeedstudio, a PCB manufacturer from Shenzhen, China. Here are the results. Continue reading

  • Twitter
  • del.icio.us
  • Digg
  • Facebook
  • Technorati
  • Reddit
  • Yahoo Buzz
  • StumbleUpon

How to interface 8 LCD displays and 24 leds with only two wires

DSC01259

A couple of weeks ago, I just post a review of my MCP23017 breakout board. As the board configuration allows to connect up to 8 of these boards, I decided to do it and see that it really works. My goal is interface 8 LCD displays with two wires: SDA and SCL from an I2C bus. With direct IO`s of a microcontroller, you need at least 48 lines to control all the displays. With this option (and a little of software, of course), you can do this with only two lines.

Continue reading

  • Twitter
  • del.icio.us
  • Digg
  • Facebook
  • Technorati
  • Reddit
  • Yahoo Buzz
  • StumbleUpon