bloody-orc
New Member
As I see from a n umber of threads Krumlink, you have too much time on your hands. Too much free time that is. Lets change that 
Under this thread I would like everyone to post a project to keep our little friend busy
I'll start:
As I understand you are starting with microcontrollers. Sadly I think you have gone the wrong way (PIC way not AVR way). Oh well...
Anyhow, no matter what controller you are using, you need some equipment to play with or debug your future projects with.
First thing I would imagine is to build yourself a nice test board. To test all kinds of peripherals. This will educate you in programming and in electronics. Select one PIC with all the gadgets (well most of them at least), consult with us on the selection and then start adding peripherals. I'll make a small list on what you should consider.
1) LED sinking to output
2) LED sourcing from output
3) Pushbutton from Vcc
4) Pushbutton to GND
5) potentiometer
6) Light dependent resistor
7) IR sensor (the three legged version with amplifier and demodulator built inside)
8) 4bit character LCD
9) 7segment display
10) 74HC595 output multiplexer with 7segment LED display connected to the outputs
11) I2C EEPROM memory
12) Clock circuit
13) digital to analog converter (so that you can make sound). You can use both a chip or a resistor net to do that
14) NPN transistor circuit
15) PNP transistor circuit
16) FET circuit
17) relay circuit
18) as you are into robotics add a place, where you can connect your H-Bridge circuit, that you will assemble on a separate board so that you can use it on different robots.
19) ULN2804 so you can experiment with smaller unipolar stepper motors
20) small buzzer connected to your PICs PWM output
21) LED connected to PWM output of PIC (dimming)
22) MAX232 circuitry to connect your PC to the board (terminal)
23) KTY-81 thermostat (Termo resistor, or whatever).
24) Something with 1Wire connection. iButton or whatever (don't know, it's a PIC thing, so can't suggest anything certain)
25)... I think others can add something to the list.
I know this list seems long and it will burn quite a big hole to your wallet, but remember, this is a one time investment to the future! You buy everything once and you will be busy for a year or two learning how to use it all and writing libraries for everything. button debouncing, 7segment displays, LCD routines etc etc etc.
So good luck! I'm certain, that you can ask help from us with this board. Just remember: "Certain questions give you good answers!"
So I wish you good luck
Rain aka Bloody
Under this thread I would like everyone to post a project to keep our little friend busy
I'll start:
As I understand you are starting with microcontrollers. Sadly I think you have gone the wrong way (PIC way not AVR way). Oh well...
Anyhow, no matter what controller you are using, you need some equipment to play with or debug your future projects with.
First thing I would imagine is to build yourself a nice test board. To test all kinds of peripherals. This will educate you in programming and in electronics. Select one PIC with all the gadgets (well most of them at least), consult with us on the selection and then start adding peripherals. I'll make a small list on what you should consider.
1) LED sinking to output
2) LED sourcing from output
3) Pushbutton from Vcc
4) Pushbutton to GND
5) potentiometer
6) Light dependent resistor
7) IR sensor (the three legged version with amplifier and demodulator built inside)
8) 4bit character LCD
9) 7segment display
10) 74HC595 output multiplexer with 7segment LED display connected to the outputs
11) I2C EEPROM memory
12) Clock circuit
13) digital to analog converter (so that you can make sound). You can use both a chip or a resistor net to do that
14) NPN transistor circuit
15) PNP transistor circuit
16) FET circuit
17) relay circuit
18) as you are into robotics add a place, where you can connect your H-Bridge circuit, that you will assemble on a separate board so that you can use it on different robots.
19) ULN2804 so you can experiment with smaller unipolar stepper motors
20) small buzzer connected to your PICs PWM output
21) LED connected to PWM output of PIC (dimming)
22) MAX232 circuitry to connect your PC to the board (terminal)
23) KTY-81 thermostat (Termo resistor, or whatever).
24) Something with 1Wire connection. iButton or whatever (don't know, it's a PIC thing, so can't suggest anything certain)
25)... I think others can add something to the list.
I know this list seems long and it will burn quite a big hole to your wallet, but remember, this is a one time investment to the future! You buy everything once and you will be busy for a year or two learning how to use it all and writing libraries for everything. button debouncing, 7segment displays, LCD routines etc etc etc.
So good luck! I'm certain, that you can ask help from us with this board. Just remember: "Certain questions give you good answers!"
So I wish you good luck
Rain aka Bloody