Coder Social home page Coder Social logo

Comments (5)

PowerBroker2 avatar PowerBroker2 commented on May 27, 2024 1

If the MCU you're using doesn't have the wire library in it's core, you should probably poke around the forums (either Arduino or Espressif). If it continues to be an issue, you could probably comment out all of the files/includes that are associated with Wire.h

from serialtransfer.

wassx avatar wassx commented on May 27, 2024

I currently try to make it run on a NodeMCU 8266 12F but I run into the issue that Wire.h is not found. (

#include "Wire.h"
)
@PowerBroker2 any ideas or hints please, what do I need to install here, please?

from serialtransfer.

wassx avatar wassx commented on May 27, 2024

Ok, I assume the answer is in here: https://www.arduino.cc/reference/en/language/functions/communication/wire/
NodeMCU is not supported with the Wire.h library

from serialtransfer.

wassx avatar wassx commented on May 27, 2024

@PowerBroker2 ok thanks for the quick reply, I will use UART for comms and comment the I2C out then.

from serialtransfer.

PowerBroker2 avatar PowerBroker2 commented on May 27, 2024

No prob. I like having I2C and SPI capabilities built into this library, but it's annoying when several board core libraries have inconsistent I2C/SPI APIs causing unnecessary problems with this lib. I probably should at some point put in preprocessor directives to automatically exclude the I2C portion of the lib if compiling for NodeMCU, but I'm busy atm

from serialtransfer.

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.