Author |
Message |
Topic: Setting RTC |
MarkchchPIC
Replies: 10
Views: 28365
|
Forum: General CCS C Discussion Posted: Fri Jun 19, 2020 5:30 am Subject: Setting RTC |
It was simply an idea to prime the RTC without having to add switches for setting the time. |
Topic: Setting RTC |
MarkchchPIC
Replies: 10
Views: 28365
|
Forum: General CCS C Discussion Posted: Fri Jun 19, 2020 3:54 am Subject: Setting RTC |
Thanks for you help and explanation.
Cheers
Mark |
Topic: Setting RTC |
MarkchchPIC
Replies: 10
Views: 28365
|
Forum: General CCS C Discussion Posted: Fri Jun 19, 2020 3:15 am Subject: Setting RTC |
Sorry Guys I am not good at explaining. I understand it is the OS time but my question is more about it's format. I want to take the information, deconstruct it into either ints or chars and use this ... |
Topic: Setting RTC |
MarkchchPIC
Replies: 10
Views: 28365
|
Forum: General CCS C Discussion Posted: Thu Jun 18, 2020 10:44 pm Subject: Setting RTC |
Hi All
Is there a way to extract the information from __DATE__ and
__TIME__ into an array to update an RTC like DS1307?
I have searched for information onthe strucure of__DATE__
and _TIME__ to no ... |
Topic: Driver for a 128x64 graphic lcd with the ST7920 chip |
MarkchchPIC
Replies: 7
Views: 56331
|
Forum: Code Library Posted: Tue May 21, 2019 3:28 pm Subject: Thanks |
Thanks for the example, Really helpful.
Cheers
Mark |
Topic: Driver for a 128x64 graphic lcd with the ST7920 chip |
MarkchchPIC
Replies: 7
Views: 56331
|
Forum: Code Library Posted: Mon May 20, 2019 2:44 pm Subject: Great Work |
Hi there,
Driver looks very good.
Can you provide an example to show the setup you have used.
Cheers
Mark |
Topic: LCD I2C address |
MarkchchPIC
Replies: 4
Views: 14615
|
Forum: General CCS C Discussion Posted: Mon Apr 08, 2019 2:41 pm Subject: I2C Address |
Hi there we will need a lot more info to be able to assist you.
There is a wonderful piece of code from PCM in the library that can detect I2c devices and give their addresses.
This may be a way to ... |
Topic: Testing my thinking |
MarkchchPIC
Replies: 3
Views: 11959
|
Forum: General CCS C Discussion Posted: Thu Sep 14, 2017 2:17 pm Subject: Thanks |
Thanks to you both.
Ttelmah, great advice to get me started.
ezflyr, I realise I could do more directly using the modules like the wemosD1.
I have a lot of other code and hardware already setup ... |
Topic: Testing my thinking |
MarkchchPIC
Replies: 3
Views: 11959
|
Forum: General CCS C Discussion Posted: Wed Sep 13, 2017 10:46 pm Subject: Testing my thinking |
Hi All,
I wish to test my thinking on a project before I hit the computer to create code.
I have an 18F46k20 running at 3.3v and I wish to experiment with an ESP01 module which also runs at 3.3v.
... |
Topic: Array of pointers to strings |
MarkchchPIC
Replies: 9
Views: 22717
|
Forum: General CCS C Discussion Posted: Thu Jun 01, 2017 3:08 pm Subject: One Suggestion |
Hi There,
I did a similar thing using the following code.
I created the array of "messages" as const to keep it in ROM.
char CONST message[21][17]=
{
" ... |
Topic: Problem copying Code |
MarkchchPIC
Replies: 2
Views: 8785
|
Forum: General CCS C Discussion Posted: Sun Mar 05, 2017 1:01 pm Subject: Thanks |
Thanks PCM,
Spot on with your prediction. |
Topic: Problem copying Code |
MarkchchPIC
Replies: 2
Views: 8785
|
Forum: General CCS C Discussion Posted: Thu Mar 02, 2017 9:41 pm Subject: Problem copying Code |
Hi All,
I may have done something to my laptop settings to cause this problem but if so I don't know what. Every time I try to copy code from the forum lately I seem to lose the formatting and color ... |
Topic: NRF24L01+ simplified working driver |
MarkchchPIC
Replies: 9
Views: 81529
|
Forum: Code Library Posted: Sun Jun 26, 2016 7:08 pm Subject: NRF24L01+ simplified working driver |
Thanks PCM,
Could not see the wood for the trees on that one. |
Topic: NRF24L01+ simplified working driver |
MarkchchPIC
Replies: 9
Views: 81529
|
Forum: Code Library Posted: Sun Jun 26, 2016 3:26 pm Subject: No Luck |
Hi there,
I have spent a few hours this weekend trying to compile your code without success so far.
I am using version 4.071 of the compiler.
I keep getting this message:
"This type can no ... |
Topic: SSD1306 Driver |
MarkchchPIC
Replies: 3
Views: 8645
|
Forum: General CCS C Discussion Posted: Sun Nov 01, 2015 4:11 pm Subject: SSD1306 Driver |
Apologies
Version 4.071 |
|