Skip to content
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

Examples outdated? #8

Closed
Savjee opened this issue Aug 18, 2020 · 4 comments
Closed

Examples outdated? #8

Savjee opened this issue Aug 18, 2020 · 4 comments

Comments

@Savjee
Copy link

Savjee commented Aug 18, 2020

Hi,

I just got the Olimex NB-IoT-DevKit and trying out your quectel platform. Unfortunately I'm unable to get the examples to work.

The get_info example gives me this error:

src/main.cpp: In function 'void setup()':
src/main.cpp:20:42: error: 'class LDEV' has no member named 'getVersion'; did you mean 'version'?

Changing it to version gives me additional errors:

src/main.cpp:26:7: error: 'class LDEV' has no member named 'waitSimReady'
   Dev.waitSimReady();

I tried other examples as well. The https_internal example complains about not finding #include <nbHttpClient.h>.

Any thoughts?
Using the latest version of the framework with Platform.io
Thanks!

@Wiz-IO
Copy link
Owner

Wiz-IO commented Aug 18, 2020

@Savjee
Copy link
Author

Savjee commented Aug 18, 2020

Ah, I was looking in the wrong directory. Thanks for pointing me in the right direction.

Any pointers on how I could send UDP packets to AllThingsTalk? https://docs.allthingstalk.com/developers/api/udp-messaging/

Or, alternatively, how to set the headers of HTTP requests?

@Wiz-IO
Copy link
Owner

Wiz-IO commented Aug 18, 2020

@Savjee
Copy link
Author

Savjee commented Aug 18, 2020

Appreciate your help!
Great job with this platform ;)

@Savjee Savjee closed this as completed Aug 18, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants