Search found 10 matches

by TuranOlmez
Tue Apr 23, 2019 10:37 pm
Forum: IR Protocols & Codes
Topic: Infrared with msp430
Replies: 18
Views: 20044

Re: Infrared with msp430

Hi again.
I know you said you are not familiar with MSP430 but i'm trying just blink two leds. but i can't. can you just take a look to my codes?
https://stackoverflow.com/questions/558 ... munication
by TuranOlmez
Mon Apr 01, 2019 3:48 pm
Forum: IR Protocols & Codes
Topic: Infrared with msp430
Replies: 18
Views: 20044

Re: Infrared with msp430

Sorry...I am not familiar enough with msp430 to comment or debug your code for you. However, if you do a google search for msp430 and NEC, you should find some examples as I did. Also, when posting code online, make sure to use code tags and indent the code to make it readable. What you have posted...
by TuranOlmez
Sun Mar 31, 2019 7:06 pm
Forum: IR Protocols & Codes
Topic: Infrared with msp430
Replies: 18
Views: 20044

Re: Infrared with msp430

Hi again (My keyboard is not work'ng properly sorry for punctuation ) I tried something but didnt work Can you examine my codes on below please ? I cant understand where the problem is TRANSMITTER CODE #include "msp430g2553h" #define NUMBER_OF_PULSES 12 #define DELAY_IR_ON 9 #define DELAY_...
by TuranOlmez
Fri Mar 29, 2019 4:06 pm
Forum: IR Protocols & Codes
Topic: Infrared with msp430
Replies: 18
Views: 20044

Re: Infrared with msp430

Have you tried using the IRremote library with Energia? https://github.com/energia/Energia/tree/master/hardware/msp430/libraries/IRremote Thank you very much, but i don't use Energia unfortunately. i would like consult something to you. should i use uart? or a simple protocol created by myself? whi...
by TuranOlmez
Mon Mar 25, 2019 9:41 am
Forum: IR Protocols & Codes
Topic: Infrared with msp430
Replies: 18
Views: 20044

Re: Infrared with msp430

i'm using TSOP 1838 and TSAL 6200

my transmitter's anode is connected to 1.2 pin and catode is connected to 30 ohm resistor and ground.

my reciever is connected to vcc,ground and port 2.0

i think i can send a start signal. but i don't know how to send a message signal like '1010'.
by TuranOlmez
Sun Mar 24, 2019 7:49 pm
Forum: IR Protocols & Codes
Topic: Infrared with msp430
Replies: 18
Views: 20044

Re: Infrared with msp430

NO - that will not work properly. Please refer to my previous post again. Hi again, I produce PWM signal from transmitter side. A few seconds later reciever led turns off. What can be the reason? Here is my codes: //Transmitter #include <msp430.h> int main(void) { WDTCTL = WDTPW + WDTHOLD; // Stop ...
by TuranOlmez
Mon Mar 18, 2019 6:13 pm
Forum: IR Protocols & Codes
Topic: Infrared with msp430
Replies: 18
Views: 20044

Re: Infrared with msp430

Thank you
by TuranOlmez
Sun Mar 17, 2019 4:54 pm
Forum: IR Protocols & Codes
Topic: Infrared with msp430
Replies: 18
Views: 20044

Re: Infrared with msp430

Thank you,
i will use infrared first time and i don't know which infrared transmitter-reciever pair should i use? also which protocol should i use? can you suggest me a protocol and recever-transmitter pair please?
by TuranOlmez
Sat Mar 16, 2019 1:12 pm
Forum: IR Protocols & Codes
Topic: Infrared with msp430
Replies: 18
Views: 20044

Infrared with msp430

Hi,
i want blink led when the button is pressed on another msp430 with infrared signals.
How can i do this?