GithubHelp home page GithubHelp logo

ykumano / wifi-ism43362-m3g-l44 Goto Github PK

View Code? Open in Web Editor NEW

This project forked from stm32duino/wifi-ism43362-m3g-l44

0.0 2.0 0.0 108 KB

Arduino library to support the Wi-Fi module Inventek ISM43362-M3G-L44 (802.11 b/g/n)

C++ 95.17% C 4.83%

wifi-ism43362-m3g-l44's Introduction

WiFi-ISM43362-M3G-L44

Arduino library to support the Wi-Fi module Inventek ISM43362-M3G-L44 (802.11 b/g/n)

API

The API is based on the Arduino WiFi API. Refer you to the documentations at https://www.arduino.cc/en/Reference/WiFi

List of the adaptations:

WiFiST

  • Class constructor changed, 3 new constructors depend on the communication driver: WiFiClass(SPIClass *SPIx, uint8_t cs, uint8_t spiIRQ, uint8_t reset, uint8_t wakeup); WiFiClass(HardwareSerial *UARTx, uint8_t reset, uint8_t wakeup); WiFiClass(uint8_t tx, uint8_t rx, uint8_t reset, uint8_t wakeup);
  • status(): less verbose; only WL_CONNECTED, WL_NO_SHIELD, WL_IDLE_STATUS, WL_NO_SSID_AVAIL, WL_SCAN_COMPLETED, WL_CONNECT_FAILED implemented.
  • setMac(): function added to set MAC address of the Wifi module.

WiFiClientST :

  • available(): not supported. Always returns 1.
  • peek(): not supported. Always returns 0.
  • flush(): empty function. Do nothing (already empty in Arduino Wifi API).

WiFiUdpST:

  • endPacket(): not supported. Always returns 1. The data are sent when you call write().
  • available(): not supported. Always returns 0.
  • parsePAcket(): not supported. Always returns 0.
  • peek(): not supported. Always returns 0.
  • flush(): Do nothing (already empty in Arduino Wifi API).

WiFiServerST:

  • status(): Do nothing (always returns 1).

Version

The WiFi library is based on FW "Inventek eS-WiFi ISM43362-M3G-L44-SPI C3.5.2.3.BETA9".

Supported Secure Wi-Fi authentication by the Wi-Fi module Inventek ISM43362-M3G-L44:

  • WEP-128
  • WPA-PSK (TKIP)
  • WPA2-PSK

Restriction

  • WiFiServerST is not stable due to issue of the current WiFi firmware version: C3.5.2.3.BETA9
  • WEP-128 is not functional. Issue probably due to the current WiFi firmware version: C3.5.2.3.BETA9

Examples

The examples are close of the Arduino WiFi library but with some adaptations to work with the ISM43362-M3G-L44 WiFi module.

Documentation

You can find the source files at
https://github.com/stm32duino/WiFi-ISM43362-M3G-L44

The ISM43362-M3G-L44 datasheet is available at
http://www.inventeksys.com/products-page/wifi-modules/serial-wifi/ism4336-m3g-l44-e-embedded-serial-to-wifi-module/

wifi-ism43362-m3g-l44's People

Contributors

fpistm avatar damien16130 avatar lmestm avatar biagiom avatar

Watchers

James Cloos avatar ykumano avatar

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.