Author |
Message |
Topic: Help with CNC machine design from cero.... firmware develop |
mmprestine
Replies: 4
Views: 13696
|
Forum: General CCS C Discussion Posted: Tue Oct 07, 2014 10:51 am Subject: Help with CNC machine design from cero.... firmware develop |
Just to get an idea of how complex a G-code interpreter is take a look at this open source project.
http://smoothieware.org/
https://github.com/Smoothieware |
Topic: MPLAB-X |
mmprestine
Replies: 18
Views: 26459
|
Forum: General CCS C Discussion Posted: Fri Jan 28, 2011 9:55 pm Subject: MPLAB-X |
It still is beta but sure looks like it will be nice.
http://www.microchip.com/en_US/family/mplabx/index.html |
Topic: MPLAB-X |
mmprestine
Replies: 18
Views: 26459
|
Forum: General CCS C Discussion Posted: Fri Jan 28, 2011 9:53 am Subject: MPLAB-X |
Has anyone integrated CCS to the new MPLAB-X? |
Topic: General purpose C compiler |
mmprestine
Replies: 17
Views: 18154
|
Forum: General CCS C Discussion Posted: Wed Sep 30, 2009 10:47 am Subject: General purpose C compiler |
Just download one of the Visual Studio Express editions from Microsoft. They will do everything you need for free.
http://www.microsoft.com/express/product/ |
Topic: pid control with pwm output |
mmprestine
Replies: 7
Views: 36237
|
Forum: General CCS C Discussion Posted: Tue Sep 08, 2009 7:15 am Subject: pid control with pwm output |
Did you read the article "PID Without a PhD" that was posted with the sample code? |
Topic: simple receiver code |
mmprestine
Replies: 6
Views: 5976
|
Forum: General CCS C Discussion Posted: Wed Aug 26, 2009 8:40 am Subject: simple receiver code |
Good grief! Use google and do some research, these modules have been used many times by others.
It just so happens that I have used these exact modules and have had the exact issue. Turns out that ... |
Topic: Anyone written a simple PID routine for a PIC??? |
mmprestine
Replies: 10
Views: 39361
|
Forum: General CCS C Discussion Posted: Thu Apr 02, 2009 1:16 pm Subject: Anyone written a simple PID routine for a PIC??? |
here is what was posted in the past. try the search.
http://www.ccsinfo.com/forum/viewtopic.php?t=32995&highlight= |
Topic: PCM programmer 10,000 posts |
mmprestine
Replies: 21
Views: 19743
|
Forum: General CCS C Discussion Posted: Fri Feb 20, 2009 8:34 am Subject: PCM programmer 10,000 posts |
Great contributions over the years! |
Topic: Any suggest, if I want a all round prototyping board? |
mmprestine
Replies: 5
Views: 6527
|
Forum: General CCS C Discussion Posted: Tue Nov 25, 2008 8:51 am Subject: Any suggest, if I want a all round prototyping board? |
Check Futurlec:
http://www.futurlec.com/LCDDisp.shtml
http://www.futurlec.com/PIC18F4550_Board.shtml |
Topic: suggest a PIC development board with the following features: |
mmprestine
Replies: 8
Views: 10246
|
Forum: General CCS C Discussion Posted: Thu Aug 14, 2008 7:52 am Subject: suggest a PIC development board with the following features: |
This might fit the bill.
Matt
Board
http://www.futurlec.com/PIC18F4550_Board.shtml
RS232 cable and LCD with cable
http://www.futurlec.com/DevBoardAccessories.shtml
total: $61.30 |
Topic: pid control with pwm output |
mmprestine
Replies: 7
Views: 36237
|
Forum: General CCS C Discussion Posted: Wed Dec 12, 2007 8:41 am Subject: pid control with pwm output |
here is a good reference
PID.c
#include <18F452.h>
#device *=16 ADC=10
#use delay(clock=20000000)
#use rs232(baud=38400,xmit=PIN_C6,rcv=PIN_C7)
#include "P ... |
Topic: 12F683 PIN_A3 |
mmprestine
Replies: 1
Views: 3649
|
Forum: General CCS C Discussion Posted: Thu Oct 18, 2007 10:39 am Subject: 12F683 PIN_A3 |
Guess I should have read the data sheet a bit more closely. GPIO3 is only configurable as a general purpose input or as a Master Clear with weak pull-up. |
Topic: 12F683 PIN_A3 |
mmprestine
Replies: 1
Views: 3649
|
Forum: General CCS C Discussion Posted: Thu Oct 18, 2007 9:53 am Subject: 12F683 PIN_A3 |
I am looking to use PIN_A3 on a 12f683 as an output and seem to be missing somthing in the setup. When I compile the following code and run it in the MPLAB sim it never toggles. I have searched the ... |
Topic: What language do you use for PC-side programs? |
mmprestine
Replies: 18
Views: 25428
|
Forum: General CCS C Discussion Posted: Thu Oct 18, 2007 8:27 am Subject: What language do you use for PC-side programs? |
First and foremost I go with Java. The NetBeans IDE is very nice and free. NetBeans.org. Many books directly support it for learning.
Second and final choice is the not so favored Visual Studio. ... |
Topic: [OT] 433MHz remote measurement modules |
mmprestine
Replies: 6
Views: 7947
|
Forum: General CCS C Discussion Posted: Sun Aug 26, 2007 7:16 pm Subject: [OT] 433MHz remote measurement modules |
These are great modules for your project.
http://www.sparkfun.com/commerce/product_info.php?products_id=155 |
|