[?] Subscribe To This Site

XML RSS
Add to Google
Add to My Yahoo!
Add to My MSN
Add to Newsgator
Subscribe with Bloglines


Click the link and
enter your password.

Course Testimonials
"Well, it took a long time and hundreds of searches to find a tutorial/course that really works.  I find this course to be by far, the best.  Anyone can learn to program the PIC microcontroller quickly.

Greg E.


lexicon <at> clearwire.net



"This course is a comprehensive coverage of the C language as applied to the PIC microprocessor.  This course covers many aspects of the C language and I highly recommend it to anyone looking for a good introduction to the PIC microprocessor."

Don Anstedt

P.S. The only CON is that it ended to quickly.



"Actually writting a working program in the first lesson is more than most courses I've seen."


- Jon
jswinehart <at> powermate.com


"I learned a lot of
new things
from your course"

- Pravin
44.pravin <at> gmail.com


"Informative, comprehensive, well presented."

- Thomas

cymilthomas <at> gmail.com



"A really

comprehensive
course for begginners"

- Sheraz
sheraz43 <at> gmail.com

It gives deep yet simple [to understand]
knowledge about c and microcontrollers
for beginners.

Ahmad  

ammarei <at> hotmail.com



"Very good tutorial for

starting in
MicroC and PIC
microcontrollers !"
- Maksim
msurguy <at> gmail.com

"I searched for this
type of tutorial in so many sites.

Now I have Found it and it is  very easy thanks very much"
- Paramod
pramodg.menon <at> yahoo.co.in

"I have read the
entire
C Course

and I love it
."
- Justin
cooljustinr<at>yahoo.com

"Your teaching approach for C for PIC is remarkable, apt, clear and straight forward.

I recommend it to everyone intending to work with PIC for a stressfree adventure. Thanks for the effort.
"
- Thompson
realwealth_electrics
<at>yahoo.co.uk

"No word to say for the excellence
of this module.

It is really a
 fantastic course for the beginner
."
- Vikas Tomar
 tomar_rkgit
<at>indiatimes.com






"This unique PIC Microcontroller
C Programming Course
Gives YOU the Knowledge
To Create
Fully Working Projects Truly Easily"


Hi, I'm John Main, 

If you need a Great Start in microcontroller C programming then this is the:

'Ideal Course For You"

PIC C Microcontroller C programming Course

It teaches you 

C programming by executing  fully debugged code on  

'real hardware'.

Why this course?

This course:

  • Teaches fundamentals of *practical* C programming.
  • Starts from the very beginning - no coding experience needed.
  • Starts you using hardware in the very first course module.
  • You will learn the theory and then *see* the code in action.
  • You will understand how and why the C code works.


You will Learn C easily

One module a day.

You don't learn too much at once as passwords to the course pages are sent once per day so you will learn C in easy stages

Each module has been tested and fully debugged on hardware so it's guaranteed to work.


Testimonial

"Well, it took a long time and hundreds of searches to find a tutorial/course that really works.  I find this course to be by far, the best.  Anyone can learn to program the PIC microcontroller quickly.

Rating 1 Excellent


Greg E.

lexicon <at> clearwire.net

Learn how you can Create a Full project

The final project (a curve tracer) shows you how to create a full C project including:

  • Digital I/O.

  • RS232 input and output.

  • Digital to Analogue conversion (DAC) using PWM technique.

  • Analogue to Digital conversion (ADC) using internal 10bit ADC.

The project shows you the process of creating a project and you will understand exactly how to create it and how it is designed.



Testimonial

I really like the tutorial
good for a beginner.

Rating 2 Very Good

Sudam

sudamkakre <at> rediffmain.com


Why use C in your projects?

Once you have learned C 

you can use it in all your projects 

and it's much easier than assembler.  

Using C:

  • is a more efficient use of your time.
  • allows you to focus on the problem not the language used.
  • Gives you a new skill that you can use in industry.

Here's why C is a better choice:

Would you rather read this? Open assembler code [opens new window] Assembler code example
Or this ?

   i = 0;
   while(i<10) {
      PORTB = i;
      i = i +1;
   }

C source code example

Note: The above C source code generated the assembler output shown - they are exactly equivalent!

I know which I prefer:

The assembler is impossible to read and about 30 lines! 

...but the C source code is easy to read and only 5 lines!

When you use C:

  • It is easier to read than assembler.
  • You use less coding than assembler.
  • It lets you create projects more quickly (less code writing).
  • It is structured (you will easily see the operation of the code).

You can re-use code from other projects (or the web), so don't start from scratch each time and its already completely tested.


Testimonial

Thank you for the clear and concise
writing style. It is very easy to
follow and a good place to start.

Rating: 2 Very Good

Tim

timandjan <at> rogers.com

-------------


-------------


Module Summary


Module 1: C Structure. - The basics of a C programming.

Module 2: Operators and expressions. - Doing maths.

Module 3: Variables and conditionals - Storing  information.

Module 4: Arrays and 'while' loops - repeating tasks.

Module 5: Using functions - simplyfing code into reusable blocks.

Module 6: Using an RS232 port.

Module 7: local static variables, scope - improving code operation.

Module 8: State machines - Easily control code operation.

Module 9: Multiple arguments - using information.

Module 10: Structures, casting & PWM - organizing information.

Module 11: Multiple file structure - managing bigger programs.




What are the other course features ?

  • Microcontroller
The course uses a modern microcontroller the 16F88 which has six internal peripherals including a USART, ADC and a PWM generator.  

The 16F88 a very good choice for all kinds of projects.

This course is a great introduction to this powerful processor.

-------------
  • Videos

Two Videos show you how to setup and use the programmer and compiler.

With these videos you will learn the applications before you use them for 'real'.


-------------
  • Source code view
A separate source code window shows the code while you read the course notes.

-------------

Testimonial

A very good tutorial for starting in
MicroC and PIC microcontrollers !

Rating: 1 Excellent

Maksim

msurguy <at> gmail.com


  • Incremental circuits
Each project is built up incrementally so you can easily make the project work as there is code to test out each circuit at each stage.

-------------
  • Downloadable Hex and source code
Hex file included: "Ready Immediately"  
Program the 16F88 immediatlely

Source and project files: "Ready Immediately"
 Edit and change the project for your own use.

-------------
PIC Microcontroller C reference book
  • C Reference Manual

The free bonus C reference manual contains practical advice (that you won't find anywhere else) for using the PIC microcontroller as well as C syntax examples.






-------------


What is this course worth ?




Testimonial

Thank you for a very well written C course. I have read the course material and a lot of what I have been trying to learn is making sense after seeing the way it is used in real life.

Rating: 1 Excellent
William Thorsen
billthorsen <at> sbcglobal.net


Testimonial

Awesome tutorial! Thanks Mr.John!!!

It's really very easily understandable!

"Any one with a Zero
Knowledge of C
Can Learn the Modules
 from this Site!"


Rating: 1 Excellent
R.Prem Sunder
prem.eie <at> gmail.com


PIC Microcontroller Reference manual (included)
$24.95
Full C programming course (included) $99.95

C Course Number of pages :  114 Pages 
Reference manual number of pages :   64 Pages
Total pages :  178 Pages

Video Tutorial 1 (included) $14.95
Video Tutorial 1 (included) $14.95
Fully debugged circuits guaranteed to work (included) $29.95
Total $184.75

$ 67.00

PIC Microcontroller C programming course:ONLY $67.00


That's a Massive Saving (Over $100).


Why am I selling it at this price?

There are several reasons.  

Number one: This is a Fully Digital Product .

There's no postage, shipping or components included in the price - this significantly reduces the cost to you.

Number two: This Course Works.

I know this course works and I want as many people as possible to benefit.

Number three: This is an Introductory Offer.

The price could go up at any time so order the Course within the next 24 hours to ensure you can still get it at the above price.

 

30 Day Trial 

100% RISK FREE


Order your C Course now and try it for 30 days. If you decide that you haven't
learned anything from this course after 30 days...

I'll Return Your Money.

ALL OF IT !

 I'm so certain you'll benefit from using C course, that I give a 100% guarantee.

 


It can not stay at this Introductory price for long so

Programming PIC Microcontrollers in C

CLICK The button Now...
To add the PIC C Course...for Only $ 67.00 ...



Note: You can get the course immediately (you don't need to open a PayPal account) - PayPal can be used with just a credit card.

There's an option to just use the CC without needing to set up your own PayPal account.
Solution Graphics

Extra: I have just completed a new ebook which will help you write complex code.

It's "State Machine Secrets".  

This Ebook will allow you to create complex code by using state machines - I show you the exact method I use to make complex code

Although the C Course does touch on this topic the ebook goes into great detail showing you two projects (fully debugged on hardware) that will really make your complex projects a snap.

Note: I got stuck at one point on how to detect a double click on a keypad and used my own techniques in the ebook to sort it out! - sometimes you can get stuck writing code and its useful to have a Proven Process to follow.

Just Click 'Add To Cart' to buy it now: Only $19.95

Note: There's no waiting around for this course you can start it as soon as you pay.

As soon as you purchase you will automatically receive a download link which is sent to your paypal email address.  This system is fully automated so you can buy even if it's 3am!

In most cases this is instantaneous but if you do not get this email within 10 minutes ...just Contact Me.

There is no need to wait days to do this
so please contact me if you have any problems
and I will resolve them Guaranteed.


PIC Microcontroller C reference book
  
Includes  

"The PIC Microcontroller
C Reference Manual"
 

"I am PayPal verified which means your purchase is secure"

(You can see the verification details 
when you order at PayPal)

CLICK The 'Add to Cart' Button...


P.S. Many people are finding the course Extremely Useful and
are learning C easily...

P.P.S. Stop using assembler

and Stop wasting time - Learn C now and...

      ...find out how easy it is to create projects in 1/10th the time.

P.P.P.S. Order within the next 24 Hours before...

...this Amazing Course goes up from the introductory price;

 "Remember - It's guaranteed "Risk FREE".


Return to top of page

  Best Microcontroller projects.