Giter Club home page Giter Club logo

gigawifisolver's Introduction

GigaWiFiSolver

if you encountered an issue of enabling WiFi of Arduino Giga R1 WiFi maybe this library can help you

Warning: don't use this library unless you couldn't use WiFiFirmwareUpdater that comes with Arduino Giga R1 WiFi Package

History

I bought An Arduino Giga R1 WiFi board, in first glance it looks good and powerful, but for some reasons I coudn't able to run wifi, it tells me there's a missing firmware.

So I tried to use WiFiFirmwareUpdate but it failed also, so I thought there's something wrong with a Flash layout, thus I decided to use QSPIFormat sketch and gives me this error

After a Whole week of debugging and trying to understand the issue, I found out that I can't use the QSPI Flash properly, as it turned out there's an issue in reading data from the Flash. Arduino Giga uses AT25SF128A 16Mb Nor Flash and it supports Quad Mode.

The QSPIFBlockDevice uses an Quad I/O Fast Read Instruction for reading data from the Flash, but if you use QSPIFBlockDevice directly you cannot read the data as the read function has issue.

- the issue is related to Arduing Giga R1 that comes with AT25SF128A.

- Sadly you can't use the external Flash Until the Arduino Fix the issue or use this library and it's compitable with mbed and Arduino api.

Solution

I created a handy quick solution by creating a modified QSPIFBlockDevice and called it QSPIFBlockDeviceASAS, it's same as QSPIFBlockDevice except it uses different implementation of reading function.

Steps to Enable WiFi

1 - Use WiFiFirmwareUpdater provided with this library to install the firmware

2 - put #include <GigaWiFiSolver.h> before #include <WiFi.h> look for WiFi example

Currently still trying to resolve the issue of the quad mode and I hope this library can help you, in case you have problem or anything you can contact me. my twitter

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.