Adafruit fona nodejs library

Adafruit cellular platform - SMS and IoT over celluar

Moderators: adafruit_support_bill, adafruit

Please be positive and constructive with your questions and comments.
Locked
User avatar
turkdoktoru
 
Posts: 2
Joined: Mon Oct 15, 2018 5:53 am

Adafruit fona nodejs library

Post by turkdoktoru »

Hi,

How do I use the Adafruit fona library in nodejs? Can you help me ?

User avatar
adafruit_support_mike
 
Posts: 67446
Joined: Thu Feb 11, 2010 2:51 pm

Re: Adafruit fona nodejs library

Post by adafruit_support_mike »

The FONA library isn't written in Javascript, so it will mostly be useful as a working code reference.

The FONA itself communicates using AT- commands sent through a Serial interface. You can use the FONA library to see what commands we use for common tasks, and the order in which we use them.

User avatar
turkdoktoru
 
Posts: 2
Joined: Mon Oct 15, 2018 5:53 am

Re: Adafruit fona nodejs library

Post by turkdoktoru »

I'm actually doing this. sim7000 + arduino nano.
I want to connect to the Arduino device with johnny-five and establish an internet connection.

I want to connect arduino to internet with nodejs + arduino + sim7000 (simcom library).

User avatar
adafruit_support_mike
 
Posts: 67446
Joined: Thu Feb 11, 2010 2:51 pm

Re: Adafruit fona nodejs library

Post by adafruit_support_mike »

I'm afraid we don't have any information to help with that.

Locked
Please be positive and constructive with your questions and comments.

Return to “FONA”