Author |
Message |
Topic: Mach 3 chip support question |
Arizona Chris
Replies: 2
Views: 9020
|
Forum: General CCS C Discussion Posted: Sat Sep 14, 2019 1:16 pm Subject: Mach 3 chip support question |
Hello, we are finally considering purchase of the full $600 version of the compiler to be able to do all the PIC chips. We also use the mach 3 programmer. Can I upgrade for free the list of chips is ... |
Topic: How to change Bit 0 of AFPCON register? |
Arizona Chris
Replies: 2
Views: 10370
|
Forum: General CCS C Discussion Posted: Sat Aug 18, 2018 1:35 pm Subject: How to change Bit 0 of AFPCON register? |
Hey, that worked perfect! I actually "discovered" the registers tab on ccs, and used the 11D code instead, but now really understand what these commands are all about. Thank you once again ... |
Topic: How to change Bit 0 of AFPCON register? |
Arizona Chris
Replies: 2
Views: 10370
|
Forum: General CCS C Discussion Posted: Sat Aug 18, 2018 10:53 am Subject: How to change Bit 0 of AFPCON register? |
Hello All,
You guys have been a great help to me in past years, so I am hoping you can help me out with this one. I have a PIC12F1840 chip (8pin) which allows you to change the pin out of CCP1 fro ... |
Topic: Can UART interrupt a delay_ms() ?? |
Arizona Chris
Replies: 2
Views: 9637
|
Forum: General CCS C Discussion Posted: Fri Mar 23, 2018 6:22 am Subject: Can UART interrupt a delay_ms() ?? |
Thanks! Ill set up a test to confirm the interrupt works during a long delay. |
Topic: Can UART interrupt a delay_ms() ?? |
Arizona Chris
Replies: 2
Views: 9637
|
Forum: General CCS C Discussion Posted: Thu Mar 22, 2018 8:39 pm Subject: Can UART interrupt a delay_ms() ?? |
Simple question, I'm sending a byte serially to my PIC12F1840 to the UART port, and will have an ISR routine perform a task with the received number. But in the main program, if I am running a delay_ ... |
Topic: Perplexing Serial comm issue with Pixy Cam |
Arizona Chris
Replies: 9
Views: 18166
|
Forum: General CCS C Discussion Posted: Sun Apr 30, 2017 4:56 pm Subject: Perplexing Serial comm issue with Pixy Cam |
Thanks again for more very helpful advice. This is an idea I will try as well. The camera sends 50 frames per second, and in each frame - if there is any thing in the field that has the color (red i ... |
Topic: Perplexing Serial comm issue with Pixy Cam |
Arizona Chris
Replies: 9
Views: 18166
|
Forum: General CCS C Discussion Posted: Fri Apr 28, 2017 11:48 am Subject: Perplexing Serial comm issue with Pixy Cam |
Thanks for your input asmboy, although I have done a lot of serial work over the years with camera systems at work, they only require short bursts of 232 data intermittently to do their thing. Most ... |
Topic: Perplexing Serial comm issue with Pixy Cam |
Arizona Chris
Replies: 9
Views: 18166
|
Forum: General CCS C Discussion Posted: Fri Apr 28, 2017 9:25 am Subject: Perplexing Serial comm issue with Pixy Cam |
Jay and PCM, by adding "ERRORS" to the USE232 directive, it doesn't lock up for short bursts of data now, but long continuous runs of data it lasts a few seconds then returns only zeros.
... |
Topic: Perplexing Serial comm issue with Pixy Cam |
Arizona Chris
Replies: 9
Views: 18166
|
Forum: General CCS C Discussion Posted: Thu Apr 27, 2017 9:30 pm Subject: Perplexing Serial comm issue with Pixy Cam |
Hi all,
I rarely visit this discussion forum because I have not had too many issues with CCS C. (I do post lots of stuff on the Library).
This one has me beating my head against the wall for da ... |
Topic: An automated LED Plant Light using the PIC12F1840 |
Arizona Chris
Replies: 0
Views: 21311
|
Forum: Code Library Posted: Sun Nov 13, 2016 12:54 pm Subject: An automated LED Plant Light using the PIC12F1840 |
My most recent project uses this wonderful 8 pin PIC that does nearly anything. If you havent looked at this device, then spend some time and check it out.
This project essentially is a bright r ... |
Topic: 3W RGB flashlight project |
Arizona Chris
Replies: 0
Views: 21888
|
Forum: Code Library Posted: Sat Oct 08, 2016 3:21 pm Subject: 3W RGB flashlight project |
How bout that, a project that has nothing to do with robotics. ;) This started when I found I had three 12F675 processors left in my drawers, and I had to design a project to use them up. I now use ... |
Topic: A color sensor for Robotics |
Arizona Chris
Replies: 0
Views: 22141
|
Forum: Code Library Posted: Thu Aug 18, 2016 4:01 pm Subject: A color sensor for Robotics |
Introduction:
Here is my first attempt at a device which measures the color of a flat surface below the sensor, and bins it into Red, Blue, Green, White or Black. The purpose is to mount this sens ... |
Topic: Flashing thermometer for security camera monitoring |
Arizona Chris
Replies: 1
Views: 26253
|
Forum: Code Library Posted: Fri May 27, 2016 8:50 am Subject: Flashing thermometer for security camera monitoring |
Heres a useful project which flashes the temperature on a bright LED and also uses a parallax LCD for readout. The idea is to be able to log on remotely to your in house web cams, and see what tempe ... |
Topic: Function too Large - Main (?) |
Arizona Chris
Replies: 4
Views: 12702
|
Forum: General CCS C Discussion Posted: Thu May 26, 2016 1:26 pm Subject: Main too large? |
Thanks Guys, I agree it is proper coding practice to use sub functions in main and not try to fit your entire program into one function. Our company policies on this are pretty standard, writing code ... |
Topic: Function too Large - Main (?) |
Arizona Chris
Replies: 4
Views: 12702
|
Forum: General CCS C Discussion Posted: Tue May 24, 2016 6:40 pm Subject: Function too Large - Main (?) |
HI all,
I run into this error message from time to time, and usually when I have a deadline to meet at work! Ive seen this come up with the ROM only at 35% sometimes, making it a real enigma. it ... |
|