Giter VIP home page Giter VIP logo

arduino-me310-library's People

Contributors

cristinace avatar cristinadesogus123 avatar enricomarongiu avatar fabiopi-tlt avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

arduino-me310-library's Issues

Request for more examples / libs /docs

Charlie is a very interesting board you made! Is it possible to provide some basic examples like the sendSMS sketch from the MKRNB examples to answer the basic questions and to find an entry point.
Is there any general arduino lib like MKRNB for the SARA-410?
What about adapting the MKRNB lib to the Telit modem?
Because of the flaky behaviour of the SARA-410 i (And a lot more frustrated coders) are looking for a alternative like you built!
All we need is software...

Use for me910g1

It seems like some of these functions are directly useful for ME910G1. Can you clarify what examples may be useful for someone who is testing with an arduino type device and a me910 module?

Description of pins for UART

There isn't a comment that describes this well enough or non-Charlie boards.
`/*

  • If a Telit-Board Charlie is not in use, the ME310 class needs the Uart Serial instance in the constructor, that will be used to communicate with the modem.\n
  • Please refer to your board configuration in variant.h file.
  • Example:
  • Uart Serial1(&sercom4, PIN_MODULE_RX, PIN_MODULE_TX, PAD_MODULE_RX, PAD_MODULE_TX, PIN_MODULE_RTS, PIN_MODULE_CTS);
  • ME310 myME310 (Serial1);
    */`

I assume that need to define these like so, but I'm a little confused.
#define PIN_MODULE_RX 0 #define PIN_MODULE_TX 1 #define PAD_MODULE_RX 2 #define PAD_MODULE_TX 3 #define PIN_MODULE_RTS 4 #define PIN_MODULE_CTS 5

What is PIN_MODULE_RX vs PAD_MODULE_RX for example?
If I have a generic arduino type device that has a hardware serial port (let's say arduino calls it "Serial") then what would need to be defined for the arduino board to talk to the device (like a Telit module like an ME910G1 on EVK2 or with a Telit Bravo board)?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.