21 Threads found on edaboard.com: Pic Encoder Decoder
max 232 is mainly to convert voltage level from ttl to -9vdc / +9vdc and also curren amp to prevent damage for pic ic used
hope it helps
ziad
Microcontrollers :: 08-04-2014 23:37 :: zeyad.kassaby :: Replies: 1 :: Views: 985
i want to use pic 676 as PT2272-m4 (remote cotrol decoder).
i just want to decode the code comes from PT2262 RF remote encoder.
Can any body help me?
Thanks in advance
Microcontrollers :: 07-16-2013 17:05 :: Noman Yousaf :: Replies: 0 :: Views: 1405
Hii thank you for reply.
Can anybody knows how to interface ST 3659 RC 5 decoder to pic 16F887 and HT 12E encoder interfaces to pic 12F629 based IR transmitter ???
Can aybody replied asap much appriciated ???
Microcontrollers :: 02-09-2013 18:29 :: Dhanuka :: Replies: 0 :: Views: 728
What kind of data do you want to send?If it is 1 to 4 bits of data you can use HT12E Ic connected to your pic microcontroller and the connecting RF module to the the encoder IC.Use Haltech decoder IC at the receiver side.When you are using haltech encoder and decoder you will et at the receiver what exactly (...)
Microcontrollers :: 12-21-2012 11:42 :: jaycec :: Replies: 4 :: Views: 835
There is my code for encoder on pic16 (hi-tech picc)
thats on a russian, but you can use google translate.
Microcontrollers :: 09-04-2012 12:33 :: sarge :: Replies: 3 :: Views: 837
i am looking to build a device that among other things will control a mp3 chip. in the past i have built these and used the winbond isd2590 chips ,and it works great. however i want to up the sound quality. it took me months to write the code to control them and the other devices because im not that good at assembly langauge and cant even begine to
Microcontrollers :: 12-10-2011 02:37 :: moonmonkey :: Replies: 0 :: Views: 930
For high speed decoding, you preferably use a pic with built-in quadrature decoder.
Your code is decoding the overrun condition CUR ^ PRE == INV, but ignoring it. The code seems to miss up/down decoding. It should be implemented even for unidirectional operation to achieve correct counting with bouncing or or unclear level input signals.
You
Robotics and Automation Forum :: 08-28-2011 12:43 :: FvM :: Replies: 3 :: Views: 1060
hello frnds,
i want to send data using a IR from pic microcontroller.. which encoder/decoder is suitable for this application? if im using ht12E/HT12A/ht12D/ HT640/HT648.. what should be the r osc value( oscillator) .. can any one post a working circuit diagram to transmit data..
Thanks in advance....
Elementary Electronic Questions :: 03-23-2011 01:39 :: soinarose :: Replies: 1 :: Views: 1129
Dear Sir,
Iam attempting to transmit data using RF.
For that i have to interface pic16f877a with HT640 encoder.
Similarly at reception i have to connect with HT648 decoder.
Pls provide Circuit for these two sir.
Kindly help . :cry:
Microcontrollers :: 02-28-2011 06:50 :: mravignesh :: Replies: 1 :: Views: 1526
hi tigyydon visit this link
pic Basic projects
RF, Microwave, Antennas and Optics :: 12-29-2010 18:06 :: RAJAT AGGARWAAL :: Replies: 1 :: Views: 3153
Hi...
I want to send a sine wave to PC using wireless communication.. im using RF serial communication with pic.... but im getting very noise in communication... to avoid noise i used HT640 encoder n Ht648L decoder... Nw im getting nose free data but im missing sm datas n takes more time to receive.. hw can i avoide these problem ... is (...)
Digital communication :: 03-11-2010 10:36 :: soinarose :: Replies: 1 :: Views: 1359
It is very simple to interface TX RX modules with pic just connect the DATA pin of TX module to TX pin of pic and RX pin in the case of RX mudule. And use the same UART program.
You can simplify the program or directly control devices by using decoder/encoder ICs linke HT2D/12E. Any doubts post it........
Microcontrollers :: 11-10-2009 09:29 :: anandpv2009 :: Replies: 3 :: Views: 1600
Is there any way that I won't use microcontroller in doing this project?
Yes, there is. You can use a DTMF encoder at the transmitter side and, a DTMF decoder at the receiver side.
Now, you have not only the 9 freqiencies you need but also 6 extra frequencies for future improvements.
Take a look at the
Hobby Circuits and Small Projects Problems :: 11-13-2009 22:37 :: Aya2002 :: Replies: 13 :: Views: 5416
i need pic based fsk modem encoder and decoder projects.
any links plz?
Microcontrollers :: 08-19-2007 04:08 :: faraz101 :: Replies: 0 :: Views: 2396
Dear all,
Can anyone help me with this small project?
I am planning to design a small infrared beacon with a pic microcontroller as the encoder/decoder which works with a IR transceiver, TFDU4100. I want this beacon to be able to work with the PDA by transmitting information from the beacon to the PDA. As I use a pic (...)
Hobby Circuits and Small Projects Problems :: 06-13-2006 05:50 :: ericmar :: Replies: 0 :: Views: 1098
Hi
Search CC {Circuit cellar} site thay use to have DAS algorithm for pic micro controller
You can adapt it to work on arm
All the best
Bobi
Microcontrollers :: 02-17-2006 19:41 :: bobcat1 :: Replies: 2 :: Views: 1159
HI,
How many tasks your pic have to change? If they are few, you can try a simple communcation implementing something like a encoder decoder. If you nned to change 2 tasks you can set an output 0 or 1 for tasks and read the PIN in second pic.If you need 4 tasks you can use 2 pins, 3 pins for 8 tasks and so on...
You (...)
Microcontrollers :: 09-04-2005 20:18 :: fuzzzy :: Replies: 6 :: Views: 1468
Hi All,
I am looking for POCSAG decoder AND encoder based on pic processors. I need to know any more about POCSAG protocol. How I can control 10-15 receivers. Any software ? Any ideas ?
Thanks,
Pioneer_007
Analog Circuit Design :: 02-01-2004 09:28 :: pioneer_007 :: Replies: 1 :: Views: 3557
Hi,
i need to replace a Holtek HT12D and HT12E with a pic 16f676, do you know source code for this ?
Thanks
Totue
Microcontrollers :: 04-28-2003 16:14 :: totue :: Replies: 1 :: Views: 4461
I think that FX614 by CML is the easily mode for make a modem, with a pic you can make an encoder, but if you want a decoder you must make an frontend circuit with operational for amplifier and square the level (FX614 or 604 decode at 50mVpp), for filtering the band. At the end is more complicate and expensive than dedicated chip
PC Programming and Interfacing :: 03-08-2003 08:25 :: koky :: Replies: 6 :: Views: 5071
Hi,
where i can find a valid and simple RDS decoder and encoder pic based project ? 8O
Hobby Circuits and Small Projects Problems :: 01-09-2003 11:03 :: leemarrow :: Replies: 3 :: Views: 2350