How to connect Xbee module to 16x2 LCD display
inspiretechuniverse
Posts: 7
In my project, I have to transmit the data from Xbee module( at receiver end) to a 16x2 LCD Display.
Can anyone tell me how to transmit the data? Does it requires any external Micro controllers? Is there any possibility that Xbee module can be directly connected to the display and text will be transmitted?
Can anyone tell me how to transmit the data? Does it requires any external Micro controllers? Is there any possibility that Xbee module can be directly connected to the display and text will be transmitted?
Comments
Have you looked at the "Getting Started with the xBee" text and coding examples? You can download it from here.
First of all, you must read the "Getting Started with the xBee RF Modules" text. You will probably want a Parallax SIP adapter and an xBee USB adapter for the PC side. Parallax's Serial LCD should work. Make sure to read the documentation for it (from the webstore page). You'd simply connect +5V power and ground to the SIP adapter and display, then connect DOUT on the adapter to the serial input of the display (RX). You'll need to configure the xBee and display to use the same Baud. The "Getting Started" text discusses configuration of the xBees.
Do we have an option to connect the Xbee module to LCD display without any intermediate devices like microcontroller, basic stamp?
It's also a good idea to look at the advice given to you in response to your questions.