APC220
APC220
This APC220 is a highly versatile, low power radio solution that is easy to setup and integrate into any project
requiring a wireless RF link.
It is perfect for robotic application which gives you a wireless control. You can connect one of these modules
with your MCU through TTL interface. And connect your PC with another APC220 module through a
TTL/USB converter.
1 of 9 12/31/2013 10:07 AM
USB-TTL Converter Pin out diagram
2 of 9 12/31/2013 10:07 AM
4 RXD UART RX
5 TXD UART TX
6 AUX UART Signal- Receive (low) Transmit (high)
7 SET Set parameters (low)
Connect APC220 to PC
3 of 9 12/31/2013 10:07 AM
Any MCU which has TTL port is able to talk to APC220. A diagram is shown below for easy connection.
4 of 9 12/31/2013 10:07 AM
Connect PC to MCU via APC220
To connect PC to PC via APC220, two USB-TTL or RS232-TTL converters are required. A diagram is
illustrated below.
5 of 9 12/31/2013 10:07 AM
USB-TTL driver download
6 of 9 12/31/2013 10:07 AM
Set the parameter of APC220 module.Choose your correct COM Serial port, and press "write".(the
default setting is OK)
7 of 9 12/31/2013 10:07 AM
Plug one module to your PC. and plug another one to your Arduino.
1 void setup()
2 {
3 Serial.begin(9600); //Set serial baud rate to 9600
4 }
5
6 void loop()
7 {
8 Serial.println("Hello!"); //print out hello string
9 delay(1000); //1 second delay
10}
Now,you can communicate your PC with your Arduino by apc220 module.As my APC220 Module use
COM1,we can use arduino IDE Serial port to check the COM1 directly.
8 of 9 12/31/2013 10:07 AM
Linux issue: The current on the En pin of adapter is different when using the USB-Serial board on Linux. The
same issue happens on Mac.The solution is not to plug the En pin, using a cable, or a little handmade breakout
board.
Windows (64-bit OS): You should set the RF-Magic program's compatibility to "windows XP (Service pack
3)" and "run this program as administrator"
You can find these options by right clicking on the program icon and selecting "properties" then by going to
the "Compatibility" tab
9 of 9 12/31/2013 10:07 AM