Hello!
I'm trying to use VirtualWire with the Arduino Ethernet and the PN532 RFID/NFC Shield but when I do method GET to my server I don't receive nothing! and when I comment the library I can do this! do you have any solution or do you know any other libraries to transmit and receive data with RF transmitter?
My arduino sketch work with
#include <Ethernet.h>
#include <SPI.h>
#include <JsonParser.h>
#include <Wire.h>
#include <Adafruit_NFCShield_I2C.h>
#include <VirtualWire.h>
#include <Time.h>
#include <DateTimeStrings.h>