Saturday, October 4, 2008

microchip pic platform v 1.0.0

having the idea of to build a easy platform for testing new electronic component i have designed the first platform board.this project will consist following major parts,

  • platform board
  • firmware for pic16f877A(or pic18f452)
  • vs2005.C# written software
for example if need to test digital pot i have to write a simple script on the host pc
then it will download that small script to the pic and pic will execute the script

for example script would be like (not decided the script stranded yet)

set_i2c_address(0xAA);
write_i2c(0x12,0x55);
a=read_i2c(0x14);
display(a);


so this would be a platform to taste new electronic items

following is the v 1.0.0 of the platform schematic. enjoy!

No comments: