Code Monkey home page Code Monkey logo

Comments (2)

danjulio avatar danjulio commented on September 27, 2024

The Arduino library was written with conditional code for the ESP8266 allowing specifying the I2C pins in the begin() method so it won't compile with that code for the ESP32. Try changing the

#ifdef ESP8266

to

#ifdef ESP32

in the mpptChg.cpp and mpptChg.h files in your Arduino library installation.

I'm currently on holiday so can't test this for a while but update this if it works (or what it takes to get it to work) and we can update the Arduino library to support both ESP8266 and ESP32.

from mppt-solar-charger.

adrian0 avatar adrian0 commented on September 27, 2024

#NoteToSelfSoThatIDontForget
Changing the ifdef statement to ESP32 seems to highlight that the variable types used for the ESP8266 library don't work for the ESP32.
Ran out of time before having to travel for work.
When back home, I need to work a bit more on the variable types for ESP32.

from mppt-solar-charger.

Related Issues (5)

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.