Author |
Message |
Topic: On/Off actions delay with timers [SOLVED] |
wangine
Replies: 6
Views: 18064
|
Forum: General CCS C Discussion Posted: Tue Nov 29, 2022 7:49 pm Subject: On/Off actions delay with timers [SOLVED] |
Well .... ok, simple and elegant. Thank you. I bet with my wife, you will answer first, i won
The thing who mess me up, was : as scenario...
My system going crazy for some bug or just power ... |
Topic: On/Off actions delay with timers [SOLVED] |
wangine
Replies: 6
Views: 18064
|
Forum: General CCS C Discussion Posted: Mon Nov 28, 2022 2:43 pm Subject: On/Off actions delay with timers [SOLVED] |
Hello everyone, long time no see, seems I'm back to the origin's
I build myself for my home a climatic environment from some electronic broken air conditioners with help of water condensation ... |
Topic: [Solved] or [Unsolved] |
wangine
Replies: 5
Views: 10290
|
Forum: General CCS C Discussion Posted: Fri Nov 20, 2015 11:29 am Subject: [Solved] or [Unsolved] |
Edit very later ,hoping stay on:
Flag the post as 'solved' (edit the post header).
Glad you got it.
See? With some help , almost all post on first page is solved in title. Is very easy like ... |
Topic: 20x2 LCD unknown type [SOLVED] |
wangine
Replies: 15
Views: 27442
|
Forum: General CCS C Discussion Posted: Fri Nov 20, 2015 11:12 am Subject: 20x2 LCD unknown type [SOLVED] |
I found finally the solution. Its not a printf() function or a PCM_p driver issue, it has the LCD issue like Ttelmah say earlier. I modified original ARM driver with help of 2 awesome functions of PCM ... |
Topic: 20x2 LCD driver (chinese type) |
wangine
Replies: 0
Views: 22994
|
Forum: Code Library Posted: Fri Nov 20, 2015 10:47 am Subject: 20x2 LCD driver (chinese type) |
This driver is based on PCM_p modified driver
_LCD_putc() and lcd_putc() in same driver, difference is on _LCD_puts()
// Flex_LCD420.c
// These pins are for my Microchip PicDem2-Plus board,
... |
Topic: #INT_RTCC based pwm will not work |
wangine
Replies: 5
Views: 9193
|
Forum: General CCS C Discussion Posted: Tue Nov 17, 2015 12:55 pm Subject: #INT_RTCC based pwm will not work |
http://www.ccsinfo.com/forum/viewtopic.php?t=54585
try it |
Topic: Low PWM without stress timer |
wangine
Replies: 0
Views: 22029
|
Forum: Code Library Posted: Tue Nov 17, 2015 12:51 pm Subject: Low PWM without stress timer |
I see here and on internet also many issues trying to get low frequency PWM, of course without stress timer. The function was made trying to get 1Hz PWM with normal duty 0-100.
// ~~~~~~~~~~~~~~~~ ... |
Topic: 20x2 LCD unknown type [SOLVED] |
wangine
Replies: 15
Views: 27442
|
Forum: General CCS C Discussion Posted: Mon Nov 16, 2015 8:08 pm Subject: 20x2 LCD unknown type [SOLVED] |
yea i know, the % don't show, also on other type of display no problems at all, all show correctly. I just give up. I don't want to return on other compiler, i love CCS but unfortunately I'm designer ... |
Topic: 20x2 LCD unknown type [SOLVED] |
wangine
Replies: 15
Views: 27442
|
Forum: General CCS C Discussion Posted: Mon Nov 16, 2015 1:25 pm Subject: 20x2 LCD unknown type [SOLVED] |
The 'CLR' and 'SET' operations are like bit_set, and bit_clear.
Thanks _Ttelmah, i know what those intructions does, my problem was to define PIN_x individualy to read in that function, not to de ... |
Topic: 20x2 LCD unknown type [SOLVED] |
wangine
Replies: 15
Views: 27442
|
Forum: General CCS C Discussion Posted: Sun Nov 15, 2015 12:17 pm Subject: 20x2 LCD unknown type [SOLVED] |
I've got my problem, not the datasheet was corrupted, never has in my PC, but i have the original function for that LCD but i was unable to solve 3 years ago. The code was for NEC D780016YGF022 contr ... |
Topic: 20x2 LCD unknown type [SOLVED] |
wangine
Replies: 15
Views: 27442
|
Forum: General CCS C Discussion Posted: Sat Nov 14, 2015 12:58 pm Subject: 20x2 LCD unknown type [SOLVED] |
Yup , 3 years ago one company who collaborate with my company as well after has divided, seall some stuff(new sigilated) and has a opportunity to buy some cool and like you say cheap stuff. Unfortunat ... |
Topic: 20x2 LCD unknown type [SOLVED] |
wangine
Replies: 15
Views: 27442
|
Forum: General CCS C Discussion Posted: Sat Nov 14, 2015 11:08 am Subject: 20x2 LCD unknown type [SOLVED] |
this...
http://www.eleceltek.com/jsp/eedtl/
may be the company that made that display.
I'd contact them, send a good photo of both sides of the LCD module and ask for any information about it.
... |
Topic: 20x2 LCD unknown type [SOLVED] |
wangine
Replies: 15
Views: 27442
|
Forum: General CCS C Discussion Posted: Sat Nov 14, 2015 10:50 am Subject: 20x2 LCD unknown type [SOLVED] |
Just my hints. If you have so many then rip one apart and find what controller is used. From your Farnell link it is a "ST7066U" controller. Use google and find a pdf on that, I have used it ... |
Topic: 20x2 LCD unknown type [SOLVED] |
wangine
Replies: 15
Views: 27442
|
Forum: General CCS C Discussion Posted: Sat Nov 14, 2015 8:19 am Subject: 20x2 LCD unknown type [SOLVED] |
I have this problem for 3 years ago when i buy 16 pieces of display for my tobacco room. Now my project is already finished and still i don't know what type is. I had the original datasheet but was co ... |
Topic: SOLVED/Kinda - Random Resets with reason of MCLR_FROM_RUN... |
wangine
Replies: 28
Views: 43729
|
Forum: General CCS C Discussion Posted: Fri Nov 13, 2015 9:18 am Subject: SOLVED/Kinda - Random Resets with reason of MCLR_FROM_RUN... |
Exist several issues actually can do the random reset on your MCLR pin. First of all try to identify where is the true issue. Can be a a WTD chip, power source, PIC or compiler. Need to take step by s ... |
|