Hello, I have an Adafruit Fona Breakout (see here) and I would like to use a Photon to control it with. There is an Arduino library (Github link) which uses a software serial port and another pin (for reset I think). I checked the IDE but unfortunately the Fona library is not there.
Has anyone already used a Fona with a Particle? what would be the necessary steps to “port” the library to use it with a photon? I guess I would need to include the “Adafruit_FONA.cpp” and “Adafruit_FONA.h” files, go through them and check all references to the pins used, and, if necessary, replace them with Particle hardware serial pins. Does that sound reasonable and feasible? Have not ported any library yet, so bear with me
… I know and agree … when it comes to a data connection. However, for this project I need the call functionality (I am restoring a vintage rotary phone).
@hbierau, with a few changes, I got the FONA library to compile. There is no guarantee that it work however. I’ll post I how compiled and the changes I made tomorrow cause I’m going to bed now
Did not get round testing it yet. It turned out that the Photon had not enough pins for the project I have in mind, so I need think creatively (other mic or two mics… haven’t decided yet).
Let me know how you are getting along.