Author |
Message |
Topic: Questions on implementing TDMA |
raptorman
Replies: 1
Views: 4653
|
Forum: General CCS C Discussion Posted: Sat Aug 10, 2013 2:24 pm Subject: Questions on implementing TDMA |
I'm trying to implement some sensors on SBUS2 for my RC hobby. I program for a living but only in iOS and Visual Studio. I dont expect any code, just some suggestions on implementing the design. I' ... |
Topic: Serial Port not working on Pic18 explorer board |
raptorman
Replies: 7
Views: 10721
|
Forum: General CCS C Discussion Posted: Sun Jan 06, 2013 8:28 am Subject: Serial Port not working on Pic18 explorer board |
NOPLLEN solved the problem. Thanks everybody for your help. |
Topic: Serial Port not working on Pic18 explorer board |
raptorman
Replies: 7
Views: 10721
|
Forum: General CCS C Discussion Posted: Sat Jan 05, 2013 4:53 pm Subject: Serial Port not working on Pic18 explorer board |
I'm running at 5v. So I tried hyperterminal connected using a Sparkfun FTDI running at 5V. Connected the gnd,tx,rx on the ftdi to gnd, tx to rg2 and rx to rg1. Typed a 1 and I received a 0x80h in t ... |
Topic: Serial Port not working on Pic18 explorer board |
raptorman
Replies: 7
Views: 10721
|
Forum: General CCS C Discussion Posted: Sat Jan 05, 2013 3:25 pm Subject: Serial Port not working on Pic18 explorer board |
Hi,
I'm trying to use UART2 on the PIC18 Explorer board. I'm hooking up a EM-406 GPS TX to PIN_G2, 5v, GND on the board. I set a breakpoint in my ISR_RDA2 and it gets there meaning the GPS is tra ... |
Topic: Trying to get the Ext INT working |
raptorman
Replies: 6
Views: 7847
|
Forum: General CCS C Discussion Posted: Tue Nov 17, 2009 10:36 pm Subject: Trying to get the Ext INT working |
Well that makes sense where the portb int worked and its ttl and not st like the ext int. Ran it at 4v and it works like a charm. I also changed it to 4mhz in the #use delay. Thanks for your help! |
Topic: Trying to get the Ext INT working |
raptorman
Replies: 6
Views: 7847
|
Forum: General CCS C Discussion Posted: Tue Nov 17, 2009 9:44 pm Subject: Trying to get the Ext INT working |
No its running a crystal at 4Mhz, real hardware. Would that only effect my delay loops? 5 volts, V4.099. |
Topic: Trying to get the Ext INT working |
raptorman
Replies: 6
Views: 7847
|
Forum: General CCS C Discussion Posted: Tue Nov 17, 2009 7:13 pm Subject: Trying to get the Ext INT working |
Just trying to measure a positive going pulse of 1.5ms, 0v to 3.2v using the Ext Int on RB0. I get one INT on the rising edge and thats it. At first I could not get any INT until I set RB0 to an inp ... |
Topic: Explorer 16 question |
raptorman
Replies: 1
Views: 4788
|
Forum: General CCS C Discussion Posted: Fri Apr 25, 2008 10:29 am Subject: Explorer 16 question |
What is the purpose of no load resistors? For example on the Explorer 16 R54 is a no load. From what I see R54 is connected on one side to the 3.3v RF7 and the other side to the 5v RF7_E where the v ... |
Topic: Problem with 16F917 and External clock source |
raptorman
Replies: 5
Views: 6901
|
Forum: General CCS C Discussion Posted: Sun Mar 09, 2008 4:35 pm Subject: Problem with 16F917 and External clock source |
Thanks pcm programmer. I get the big picture now. It always helps to read the manual again. I always have used 44780 style lcds until getting this board. Something new is always a challenge.
... |
Topic: Problem with 16F917 and External clock source |
raptorman
Replies: 5
Views: 6901
|
Forum: General CCS C Discussion Posted: Sun Mar 09, 2008 4:21 pm Subject: Excellent! |
Thanks for taking a look at my problem.
I didn't notice a reply until I posted the last message.
What do you think about being able to add what segments you want to use and not enabling them all ... |
Topic: Problem with 16F917 and External clock source |
raptorman
Replies: 5
Views: 6901
|
Forum: General CCS C Discussion Posted: Sun Mar 09, 2008 4:19 pm Subject: It related to the LCD segments |
This is the setup for the lcd:
setup_lcd( LCD_INTRC | LCD_MUX14 | LCD_BIAS_PINS, 0);
Well I can make the counter and the LCD work by doing the following:
#BIT LCDSE1 = 0x11D.2
LCDSE1 = 0;
The a ... |
Topic: Problem with 16F917 and External clock source |
raptorman
Replies: 5
Views: 6901
|
Forum: General CCS C Discussion Posted: Sat Mar 08, 2008 5:40 pm Subject: Problem with 16F917 and External clock source |
I'm using the Microchip Picdem Mechatronics board and CCS V4.068. I'm trying to use the lcd display along with Timer1 and an external source on T1CKI. I'm trying to measure the time between pulses f ... |
|