Author |
Message |
Topic: Rtc pic18j97j60 /18f67j60 |
acsg
Replies: 2
Views: 7935
|
Forum: General CCS C Discussion Posted: Fri Jun 16, 2023 12:58 pm Subject: Rtc pic18j97j60 /18f67j60 |
Sorry. I was remembering the circuit image in my memory[C3/C4].
Now, i took a look at the datasheet [C0/C1].
I'll implement and come back here.
Thanks Ttelmah! |
Topic: Rtc pic18j97j60 /18f67j60 |
acsg
Replies: 2
Views: 7935
|
Forum: General CCS C Discussion Posted: Fri Jun 16, 2023 7:18 am Subject: Rtc pic18j97j60 /18f67j60 |
Hi Guys,
I am using PIC 18F97j60 , which has a real-time calendar clock pin C3/C4.
I am using 32.768 kHz Xtal EXT:
My version 5.059 ccs. Does anybody has a example? RTC module and functions ... |
Topic: Show 8 bytes hex to lcd |
acsg
Replies: 3
Views: 17014
|
Forum: General CCS C Discussion Posted: Fri Aug 13, 2021 12:47 pm Subject: Show 8 bytes hex to lcd |
Guys, SOLVED !
God bless you very much !! |
Topic: Show 8 bytes hex to lcd |
acsg
Replies: 3
Views: 17014
|
Forum: General CCS C Discussion Posted: Fri Aug 13, 2021 9:07 am Subject: Show 8 bytes hex to lcd |
Hi Guys,
My problem is: I can't show the entire hex code on LCD ...
#include <16F88.h>
#fuses NOWDT,NOPROTECT,PUT,NOLVP, NOMCLR,INTRC_IO, NODEBUG
#use delay(clock = 8MHz)
# ... |
Topic: Copy fat files from WEBserver to Pic over internet |
acsg
Replies: 8
Views: 21018
|
Forum: General CCS C Discussion Posted: Wed Apr 28, 2021 5:44 am Subject: Copy fat files from WEBserver to Pic over internet |
Hi guys,
Yes, I am now with a better understanding to reorganize the codes.
As you said, I will divide it into stages of communication and change some parts of the circuit.
After each success, ... |
Topic: Copy fat files from WEBserver to Pic over internet |
acsg
Replies: 8
Views: 21018
|
Forum: General CCS C Discussion Posted: Tue Apr 27, 2021 5:22 pm Subject: Copy fat files from WEBserver to Pic over internet |
Hi guys,
As i said, here are my discussions about your responses:
I considered all offers of technical support for Mr Ttelmah, temtronic and bkaman.
Before start with new code, two problems r ... |
Topic: Copy fat files from WEBserver to Pic over internet |
acsg
Replies: 8
Views: 21018
|
Forum: General CCS C Discussion Posted: Tue Apr 27, 2021 5:48 am Subject: Copy fat files from WEBserver to Pic over internet |
Hi guys, thanks for your quick reply,
{I am analyzing each answer, and I will also give an appropriate reply for each one}.
I have a speech announcer to be located far , install a higher place,ou ... |
Topic: Copy fat files from WEBserver to Pic over internet |
acsg
Replies: 8
Views: 21018
|
Forum: General CCS C Discussion Posted: Sun Apr 25, 2021 12:07 pm Subject: Copy fat files from WEBserver to Pic over internet |
Hi Guys,
I have home-made web server Pic 18f97j60 + flash eexternal memory.{like PicDem}
I need copy short audio .wav files {fat 16} from PC server over the internet to store in my PicDem flash ... |
|