Author |
Message |
Topic: Need help with SPI Digital Pot... |
uNO
Replies: 50
Views: 59948
|
Forum: General CCS C Discussion Posted: Wed Sep 06, 2006 12:22 am Subject: Need help with SPI Digital Pot... |
[email protected]
Thank you. |
Topic: 36Khz Square Wave on 16f628A |
uNO
Replies: 9
Views: 11897
|
Forum: General CCS C Discussion Posted: Tue Sep 05, 2006 1:05 pm Subject: Finally It works |
Without no more Ideas i started to replace all of the component on my testing circuit and replacing the crystal all started to work properly. I don't have great experience in building circuit but it's ... |
Topic: Need help with SPI Digital Pot... |
uNO
Replies: 50
Views: 59948
|
Forum: General CCS C Discussion Posted: Tue Sep 05, 2006 1:00 pm Subject: Working with digital Pot |
MAy I also have a copy of the adjustable current sink schematic that Ttelmah gave to iso9001 ? Thank you |
Topic: 36Khz Square Wave on 16f628A |
uNO
Replies: 9
Views: 11897
|
Forum: General CCS C Discussion Posted: Mon Sep 04, 2006 1:36 pm Subject: Still In troubles |
Thank you for your interest. The current to turn the Led On isn't flowing in the pic but on a transistor so the Mistake cannot be in the excessive current on the pic. The sensor works good with the Re ... |
Topic: 36Khz Square Wave on 16f628A |
uNO
Replies: 9
Views: 11897
|
Forum: General CCS C Discussion Posted: Sat Sep 02, 2006 4:02 pm Subject: Still not Working. |
I've Tryed to remove the wrong lines of code but it is still not Working. The cause cannot be the circuit considering that with the square wave generated by the ne555 it works fine. At this point I'm ... |
Topic: 36Khz Square Wave on 16f628A |
uNO
Replies: 9
Views: 11897
|
Forum: General CCS C Discussion Posted: Fri Sep 01, 2006 10:58 am Subject: 36Khz Square Wave on 16f628A |
I'm trying to obtain a 36khz square wave with a duty cycle of 50% on a Pic 16f628A clocked by an external crystal at 10Mhz.
This is the code that I'm Using
#include <16F628A.h>
#fuses ... |
Topic: #INT_SSP & #int_rb on 16f88 |
uNO
Replies: 1
Views: 3839
|
Forum: General CCS C Discussion Posted: Mon Nov 21, 2005 6:01 pm Subject: #INT_SSP & #int_rb on 16f88 |
Is it possible to use both kind of interruption: int_rb to handle the output of a sensor and int_ssp to handle hardware i2c on the pic 16f88 ?
Any ideas ? I don't want to take a bigger pic (with p ... |
Topic: i2c And pic 16f88 |
uNO
Replies: 3
Views: 8900
|
Forum: General CCS C Discussion Posted: Sun Nov 20, 2005 6:53 pm Subject: i2c |
Thank you PCM programmer, I removed the LVP flag.
I've found a solution, I've replaced the 4,7K with 10K pull-up resistors and used software i2c on the master
#include <16F88.h>
#fuses N ... |
Topic: i2c And pic 16f88 |
uNO
Replies: 3
Views: 8900
|
Forum: General CCS C Discussion Posted: Sat Nov 19, 2005 7:56 am Subject: i2c |
I made a mistake in my previous post , the file that I called EX_master.c is ex_extee.c.
I tried to use external clock, I'll get the output correctly on the screen via Serial port but always read F ... |
Topic: i2c And pic 16f88 |
uNO
Replies: 3
Views: 8900
|
Forum: General CCS C Discussion Posted: Fri Nov 18, 2005 2:13 pm Subject: i2c And pic 16f88 |
Hi, I'm Trying to exchange data between two 16f88 connected on a i2c Bus.
To make a try I just used the two files Ex_slave.c and Ex_master.c. I've modified it only to configure them to use the 16f88. ... |
|