Coder Social home page Coder Social logo

Comments (6)

mobizt avatar mobizt commented on May 24, 2024

Please post your test code and your SD pins connection with ESP8266 or module.

The default CS pin is 15.

Here is the function that use to test SD internally

from firebase-esp8266.

komputerboy avatar komputerboy commented on May 24, 2024

okay, i edited my question

from firebase-esp8266.

mobizt avatar mobizt commented on May 24, 2024

D2 or GPIO4 was assigned to the data pin of I2C bus by default (SDK lib), now you use it as CS pin for SPI bus.

The default CS pin for SPI is D8 or GPIO15.

You can change your CS to use GPIO15 or D8 or change the assigned macro in library here to

#define SD_CS_PIN 4

Also please remove BUG in your issue title, this is the different config issue.

from firebase-esp8266.

komputerboy avatar komputerboy commented on May 24, 2024

okay, now the error gone, i will close this issue.
But i still can't upload files, the error i got right now is:

Set file data test...
FAILED
REASON: Transmission error, unauthorized

from firebase-esp8266.

mobizt avatar mobizt commented on May 24, 2024

Check your FIREBASE_AUTH.
What is the value return if you call firebaseData.httpCode() after firebaseData.fileTransferError() ?
And how about the normal Firbase get or set call?

from firebase-esp8266.

komputerboy avatar komputerboy commented on May 24, 2024

Silly me, i mistaken use Server Key instead of Firebase Secret on Firebase Auth. Now its working
Thanks

from firebase-esp8266.

Related Issues (20)

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.