Xbee Wireless Servo Control using PIC18LF4520

Searching for a reliable wireless solution for your project can be a real pain if youā€™re not familiar with current wireless standards, data rates and reliability. The Xbee Modules that we will use in this article are widely available, use a very reliable wireless transmission protocol and have sufficient datarates for most hobby projects.
This article will show you how to build a basic wireless input and output system in the form of a single transmitter and single receiver. Communication will be one way to keep things simple with two xbee modules being used for the wireless link. In the end, a small trimpot will control the movement of a servo motor.

Xbee Wireless Servo Control

Purpose & Overview of this article
The goal for this article is to build a wireless transmitter that we can send input to and a wireless receiver that can recieve, translate and implement this input data to move a servo motor to a specific location.
To arrive at this goal, we will use two PIC Microcontrollers (one for the receiver and the transmitter) and two Xbee WiFi Modules (again, one for the receiever and the transmitter). The transmitter will have a standard trimpot circuit to input a variable analog voltage to the PICā€™s A/D converter. The receiver will be connected to a servo motor that can be driven by a PWM signal.

Parts
2x Xbee WiFi Modules
PICkit2
2x PIC 18LF4520
2x LM317 Voltage Regulator
2x 5k Trimpot
4x 240Ī© Resistors
2x 10kĪ© Resistors
2x 3mm LEDs
2x 10uF Capacitors
2x 20 MHz Crystal
SIPs
2x Breadboard
Jumper Wire
2x 9v Connecter
2x Battery Holder


Parts List Details
The parts for both the transmitter and the receiver are listed above (notice a lot of duplicate 2x parts are listed. Iā€™ll describe the more important parts in greater detail below.

PICkit2
This is the programmer that I use to load the firmware (software) that I create in Microchipā€™s MPLAB onto the PIC 18F4520 microcontroller. Itā€™s a little expensive, but only comes as a one time cost. Once you have the programmer you can use it over and over to program almost every PIC that microchip makes.

PIC 18LF4520
Normally I use the PIC 18F4520 series PIC in my articles but since the Xbee Modules are not +5v compatible (Xbee Modules use +3.3v) I decided to use the ā€˜LFā€™ series of the PIC. The ā€˜LFā€™ series of the PIC can run on a +3.3v power supply, which means we can use the same power supply going to the Xbee Module and the PIC Microcontroller.

Xbee WiFi Module
These modules use the Xbee protocol (stack) for wireless communication, making them pretty darn reliable. The default speed setting for these modules is 9600 baud, so if you want to use these modules out of the box be sure your serial communication module is set to output at 9600 bps (as I do in this article).

LM317 Voltage Regulator
This voltage regulator is a variable type which means it can output 1.25 ā€“ 37v. We use a 240&Omega resistor and a 5k trimpot circuit, then vary the trimpot value until the LM317 outputs the +3.3v that we need.

Breadboard
Two standard sized breadboards are used to build the transmitter circuit and the receiver circuit. No secrets are surprises here, just a generic $10 breadboard.

Jumper Wire
Standard breadboard jumper wire is used to connect everything together. Jumper wire kits are pretty easy to find, or you can always just go to the store and buy a few feet of wire and cut your own jumper wire with a pair of wire cutters!

Schematic Overview
There are two schematics that weā€™ll look at to see how to build this transmitter/receiver system. The first one is the transmitter, with a variable trimpot input into RA0. The trimpot value will be sent out of the Tx pin of the PIC and to the Din pin of the Xbee module to send the signal wirelessly.
The receiver circuit, will receieve the transmitted signal through the Xbee module, out of the Dout pin and to the PICā€™s Rx pin. The receiving PIC will then translate the data to movement coordinates for the servo motor.

Cadsoft Eagle Project Files: Xbee Wireless Servo Control

Transmitter Schematic

Xbee Wireless Servo Control schematic

ā€ Trimpot Input Into The PIC
The input we will give to the PICā€™s will come from a standard trimpotā€™s output. The trimpot is tied to power and ground, with the middle pin being a variable voltage send to the PICā€™s A/D converter on pin RA0.

ā€œXbee Module Wireless Output
The PIC will then translate this input to an integer of value 0-50 and send it via the PICā€™s serial communication module at 9600 BPS to the Xbeeā€™s Din pin.

 

For more detail: Xbee Wireless Servo Control using PIC18LF4520

About The Author

Ibrar Ayyub

I am an experienced technical writer holding a Master's degree in computer science from BZU Multan, Pakistan University. With a background spanning various industries, particularly in home automation and engineering, I have honed my skills in crafting clear and concise content. Proficient in leveraging infographics and diagrams, I strive to simplify complex concepts for readers. My strength lies in thorough research and presenting information in a structured and logical format.

Follow Us:
LinkedinTwitter