Author |
Message |
Topic: Software int RDA with 12f675 |
ghostmanzero
Replies: 3
Views: 10323
|
Forum: General CCS C Discussion Posted: Tue Jun 06, 2017 12:06 pm Subject: Software int RDA with 12f675 |
Hi everyone, I'm working on a simple rf example. I want to design it as cheap as possible. rs232 communication is ok. But it looks like 12f675 doesn't support an rda interrupt. Because compiler didn' ... |
Topic: How can I drive a mosfet like a transistor |
ghostmanzero
Replies: 16
Views: 29472
|
Forum: General CCS C Discussion Posted: Wed Mar 15, 2017 10:39 am Subject: How can I drive a mosfet like a transistor |
10 meters flexible led strip :D it is not that much large i think one day I will to put everything in a box and throw them out because of these little mistakes :/ |
Topic: How can I drive a mosfet like a transistor |
ghostmanzero
Replies: 16
Views: 29472
|
Forum: General CCS C Discussion Posted: Wed Mar 15, 2017 7:12 am Subject: How can I drive a mosfet like a transistor |
THANK YOU SO MUCH. YOU'RE GREAT PEOPLE. I FOUND THE PROBLEM.
I was trying to drive it by using the high side :/ I connected the source to GND. And I put the load between drain and +12V power supp ... |
Topic: How can I drive a mosfet like a transistor |
ghostmanzero
Replies: 16
Views: 29472
|
Forum: General CCS C Discussion Posted: Tue Mar 14, 2017 9:31 am Subject: How can I drive a mosfet like a transistor |
You all are right but I used the irfz44n with Pic16f628a once . It was working well. But it didn't work this time :/ I don't know why but it didn't. So I thought that I should take some advice.
... |
Topic: How can I drive a mosfet like a transistor |
ghostmanzero
Replies: 16
Views: 29472
|
Forum: General CCS C Discussion Posted: Tue Mar 14, 2017 8:18 am Subject: How can I drive a mosfet like a transistor |
I want to drive a mosfet like it is a transistor I mean I don't want to use a driver circuit (for instance the circuit with npn and pnp transistors ) is there any kind of mosfets that I can connect ... |
Topic: ds1302 doesn't work properly. Can anyone help? |
ghostmanzero
Replies: 12
Views: 22608
|
Forum: General CCS C Discussion Posted: Mon Mar 13, 2017 5:23 am Subject: ds1302 doesn't work properly. Can anyone help? |
PROBLEM SOLVED
Thank you for answers
I think problem was with pull downs. As I said, I soldered pull downs and all I could see was 00/00/00 00:00:00.
After that, I tried another ds13 ... |
Topic: ds1302 doesn't work properly. Can anyone help? |
ghostmanzero
Replies: 12
Views: 22608
|
Forum: General CCS C Discussion Posted: Mon Mar 13, 2017 3:31 am Subject: ds1302 doesn't work properly. Can anyone help? |
I tried another 32.768 KHz. It didn't work. I removed the pull ups. And i soldered 4.7k resistors to sclk, rst and io as pull down. After this when I power it, now it shows
00/00/00
00:00:00
It d ... |
Topic: ds1302 doesn't work properly. Can anyone help? |
ghostmanzero
Replies: 12
Views: 22608
|
Forum: General CCS C Discussion Posted: Sun Mar 12, 2017 4:11 pm Subject: ds1302 doesn't work properly. Can anyone help? |
Your -91 problem with the ds1302 looks very similar to a ds1307
problem where it displays 25/45/-91 45:85:85 in this thread:
http://www.ccsinfo.com/forum/viewtopic.php?t=19926
The solution was to ... |
Topic: ds1302 doesn't work properly. Can anyone help? |
ghostmanzero
Replies: 12
Views: 22608
|
Forum: General CCS C Discussion Posted: Sun Mar 12, 2017 9:08 am Subject: ds1302 doesn't work properly. Can anyone help? |
Hi everyone. I have a problem about ds1302. I'm trying to make a circuit that i can turn on and turn off a led with pwm signal. I print the date and time on lcd.
My code. There are some words whic ... |
Topic: How does ESP8266 work with Pic16f877a? |
ghostmanzero
Replies: 10
Views: 24092
|
Forum: General CCS C Discussion Posted: Fri Mar 03, 2017 8:45 am Subject: How does ESP8266 work with Pic16f877a? |
My question still stands about what you actually want to 'do' with this?.
It's worth understanding just how complex some modern protocols actually are. If you look as simple RS232, most people here ... |
Topic: How does ESP8266 work with Pic16f877a? |
ghostmanzero
Replies: 10
Views: 24092
|
Forum: General CCS C Discussion Posted: Thu Mar 02, 2017 1:32 pm Subject: How does ESP8266 work with Pic16f877a? |
Thank you for the advice well I can use a 3v level pic in order to get over the that voltage difference . so What then? Am I gonna only use the TX and rx pins? I have worked with rf modules befo ... |
Topic: How does ESP8266 work with Pic16f877a? |
ghostmanzero
Replies: 10
Views: 24092
|
Forum: General CCS C Discussion Posted: Thu Mar 02, 2017 8:29 am Subject: How does ESP8266 work with Pic16f877a? |
Hi everyone, I'm trying to build a circuit that can comunitacate with WiFi and send two simple data from pic circuit to a port(pc port which is connected to the same network)
I have been working o ... |
|