Section 9.9 describes how to do IR signal generation using T1 in combination with T3.
However, the documentation is not very clear (at least to me) and I'm having trouble making this work. As far as I can tell, the RemoTI sample code does not use these techniques or maybe I'm missing something.
Has anyone got IR working in the way that is described?
Is there an App note or sample code??
Thanks,
timer1period is declared as: uint16 timer1period,... (which means 16bit unsigned int ;) )
T1CC0L and T1CC0H are 8bit registers, so to split the 16bit number into two 8bit registers you need the above written gymnastic >>8 (shift 8bits to the right)
Hi Peder,
I use the code you give: static void setupCarrier(uint8 prescaler, uint8 period, uint8 offPeriod) and static void generateIRCommand(uint16 commandSize, uint16 *decompressedPeriods, uint16 *decompressedOffPeriods) , the result is cc2530 generate the ir code with no end, and all of the code is the same although the values in decompressedPeriods array are different. Can you tell me the reason?
Thank you!
Demon
Have you been used CC2530 infrared decoder? I met a technical problem. I can't decode, can see reply?
hi Damon,
Have you solve it out ? I met the same trouble with you . can you tell me how to do?
thanks.
hi Peder,
Can you give me a working project file?
thanks
Hi Tomas,
Meanwhile, we have released the appnote for IR generation including a full working project. It is located here:
http://www.ti.com/general/docs/litabsmultiplefilelist.tsp?literatureNumber=swra323
Regards,
Peder
hi Stig,
I can't find it ,can you give me your guide?
When I was in the "3343. The RemoTI _IR CC253xDK - 1.3 - Gen - Patch" package decompression on the RemoTI 1.3.1 protocol stack directory is compile irGENAPP engineering Error Error [Pe020] : identifier "VDD_MIN_FLASH is undefined" C: \ Texas Instruments \ RemoTI CC253xDK - 1.3.1 \ Components \ \ cc2530 \ osal_snv osal \ MCU C 339 could you tell me how to modify? Thanks a lot.
I have got it ,i have change VDD_MIN_FLASH to VDD_MIN_XNV. becase VDD_MIN_FLASH is undefine . in addition , CC2533 project doesn't have this problem
Here's an updated project for the latest installer RemoTI-1.3.1.
6747.RemoTI-CC253xDK-1.3.1_IR_Generation.zip
It's the same as the old one except that I added IR functionality for the Basic Remote project. In the white remote that comes with the kit there's an IR diode. The Basic Remote project in the 1.3.1 installer has been updated to match the white remote hardware. When you press the 'Play' button an NEC IR command is generated.
Best regards,
Torbjorn
Helps us tracking and improving the quality of our support to the community:
if you were satisfied with the answer and of the support, could you please click on 'Verify this post'?
I see infrared modulation are added RF4CE agreement, now I want to do a have infrared learning equipment, is the home of the infrared remote control to the device key, I do study it then equipment of pulse and saved through the zigbee protocol transmission to the gateway. My mobile phone can learn by gateway receives the pulse, and then to phones, mobile phone remote control software can control devices in the home, is to develop an APP on android to control the home equipment. I do terminal have infrared modulation and decoding ability, I don't want to add RF4CE agreement. Do you have this project under the excuse me? Is a project with a zigbee protocol can study (with learning impulse and the ability to launch studying to pulse), don't need the android app, I can develop their own. ?
hello, the project is downloaded to the target board? The Remote control or download before, Basic project of the project
The IRGen project is meant for a CC2533EM mounted on the RemoTI Target Board. The BasicRemote project, rsa_cc2533arc, is meant for the white remote that comes with the kit.
Do you have the target board schematic diagram? I can send a? Black and white remote control principle diagram and the principle of remote control chart is the same? Did I want to ask next use remote control to send RF4CE command to the control signal from the infrared target board? My board is yourself, so software in some places to change. Could you tell me the target board according to the two key is defined that a few pins? I see protocol stack IRGENAPP P20 is served for the little lights in the pin to pin as buttons again. Didn't understand, can you give a detailed word format of the operation? Best operating process step by step with pictures, thanks a lot.
I don't understand exactly what you want to do. However, here is the schematics for the RemoTI kit http://www.ti.com/tool/remoti-refdes. The Advanced Remote schematic is found here: 2438.RF4CE_4MOD Rev C schematic.pdf.