2 Question about Robotics and C++
hi guy's first of all i like to thanks all of you who help me in my c++ exam I got a Disction ,
I am currently working on my hobby project which is mainly building robots
my first question is
1) can i program PIC16 please visted www.microchip.com
using C or C++( state which one please) if so what are the libraries that i need to use.
2) I have a handheld Pocket PC 2002 can i use C/ C++ on this device ie can i program or write application for this device if so what do i need
if(Microcontrollers + C/C++ == OK) do_it();
WDQ,
You can definitely program PIC microcontrollers with C/C++. Unfortunately, my experience is mainly with other µC families.
You might want to find a suitable microcontroller and then look for a compiler. One of the best ways to get started with real-time control software is to invest in a starter kit for a µC. The starter kit will come with a board, download software and demo-versions of various compilers all wrapped up in an easy to use form.
Try to invest in a starter kit if your budget will allow this. You will not need any libraries for getting started in real-time control software. The hardest thing is jmp _main and then toggling a port. With that in the bag you're up and running.
It might be an interesting experience to really write hardware-near software. For me it is a rich career.
We really liked these books:
http://www.amazon.com/exec/obidos/tg...books&n=507846
http://www.amazon.com/exec/obidos/tg...glance&s=books
Good luck.
Chris.