I have gotten myself a Niblelink/Skywire embedded modem, in the product description they said that they have "example code for arduino", but I have been searching for weeks now and can literally not find a single example, last resort was to ask ChatGpt but was just as useless as always
Does anyone here have any experience with any embedded modem and hopefully a Skywire modem?
I have heard about the AT commands and some combinations of it to make the modem ready to do stuff like HTTP GET request, I have also read through some of the documentation to see which AT commands are available,
My goal now is to make myself an easy to use Wrapper/Library for myself so that I can use it very handy
I have a development shield for the Arduino Uno, it is a little bit unfortunate that I cannot find the example code.. but I have contacted the retailer and manufacturer to hopefully recive some information. But now i have to try and craft my own wrapper
Iโd suggest looking at the Adafruit FONA library to get started.
I havenโt heard of that brand modem, but a the AT command set is faitky standardised, I can almost guarantee it will get you started.
As you get more complex, Iโm sure it will begin to stretch your skills.
See if you can find a manufacturers Application Note, or detailed data for that product. There may be a fotum somewhere - like stackexchange