Giter Club home page Giter Club logo

Comments (3)

rnestler avatar rnestler commented on September 24, 2024

to obtain either a working code for proof that Arduino Uno

The Arduino Uno runs with 5V right? So it may need level shifters (https://www.adafruit.com/product/757) for the I2C communication to work.

The SLF3S-1300F needs a supply voltage between 3.2V and 3.8V, so powering it with 3.3V is fine.

no additional pullups,

Are there existing I2C pullups on the Arduino Uno? If yes, when they pull up to 5V this may damage the SLF3S-1300F since the input voltages on SCL and SDA would be higher than its supply voltage.

Oscilloscope reading of SCL and SCL during serial monitor updates the serial monitor error : periodically (pulled down from 2v to 0V

From this it seems to me that there are no I2C pull up resistors. So if there really are no existing pull-ups on the Arduino Uno, consider adding pull-up resistors to 3.3V, which may work for communication with the Arduino Uno, since 3.3V is above the logic threshold of 2.5V which is to be expected of a 5V powered device.

Hope that helps 🙂

from arduino-liquid-flow-snippets.

rnestler avatar rnestler commented on September 24, 2024

Btw. from your oscilloscope screenshot I guess you speak German, right? Feel free to respond in German if that is easier for you, I'm from the German speaking part of Switzerland so it is my native language 🙂

from arduino-liquid-flow-snippets.

dandelion-cmd avatar dandelion-cmd commented on September 24, 2024

from arduino-liquid-flow-snippets.

Related Issues (4)

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.