Arduino-NFC-Android

HI....
does someone know if any project about an Android's App that communicates with an Arduino and its shield (Adafruit or other...) exists?
The principal requirement is about the exchange of data from Android's smartphone to Arduino and viceversa (possibly P2P communication)

Really Thanks for your help, time and attention!

Hi

What you're suggesting isn't difficult over Bluetooth if you're looking to write an app yourself. Bluetooth is just serial communications - and that's something that's both natively supported on Arduino and available via emulation if you don't want to use the hardware ports.

Cheers ! Geoff

If you want to send data Android>Arduino you will probably have to write an app of your own to do it, and I imagine your own app to collect the data as well. If you want to send data Aduino>Android, any Arduino datalogging programme with serial.print will do it and there are already several Android terminals that can be used. I use Bluetooth Graphics Terminal, which gives three graphs simultaneously, or record data.