Giter Club home page Giter Club logo

arduino-sim5320's Introduction

Sim5320 Driver for Arduino

*This library was inspired by Adafruit_FONA library. I wanted to make one that could be used just like an Ethernet/EthernetClient or WiFi/WiFiClient library. The device used for testing is actually a Adafruit-Fona-3g. I realise this device is not the most popular for developpement and I couldn't find the SIM5320 device on digikey. I might make one for some UBlox products eventually.

Do not hesitate to give me your feedbacks, I could use some.

arduino-sim5320's People

Contributors

vincrl avatar

Watchers

 avatar

arduino-sim5320's Issues

Second Attemps to AT+CIPOPEN crashes the device

Using Adafruit FONA-3G,

First attempt to use AT+CIPOPEN is successful and then after disconnecting it, the second one send back an OK but nothing else and times out. The device then needs to be reseted or it resets itself after a long period of time.

First connection:

	---> AT+CIPOPEN=0,"TCP","broker.hivemq.com",1883
	<--- OK
	<--- +CIPOPEN: 0,0

Second connection:

	---> AT+CIPOPEN=0,"TCP","broker.hivemq.com",1883
	<--- OK
	<---

Need to investigate more on how to properly close a TCP Connection.

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.