module CJMCU - 219 INA219 I2C #1748
Replies: 6 comments
-
Posted at 2017-01-26 by @gfwilliams I don't believe there is a library for that but it's unlikely to be too hard for you to make one - it's usually just a matter of doing what the datasheet says. If you post up here with any questions we can try and help you out. |
Beta Was this translation helpful? Give feedback.
-
Posted at 2017-01-26 by ClearMemory041063 A Google search produces at least one path for a driver in C. This link is a good discussion of the chip A NODEjs version of the code Have fun sorting it all out. |
Beta Was this translation helpful? Give feedback.
-
Posted at 2017-01-26 by ClearMemory041063 Attached is a start on the translation of the Adafruit C code.
|
Beta Was this translation helpful? Give feedback.
-
Posted at 2017-05-26 by Mark Hello! I'm doing an I2C project for ESP826612F 1V91 Attachments: |
Beta Was this translation helpful? Give feedback.
-
Posted at 2017-05-26 by Mark ResultAttachments: |
Beta Was this translation helpful? Give feedback.
-
Posted at 2017-05-26 by @gfwilliams Nope - I2c.find isn't a built-in method. The reference lists what's available here: http://www.espruino.com/Reference#I2C If you have other questions related to ESP8266 please can you post them on the ESP8266 forum though? This post originally doesn't have much to do with your question at all, apart from having I2C in the title. |
Beta Was this translation helpful? Give feedback.
-
Posted at 2017-01-26 by Mark
There is a module: http://www.ti.com/lit/ds/symlink/ina219.pdf
CJMCU - 219 INA219 I2C interface Bi-directional current/power monitoring sensor module.
Please tell me, how can I connect it?
Is there a JS for it?
Beta Was this translation helpful? Give feedback.
All reactions