Our new official repo is on github
LCD Smartie version 5.6 is released!
Download it now: https://github.com/LCD-Smartie/LCDSmartie/releases

Wireless LCD

Discussion about LCD's and other related hardware

Moderators: _X7JAY7X_, caesar, IFR, mattcro, limbo, Fast351, hydrolisk1792

Post Reply
_X7JAY7X_
Hardware Genie - Plugin Author
Posts: 374
Joined: February 16th, 2005, 10:24 pm
Location: Michigan

Wireless LCD

Post by _X7JAY7X_ »

I was messing around today with some wireless modules I had and decided to adapt them to my LCD project.

Image
limbo
Plugin Author
Posts: 1604
Joined: February 13th, 2005, 7:38 pm
Location: Athens - Greece
Contact:

Post by limbo »

Jees Jay

You're the hardware Guru !

What about the transmit part?
Are you going to publish this on you site?
_X7JAY7X_
Hardware Genie - Plugin Author
Posts: 374
Joined: February 16th, 2005, 10:24 pm
Location: Michigan

Post by _X7JAY7X_ »

Eventually. It is working fine but I would like to test it more.

Right now it is running at 2400bps. This radio I am using is a 433Mhz radio and is cabaple of 4800bps. The 900MHZ radios available go alot higher than that.

Even at 2400bps it runs just fine.

J
Last edited by _X7JAY7X_ on December 19th, 2005, 5:16 pm, edited 1 time in total.
Rafael_Brazil
Plugin Author
Posts: 54
Joined: November 20th, 2005, 2:05 pm
Location: Curitiba, Paran?, Brazil
Contact:

Post by Rafael_Brazil »

Please, can you make a simple description about this circuit? the transmitter and receiver... thanks!
_X7JAY7X_
Hardware Genie - Plugin Author
Posts: 374
Joined: February 16th, 2005, 10:24 pm
Location: Michigan

Post by _X7JAY7X_ »

I will when I get a chance. This could be adapted to any serial LCD using the same concept. Although, it might take a few more parts to do the RS232 to TTL conversion on the LCD side.

I got it working at 4800bps and is running stable.

J
Rafael_Brazil
Plugin Author
Posts: 54
Joined: November 20th, 2005, 2:05 pm
Location: Curitiba, Paran?, Brazil
Contact:

Post by Rafael_Brazil »

or tell us what components that you are using... it?s a MC145026 encoder and a MC145028 decoder? directly in a 433Mhz transmitter data input and output, isn?t?
Rafael_Brazil
Plugin Author
Posts: 54
Joined: November 20th, 2005, 2:05 pm
Location: Curitiba, Paran?, Brazil
Contact:

Post by Rafael_Brazil »

Here I found a simple example of a conversion to serial output and input... In my opinion, it?s just plug the 026 pin 15 in input of a 433Mhz transmitter and in the 028 pin 09 plug the output of a 433Mhz receiver...

Image

But I cannot found a simple and cheap tx/rx version of this transmiters...[/img]
_X7JAY7X_
Hardware Genie - Plugin Author
Posts: 374
Joined: February 16th, 2005, 10:24 pm
Location: Michigan

Post by _X7JAY7X_ »

Right now it has no encoder/decoder. It is just feeding the LINX (TXM-433-LC, RXM-433-LC-S) transmitter and reciever. At the time I bought these LINX did not offer a encoder/decoder option, but they do now(see the KH series). You can "key" the transmitter to the reciever with the new ones. This is done by setting an address on the TX and RX.

J
Rafael_Brazil
Plugin Author
Posts: 54
Joined: November 20th, 2005, 2:05 pm
Location: Curitiba, Paran?, Brazil
Contact:

The KH Series...

Post by Rafael_Brazil »

http://www.linxtechnologies.com/index.p ... =kh_series

It?s better... onboard encoder/decoder!! It?s necessary send a key code to receiver? in my opinion... it?s just use the ant pin, vcc pin, ground pin and d0-d7 pins...

But the problem for me is that I can?t find it here in Brazil... :(

Thanks!!!
Rafael_Brazil
Plugin Author
Posts: 54
Joined: November 20th, 2005, 2:05 pm
Location: Curitiba, Paran?, Brazil
Contact:

Post by Rafael_Brazil »

I got a mc145026 and mc145027... they have a 4-bit support and. lcdsmartie just works with 8-bits and some logical pins! :(

Is there some solution to get a 4x40 lcd in wireless mode using these IC?
_X7JAY7X_
Hardware Genie - Plugin Author
Posts: 374
Joined: February 16th, 2005, 10:24 pm
Location: Michigan

Post by _X7JAY7X_ »

I dont see how unless you have a microcontroller or something comparable to encode the data on the transmitter end and a micro on the receiving end to control the LCD.

J
Rafael_Brazil
Plugin Author
Posts: 54
Joined: November 20th, 2005, 2:05 pm
Location: Curitiba, Paran?, Brazil
Contact:

Post by Rafael_Brazil »

I think just with a PIC16F628... But, we need to know hard of assembly...
Post Reply