Actions

Difference between revisions of "Main Page"

From Just in Time

Line 13: Line 13:
 
Although almost each project could be done with an SX as well as a specific PIC chip, the approach and philosophy between both is quite different. Look at the [[differences between the SX and the PIC]] we found (on the internet) and discovered (ourselves) between the two competitors.  
 
Although almost each project could be done with an SX as well as a specific PIC chip, the approach and philosophy between both is quite different. Look at the [[differences between the SX and the PIC]] we found (on the internet) and discovered (ourselves) between the two competitors.  
  
A very useful utility for programming timing loops is [http://www.mnsi.net/~boucher/picloops.html PicLoops]. It works for SX as well as PIC, though it seems SX timing is not calculated correctly for SX in Turbo mode (contrary to the info on the webpage) - using 4 times the real clock frequency might help.
+
A very useful utility for programming timing loops is [http://www.mnsi.net/~boucher/picloops.html PicLoops]. It works for SX as well as PIC.
  
 
===Tutorial===
 
===Tutorial===

Revision as of 09:17, 28 August 2006

JustInTime Project Pages

You'll find some descriptions of SX and PIC projects on these pages.

Projects

Programming

For newer PICs, the picprog programmer needs to be Modified. SX chips should best be programmed with the SX-Key or the SX-Blitz.

Although almost each project could be done with an SX as well as a specific PIC chip, the approach and philosophy between both is quite different. Look at the differences between the SX and the PIC we found (on the internet) and discovered (ourselves) between the two competitors.

A very useful utility for programming timing loops is PicLoops. It works for SX as well as PIC.

Tutorial

As there are many, many tutorials about PICs on the internet, and the SX is very well documented by Parallax, we won't be serving another one here.

Reminder to the maintainers: more documentation is in the WikiDocumentation pages.