-
Notifications
You must be signed in to change notification settings - Fork 2
Add SARA network examples #17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Here are my notes as I test the Cellular Library examples on the SARA-R510M8S. Separate Pull Requests will follow as I add SARA-specific examples (with the extra PDP commands needed by the SARA). Hardware:SparkFun MicroMod Asset Tracker Carrier Board DEV-17272 Example1_DeviceIdentification:
First time, the example runs correctly. I see Manu ID, Model ID, IMEI, IMSI etc. |
I'm trying to define the power pin - Artemis MicroMod PB pin G2: This compiles OK: But this fails:
@sfe-SparkFro : how do I define the power pin on the SARA-R510M8S? Thanks! |
Ah, looks like the problem is that you can only use the default constructor for all the inherited classes. @gigapod any suggestions on how to best fix this? Would prefer to not have to define the same constructor for each class if possible. |
You need to bring up the superclasses constructors using a From something I did in Flux:
Here in context |
Discussed in #17, couldn't set pins with constructors of child classes
See #23, should be working there! |
Looks good, merged in the branch! |
The use of |
My RTK EVK examples (currently private):
Note: both examples need a GNSS, so they're not great 'generic' examples. Maybe we could adapt 8_5 so it transfers data to / from ThingSpeak using MQTT? |
Hah! Except you almost did that already! |
From @PaulZC in #13:
The text was updated successfully, but these errors were encountered: