I could get Arduino Pro Mini up and running ! what next ?
My goal is to educate myself about programming Arduino.
What setup do I need for learning Arduino programming further ?
(currently I have breadboard, Arduino Pro Mini, FTDI board etc..)
I would like something in which Arduino communicates with my PC.
But any other ideas are ok. I am stuck at "what next ?" type of question in my head.
What type of programmes should I be writing (as a starter ) ?
What additional hardware should be buying to learn Arduino further ?
(I have bought Arduino Pro Mini, FTDI board etc..so far)
If I was you, I would work though the tutorials at http://arduino.cc/en/Tutorial/HomePage as they give you a really good range of understanding as well as being really practical and easly ajusted to fit your own projects.
I would like something in which Arduino communicates with my PC.
for this you should look at the many "Communication" tutorals on the link above, like http://arduino.cc/en/Tutorial/SwitchCase2 and read up on the Arduino Serial input/comunication
You should also download the Arduino Programming Notebook by Brian Evans as it really brakes down the code and helps you understand the basics (im rubbish at code, so this book is like my bible at the moment!)