Electronic Projects, forums and more.

Go Back   Electronic Circuits Projects Diagrams Free > Electronics Categories > Micro Controllers


Micro Controllers Discuss all aspects of micro controllers - building them, coding them, etc. All controllers are welcome - PIC, BASIC, Z8 Encore!, etc.

Reply
 
Thread Tools Display Modes
Old 13th May 2008, 06:00 AM   (permalink)
Experienced Member
Suraj143 is on a distinguished road
Arrow What is burst of 38 kHz?

It says the infrared receiver supporting 38 kHz range.

It means 26.3 uS time for one pulse (100% duty cycle).
13.15uS if it is (50% duty cycle)

Turning on a bit for 13uS & off the other 13us will generate a 38 kHz wave with 50% duty cycle.

I need to know what is burst of 38 kHz?

Thanks
Suraj143 is offline   Reply With Quote
Old 13th May 2008, 06:02 AM   (permalink)
Experienced Member
Suraj143 is on a distinguished road
Default

In Sony the logic zero represented by 600uS.Is this a collection of 26.3uS time?

Then do I need to call my 13uS on / off routine 23 times [600/26 = 23] to represent 600us in Sony?
Suraj143 is offline   Reply With Quote
Old 13th May 2008, 06:44 AM   (permalink)
Super Moderator
 
Nigel Goodwin is a splendid one to beholdNigel Goodwin is a splendid one to beholdNigel Goodwin is a splendid one to beholdNigel Goodwin is a splendid one to beholdNigel Goodwin is a splendid one to beholdNigel Goodwin is a splendid one to beholdNigel Goodwin is a splendid one to behold
Default

Yes, it's as simple as that - you could always check my PIC tutorial which already does this.
__________________
PIC programmer software, and PIC Tutorials at:
http://www.winpicprog.co.uk
Nigel Goodwin is offline   Reply With Quote
Old 13th May 2008, 06:51 AM   (permalink)
Experienced Member
Suraj143 is on a distinguished road
Default

Hi is it tutorial number 5 but it has all receiving side.receiving part ok for me.

I need the transmitting part.generating 600uS,1.2mS in 38khz range.
Suraj143 is offline   Reply With Quote
Old 13th May 2008, 06:53 AM   (permalink)
Super Moderator
 
Nigel Goodwin is a splendid one to beholdNigel Goodwin is a splendid one to beholdNigel Goodwin is a splendid one to beholdNigel Goodwin is a splendid one to beholdNigel Goodwin is a splendid one to beholdNigel Goodwin is a splendid one to beholdNigel Goodwin is a splendid one to behold
Default

It has the transmitting side as well.
__________________
PIC programmer software, and PIC Tutorials at:
http://www.winpicprog.co.uk
Nigel Goodwin is offline   Reply With Quote
Old 13th May 2008, 06:58 AM   (permalink)
Experienced Member
Suraj143 is on a distinguished road
Default

Hello I cannot see any transmitting part.All I see is decoding TV remote codes in tutorial 5.

can you tell in which tutorial does it have the transmitting part?
Suraj143 is offline   Reply With Quote
Old 13th May 2008, 08:17 AM   (permalink)
Super Moderator
 
Nigel Goodwin is a splendid one to beholdNigel Goodwin is a splendid one to beholdNigel Goodwin is a splendid one to beholdNigel Goodwin is a splendid one to beholdNigel Goodwin is a splendid one to beholdNigel Goodwin is a splendid one to beholdNigel Goodwin is a splendid one to behold
Default

Tutorial 5.2 - just scroll down the page.
__________________
PIC programmer software, and PIC Tutorials at:
http://www.winpicprog.co.uk
Nigel Goodwin is offline   Reply With Quote
Old 13th May 2008, 10:10 AM   (permalink)
Experienced Member
Suraj143 is on a distinguished road
Default

Hi I found that I read it thanks.

But I have a problem.

In sony 600uS time is a burst of 38 kHz. Then in a burst it has high & low pulses.Ex:13uS on 13uS off.

When decoding the pulses from a PIC cant the PIC detect the high & low pulses within a burst?
Suraj143 is offline   Reply With Quote
Old 13th May 2008, 10:39 AM   (permalink)
Super Moderator
 
Nigel Goodwin is a splendid one to beholdNigel Goodwin is a splendid one to beholdNigel Goodwin is a splendid one to beholdNigel Goodwin is a splendid one to beholdNigel Goodwin is a splendid one to beholdNigel Goodwin is a splendid one to beholdNigel Goodwin is a splendid one to behold
Default

No, it doesn't see them, the IR receiver IC demodulates the bursts and outputs a simple pulsed signal, representing the original pulses (but not identical to them).
__________________
PIC programmer software, and PIC Tutorials at:
http://www.winpicprog.co.uk
Nigel Goodwin is offline   Reply With Quote
Old 14th May 2008, 02:32 AM   (permalink)
Experienced Member
Suraj143 is on a distinguished road
Default

Nigel & audioguru please answer me.

Picture 1 shows a burst of 600 uS in a Sony pulse (logic zero).
Picture 2 is the inside of that burst part.

One cycle’s length is 26 uS followed by a 50% duty cycle that is 13uS mark time & a 13uS space time.

From the datasheet of receiver module

Burst length should be 10 cycles / burst or longer.

What does it means by burst length?
Does it mean it needs 10 cycles?

One cycle length = 26uS
Then in the above example it is 26 uS X 10 = 260 uS minimum time needed to receive a signal? Tell me am I right or wrong?

From the datasheet of receiver module

After each burst which is between 10 cycles and 70 cycles a gap time of at least 14 cycles is neccessary.

I cannot understand this.
Attached Images
File Type: jpg burst.JPG (17.1 KB, 10 views)
Suraj143 is offline   Reply With Quote
Old 14th May 2008, 03:42 AM   (permalink)
Experienced Member
 
audioguru is a splendid one to beholdaudioguru is a splendid one to beholdaudioguru is a splendid one to beholdaudioguru is a splendid one to beholdaudioguru is a splendid one to beholdaudioguru is a splendid one to beholdaudioguru is a splendid one to behold
Default

Read the datasheet of a TSOP1738 receiver IC.
They have an automatic gain control that reduces gain if the 38kHz is continuous because then it might be interference from a compact fluorescent light bulb. The IC expects data which is in bursts of 38kHz pulses. The bursts must be 10 cycles of 38kHz or longer. After each burst which is between 10 cycles and 70 cycles a gap time of at least 14 cycles is necessary. For each burst which is longer than 1.8ms a corresponding gap time is nexessary at some time in the data stream. The gap time should have at least the same length as the burst.

The TSOP1138 requires fewer cycles of 38kHz during each burst because it can operate at a higher data rate.
__________________
Uncle $crooge
audioguru is online now   Reply With Quote
Old 14th May 2008, 03:45 AM   (permalink)
Experienced Member
Suraj143 is on a distinguished road
Default

The bursts must be 10 cycles of 38kHz or longer.

What does means by 10 cycles? Does it means 26uS X 10 = 260uS time?
Suraj143 is offline   Reply With Quote
Old 14th May 2008, 08:09 AM   (permalink)
Super Moderator
 
Nigel Goodwin is a splendid one to beholdNigel Goodwin is a splendid one to beholdNigel Goodwin is a splendid one to beholdNigel Goodwin is a splendid one to beholdNigel Goodwin is a splendid one to beholdNigel Goodwin is a splendid one to beholdNigel Goodwin is a splendid one to behold
Default

Quote:
Originally Posted by Suraj143
The bursts must be 10 cycles of 38kHz or longer.

What does means by 10 cycles? Does it means 26uS X 10 = 260uS time?
Yes, that's what it means.
__________________
PIC programmer software, and PIC Tutorials at:
http://www.winpicprog.co.uk
Nigel Goodwin is offline   Reply With Quote
Old 14th May 2008, 08:22 AM   (permalink)
Experienced Member
Suraj143 is on a distinguished road
Default

I see now, thanks.

1 cycle (13uS on & 13uS off) is not enough to detect by the receiver.It needs minimum 10 cycles (260 uS).

And also it needs a gap time after each burst.It needs minimum 364uS time.

All the protocols follow these rules.

I asked because I need to turn on an LED through IR pulses.Earlier I did sending just a 1 cycle (26uS) but it didn't work.

Now I know why it didn't work because the burst must hold at least 260uS followed by a gap time.
Suraj143 is offline   Reply With Quote
Old 14th May 2008, 12:28 PM   (permalink)
Experienced Member
 
Blog Entries: 2
gramo is just really nicegramo is just really nicegramo is just really nicegramo is just really nice
Default

Hi Sura, whats the application for might I ask?


__________________
Spency.

PIC Micro's - Your mind is the limit

PIC's and interfacing with other devices - a PIC Basic Guide @ digital-diy.net
gramo is offline   Reply With Quote
Reply

Bookmarks

Thread Tools
Display Modes


Similar Threads
Thread Thread Starter Forum Replies Latest
15 Khz Filter For Encoder Stereo blinkstar88 Electronic Projects 1 2nd December 2007 03:51 PM
900 kHz using clapp oscillator xxxusernamexxx Electronic Projects Design/Ideas/Reviews 5 20th November 2007 12:29 AM
Xtal Oscillators 32768 Khz RetiredHAL General Electronics Chat 16 2nd November 2007 06:19 AM
burst length and burst size abilash Chit-Chat 8 13th February 2007 02:21 AM
capacitor burst shamikrudra Electronic Projects Design/Ideas/Reviews 3 8th July 2005 03:09 PM



All times are GMT. The time now is 03:46 AM.


Electronic Circuits  |  Radio Controlled
Powered by vBulletin® Version 3.7.0
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.