billr said:thanks for getting back to me on this, much appreciated. I've got the diagram now, do you know what was used to decode the IR remote control, the diagram is vague on that.
many thanks
bill
Brian has it set up for generic RC5 for Philips as far as I remember.
Regrads
Anthony
absolutly...Coulomb said:
Brian has it set up for generic RC5 for Philips as far as I remember.
Regrads
Anthony
Brian has connected the IR Receiver to the PORT RC2 (pin 17) of the PIC.. 🙂
The IR receiver could be (for example) a TSOP1838 or equivalent.
i may be blind, but i'l take my chanses:
are you programming the firmware in assembler, C or Java?
i actualy know a litle assembler..
are you programming the firmware in assembler, C or Java?
i actualy know a litle assembler..
FWIW
I have decided to use a self training PIC called TinyIR [you can find this on a google search].
It is an 8 pin PIC preprogrammed that can give 8 outputs using an octal latch. As it has an LED showing that a valid code has been received, this can be used as an interrupt source.
hope that you find this of interest
bill
I have decided to use a self training PIC called TinyIR [you can find this on a google search].
It is an 8 pin PIC preprogrammed that can give 8 outputs using an octal latch. As it has an LED showing that a valid code has been received, this can be used as an interrupt source.
hope that you find this of interest
bill
HELP!!
Anyone has built BrianGt Dsa controller, please send me HEX file to program PIC and schematics.
Thank you
Andrea
Anyone has built BrianGt Dsa controller, please send me HEX file to program PIC and schematics.
Thank you
Andrea
all you have to do is to go to brians web site and you can get the details.
His code is written in C, you can also download a trial C compiler from a URL he supplies.
kind regards
bill
His code is written in C, you can also download a trial C compiler from a URL he supplies.
kind regards
bill
Hi billr,
I have just do it, but there is a problem: when I compile TransCom.c I get an error "undeclared variable INTDATAREC".
So, hex file is not created.
If you succeded to create hex file, please send it to me, or let me know where I'm wrong.
Thank you
Andrea
I have just do it, but there is a problem: when I compile TransCom.c I get an error "undeclared variable INTDATAREC".
So, hex file is not created.
If you succeded to create hex file, please send it to me, or let me know where I'm wrong.
Thank you
Andrea
P.S.
The error I get:
transcom.c: IntSendData ()
1095: INTDATAREC = 1;
undefined identifier: INTDATAREC
1100: INTDATAREC = 0;
undefined identifier: INTDATAREC
Exit status = 1
Andrea
The error I get:
transcom.c: IntSendData ()
1095: INTDATAREC = 1;
undefined identifier: INTDATAREC
1100: INTDATAREC = 0;
undefined identifier: INTDATAREC
Exit status = 1
Andrea
try to add "char INTDATAREC;" in the global variables declaration.andrea_mori said:P.S.
The error I get:
transcom.c: IntSendData ()
1095: INTDATAREC = 1;
undefined identifier: INTDATAREC
1100: INTDATAREC = 0;
undefined identifier: INTDATAREC
Exit status = 1
Andrea
Maybe your C compiler need to have all variables declared...
Which C compiler are you using ?
Does it work now ?andrea_mori said:Hi,
I used PICC18DEMO from HTSOFT.
Andrea
ZERS said:
Does it work now ?
Hi,
I have just declared INTDATAREC variable as char and so hex file is compiled.
Have you built the controller?
Does it work fine?
Andrea
Not yetandrea_mori said:
Hi,
I have just declared INTDATAREC variable as char and so hex file is compiled.
Have you built the controller?
Does it work fine?
Andrea

I'm completing all boards (DAC, PSU, controller) before starting programming the µC 😎
Regards
ZERS said:
Not yet![]()
I'm completing all boards (DAC, PSU, controller) before starting programming the µC 😎
Regards
Hi,
please, let me know, when you'll complete the controller, if it work fine or you find any problems.
Thank you
Andrea
andrea_mori said:Hi all,
anyone has got PCB from Brian?
Andrea
Hello Andrea, the code I tried to send you was for the APOX, I do not have Brian's code.
My controller is working within defined parameters.
Regards
Anthony
Brian told me he was designing a new boards from scratch to include some extras that were being asked for.
Regards
Anthony
Regards
Anthony
- Status
- Not open for further replies.
- Home
- Source & Line
- Digital Source
- CDPRO2 Group Project (open source project)