Author |
Message |
Topic: Multi-meter connection to the ground and interruption |
qwwe
Replies: 7
Views: 20853
|
Forum: General CCS C Discussion Posted: Tue Feb 27, 2018 12:24 am Subject: Multi-meter connection to the ground and interruption |
Thank you for your answer.
I used digital ICs such as lm75, pic16f1829 and cd4066, analogs like the ad8572 and lm385, from the capacitance 0.1uf for the direction of the vcc to the ground.
I'm cur ... |
Topic: Multi-meter connection to the ground and interruption |
qwwe
Replies: 7
Views: 20853
|
Forum: General CCS C Discussion Posted: Mon Feb 26, 2018 1:06 pm Subject: Multi-meter connection to the ground and interruption |
I connected all the grounds in the circuit and tried to connect all to one point. My circuit is connected to a 5 volt power supply, and then using the regulators lm2576 and ams1117 3.3 V and 2 voltage ... |
Topic: Multi-meter connection to the ground and interruption |
qwwe
Replies: 7
Views: 20853
|
Forum: General CCS C Discussion Posted: Mon Feb 26, 2018 8:08 am Subject: Multi-meter connection to the ground and interruption |
Hello
I closed a circuit that works fine. In this circuit, I used an external interrupt, and from three a/d channels microcontroller pic16f1829. And the display used is the Nokia 5110. For that, I u ... |
Topic: Problem with LM75A NXP [Solved] |
qwwe
Replies: 5
Views: 15551
|
Forum: General CCS C Discussion Posted: Mon Jan 22, 2018 1:19 am Subject: Problem with LM75A NXP [Solved] |
problem solved .
In fact, I had forgotten to connect the lines of the address to the ground
Thankful |
Topic: Problem with LM75A NXP [Solved] |
qwwe
Replies: 5
Views: 15551
|
Forum: General CCS C Discussion Posted: Mon Jan 22, 2018 12:40 am Subject: Problem with LM75A NXP [Solved] |
I also used this driver lm75cim3.c like before, just this time it jumps from the actual temperature to 255.
Because, as I said, this driver does not show a negative. |
Topic: Problem with LM75A NXP [Solved] |
qwwe
Replies: 5
Views: 15551
|
Forum: General CCS C Discussion Posted: Sun Jan 21, 2018 11:39 pm Subject: Problem with LM75A NXP [Solved] |
I got an idea from lm75cim3.c to write this Program .
When I used exactly my own lm75cim3.c, I did not show the correct temperature, for example, -1 was 225.
That's why I applied the above changes t ... |
Topic: Problem with LM75A NXP [Solved] |
qwwe
Replies: 5
Views: 15551
|
Forum: General CCS C Discussion Posted: Sun Jan 21, 2018 2:09 pm Subject: Problem with LM75A NXP [Solved] |
Hello
I wrote a program for the lm75 sensor that works well in Proteus software.
But when it is in practice, the temperature displayed on the lcd some times jumps from the actual temperature to -1.
... |
Topic: Library for using nokia 5110 lcd ? |
qwwe
Replies: 22
Views: 42384
|
Forum: General CCS C Discussion Posted: Tue Dec 26, 2017 11:32 pm Subject: Library for using nokia 5110 lcd ? |
Mr. PCM programmer Do not you know what the problem is?
Thanks for help. |
Topic: Library for using nokia 5110 lcd ? |
qwwe
Replies: 22
Views: 42384
|
Forum: General CCS C Discussion Posted: Tue Dec 26, 2017 12:12 am Subject: Library for using nokia 5110 lcd ? |
Thanks to the problem solved with the following function.
nokia_bigc();
But the problem with the following function is still ongoing:
nokia_bitmap(rom *bitmap,bx,by,xdim,ydim,colo ... |
Topic: Library for using nokia 5110 lcd ? |
qwwe
Replies: 22
Views: 42384
|
Forum: General CCS C Discussion Posted: Mon Dec 25, 2017 2:19 pm Subject: Library for using nokia 5110 lcd ? |
I wrote two different programs for each one:
This app is for testing the following function
nokia_bitmap(rom *bitmap,bx,by,xdim,ydim,color,align)
#include <16f1829.h>
#devi ... |
Topic: Library for using nokia 5110 lcd ? |
qwwe
Replies: 22
Views: 42384
|
Forum: General CCS C Discussion Posted: Mon Dec 25, 2017 12:33 pm Subject: Library for using nokia 5110 lcd ? |
HI.AGAIN
I started this display with the way you said, but the following functions do not work:
How to use these two functions
nokia_bigc(c)
and
nokia_bitmap(rom *bitmap,bx,by,x ... |
Topic: Library for using nokia 5110 lcd ? |
qwwe
Replies: 22
Views: 42384
|
Forum: General CCS C Discussion Posted: Mon Dec 25, 2017 3:50 am Subject: Library for using nokia 5110 lcd ? |
I was able to launch it with this method.
Thank you very much |
Topic: Library for using nokia 5110 lcd ? |
qwwe
Replies: 22
Views: 42384
|
Forum: General CCS C Discussion Posted: Sun Dec 24, 2017 11:55 pm Subject: Library for using nokia 5110 lcd ? |
Yes, I know the proteus defects.
But now I just want to know how to use this driver that you put in someone and write the program.
Because there is some function inside this driver.
The driver is ... |
Topic: Library for using nokia 5110 lcd ? |
qwwe
Replies: 22
Views: 42384
|
Forum: General CCS C Discussion Posted: Sun Dec 24, 2017 11:04 am Subject: Library for using nokia 5110 lcd ? |
This lcd and microcontroller are in proteus. |
Topic: Library for using nokia 5110 lcd ? |
qwwe
Replies: 22
Views: 42384
|
Forum: General CCS C Discussion Posted: Sun Dec 24, 2017 9:56 am Subject: Library for using nokia 5110 lcd ? |
I do not understand how to use this driver. Do I have to turn myself on spi.
Like the code below:
If possible, please include an example with the code.
#include <16f1829.h>
#device *=16
# ... |
|