chipKIT® Development Platform

Inspired by Arduino™

What tutorials would you like to see?

Created Wed, 25 May 2011 07:03:49 +0000 by Charles


Charles

Wed, 25 May 2011 07:03:49 +0000

I am planning a few tutorials for the new boards in the coming weeks. What tutorials would you like to see? From beginner to more advanced?


funlw65

Wed, 25 May 2011 07:49:36 +0000

Well, as a hint, see on forum what problems people are facing. Or, look on Arduino community and see what projects are popular among users - projects which don't compile for pic32 using the source from Arduino.

  • how to set a complete and functional development chain (other than mpide);
  • PCF8583 usage;
  • IR (infrared) protocols;
  • CNC controller;
  • GPS logger,
  • Weather station;
  • etc.

These are the most searched on google. Anyway, somebody will have to check which http://arduino.cc examples are working on chipkit32 and concentrate in solving the ones which don't work, to avoid reinventing the wheel.

These things (and others) had to be solved by the chipkit development team before the release which in my opinion was a bad start.


nkcelectronics

Wed, 25 May 2011 14:07:05 +0000


John Pilgrim

Wed, 25 May 2011 16:25:57 +0000

direct IO access programming pic timers


jbeale

Wed, 01 Jun 2011 05:40:36 +0000

I'm also interested in the PIC32 functions which aren't available in the standard AVR Arduino. In particular, the timers and the input capture function.

The PIC32 family datasheet description of the Input Capture module at http://ww1.microchip.com/downloads/en/DeviceDoc/61122F.pdf is fine as far as it goes, but I'm still not sure how to implement some working code from within the Arduino-like environment. Seems like a significant amount of register setup is required in any case.


Addidis

Fri, 03 Jun 2011 16:51:30 +0000

Second +1


MrUmunhum

Sun, 05 Jun 2011 00:38:53 +0000

How to interface a USB camera


MrUmunhum

Sun, 05 Jun 2011 18:26:13 +0000

your system will not allow me to post, says to spammy.


leifaldrin

Sat, 18 Jun 2011 05:45:34 +0000

Posting tutorial for beginner to advance helps much.It would be easy to understand and follow.


leifaldrin

Sat, 18 Jun 2011 05:47:24 +0000

It would be very helpful to post the tutorial that i from beginner up to most advance. It will help much.


robotguy

Sat, 18 Jun 2011 10:06:30 +0000

I'd like to see a tutorial on the best way to create a proper shield for the Uno32 and Max32 boards. For instance, I am a hobby robot builder, and I'd like to know the best ways to take advantage of all the peripheral devices on both Uno32 and especially the Max32.

8-Dale


fabitencourt

Mon, 20 Jun 2011 00:23:47 +0000

I'm interested in using the usarts at other baud rates than 9600. Is it possible ? if it is possible, is it with all serial on Max 32. I'm particularly interested on 38400 at least on two of them.

Thanks.


TaraNami

Tue, 30 Aug 2011 03:47:04 +0000

Android to arduino with USB host


fiddler

Tue, 29 Nov 2011 07:32:07 +0000

A CAN Bus tutorial would come handy :-)


les1943

Tue, 13 Dec 2011 11:08:10 +0000

Step by step turning sketches into libraries pls.