Author |
Message |
Topic: Capacitive Touch Slider |
Kova
Replies: 2
Views: 3622
|
Forum: General CCS C Discussion Posted: Sat May 15, 2010 12:48 am Subject: Re: Capacitive Touch Slider |
Nobody? |
Topic: Capacitive Touch Slider |
Kova
Replies: 2
Views: 3622
|
Forum: General CCS C Discussion Posted: Sat May 01, 2010 2:35 pm Subject: Capacitive Touch Slider |
Hi all,
I want to build my first capacitive touch pic-project .
I read a lot of pdfs downloaded from Microchip (in particular AN1250), I want to handle the capacitive touch slider.
At the page 13 ... |
Topic: LCD 16x2 Powertip And IR code grabber |
Kova
Replies: 8
Views: 11876
|
Forum: General CCS C Discussion Posted: Fri Aug 28, 2009 4:49 am Subject: LCD 16x2 Powertip And IR code grabber |
Arghh Nothing
I have used another IR Detector (TSOP1138...active LOW)..But nothing!!
It doesn't work correctly :(...The code is no always recognized
I write another code but..nope :( not work
... |
Topic: LCD 16x2 Powertip And IR code grabber |
Kova
Replies: 8
Views: 11876
|
Forum: General CCS C Discussion Posted: Wed Aug 26, 2009 12:03 pm Subject: LCD 16x2 Powertip And IR code grabber |
Describe the incoming signal to the PIC. What is the frequency and
the duty cycle ? Or, if it's an irregular pulse stream, then what is the
minimum pulse width? Post a link to a document that ... |
Topic: LCD 16x2 Powertip And IR code grabber |
Kova
Replies: 8
Views: 11876
|
Forum: General CCS C Discussion Posted: Wed Aug 26, 2009 3:17 am Subject: LCD 16x2 Powertip And IR code grabber |
Is it now working ?
If not, then post what lcd driver you are using. Is it the Flex driver from
the Code library forum ? Or is it the CCS lcd.c driver ?
What is your compiler version ?
Wo ... |
Topic: LCD 16x2 Powertip And IR code grabber |
Kova
Replies: 8
Views: 11876
|
Forum: General CCS C Discussion Posted: Mon Aug 24, 2009 12:03 pm Subject: LCD 16x2 Powertip And IR code grabber |
You don't need this code. These modules are all disabled by default
upon power-on reset of the PIC. You don't need to do it again in code.
Delete all of the lines above.
Sure sorry, I writed th ... |
Topic: LCD 16x2 Powertip And IR code grabber |
Kova
Replies: 8
Views: 11876
|
Forum: General CCS C Discussion Posted: Mon Aug 24, 2009 11:31 am Subject: LCD 16x2 Powertip And IR code grabber |
Hi all,
I bought this LCD 16x2: PC1602AR-GSO-A
I read on the Powertip homepage that the display has the ST7066U controller (The ST7066U has pin function compatibility with the HD44780, KS0066 and ... |
Topic: Reading multi-bytes from an i2c slave - Wii Nunchuck |
Kova
Replies: 23
Views: 72180
|
Forum: General CCS C Discussion Posted: Sat May 30, 2009 2:14 am Subject: Reading multi-bytes from an i2c slave - Wii Nunchuck |
Shouldn't you be the one to do this ?
Naaa, It's not so.
I want only to know what are the "packets" that wiimote <--> interface have to send/receive.
The code is not a ... |
Topic: Reading multi-bytes from an i2c slave - Wii Nunchuck |
Kova
Replies: 23
Views: 72180
|
Forum: General CCS C Discussion Posted: Fri May 29, 2009 11:58 pm Subject: Reading multi-bytes from an i2c slave - Wii Nunchuck |
You've already gone through two units. I suggest you cut off the
connector and get it running.
Hi,
I have resumed this thread for a question.
I want to emulate the nunchuck or the classic wii c ... |
Topic: Bootloader USB |
Kova
Replies: 21
Views: 25951
|
Forum: General CCS C Discussion Posted: Fri Apr 17, 2009 12:43 am Subject: Bootloader USB |
Check this out. I personally use it.
http://www.ccsinfo.com/forum/viewtopic.php?t=36721
Sorry but it's necessary only to include the USB_BOOTLOADER.H file ?
Some example?
Bye |
Topic: PCM programmer 10,000 posts |
Kova
Replies: 21
Views: 17626
|
Forum: General CCS C Discussion Posted: Fri Feb 20, 2009 4:40 am Subject: PCM programmer 10,000 posts |
Thanks PCM |
Topic: developing a circuit as a floppy disc drive |
Kova
Replies: 3
Views: 4315
|
Forum: General CCS C Discussion Posted: Tue Dec 02, 2008 12:49 am Subject: developing a circuit as a floppy disc drive |
http://www.anonym.to/?http://jeanfrancoisdelnero.free.fr/floppy_drive_emulator/index.html#SDCARDFloppyemulator
Bye ;) |
Topic: PIC24/dsPIC® Compiler Comments |
Kova
Replies: 36
Views: 123672
|
Forum: General CCS C Discussion Posted: Sat Apr 05, 2008 9:42 am Subject: Re: Crashing code |
This also worked.
Ken
Hi Ken,
I have tried your code but it doesn't work on PCD 4.068 and Mplab 8.1.
Mplab return me always an access memory error on this istruction:
cTest = (Table[i].on);
... |
Topic: Struct on the dSPIC...Help! |
Kova
Replies: 1
Views: 4271
|
Forum: General CCS C Discussion Posted: Sun Mar 02, 2008 9:51 am Subject: Struct on the dSPIC...Help! |
Hi all,
I have posted some days ago a post in the "PIC24/dsPIC® Compiler Comments" section but I haven't still resolved my problem :(
I have some problems with DSPIC30F4013 (also tried wi ... |
Topic: PIC24/dsPIC® Compiler Comments |
Kova
Replies: 36
Views: 123672
|
Forum: General CCS C Discussion Posted: Tue Feb 12, 2008 1:18 am Subject: PIC24/dsPIC® Compiler Comments |
I have tried also with a DSPIC30F4013 and these are the errors:
CORE-E0004: Trap due to unimplemented FLASH memory access, occurred from instruction at 0x000100
CORE-E0004: Trap due to uni ... |
|