hi everyone i need your help for my projet
i have 2 module ACP 220 and one arduino , and i would like to sent whit one acp220and arduino to the pc .
can you help me ?
the montage is good , reglage whit RF magic too and i have no result in the serial monitor
my programme is just easy look :
void setup()
{
Serial.begin(9600); //Set serial baud rate to 9600
}
void loop()
{ Serial.begin(9600);
Serial.println("Hello!"); //print out hello string
delay(1000); //1 second delay
}
ty all
please help me , if you need any information i do it
i had the same problem. the solution is:
after you program your two modules with the rf magic software, you have somehow to DISCONNECT the pins of SET and of EN of the APC220 module that is in the PC. For examble cut them and put it to the USB adaptor so that these two pins will not touch the USB adaptor. This is the solution. However if you cut them you will not be able to reprogram this module, so another solution is to put the module into a breadboard and then with cables connect all the other pins EXCEPT these two pins of SET and EN to the USB adaptor