Skip to content
  • MySensors
  • OpenHardware.io
  • Categories
  • Recent
  • Tags
  • Popular
Skins
  • Light
  • Brite
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Brand Logo
  1. Home
  2. Hardware
  3. ESP8266 need six analog input

ESP8266 need six analog input

Scheduled Pinned Locked Moved Hardware
5 Posts 2 Posters 2.5k Views 2 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • Martin TellblomM Offline
    Martin TellblomM Offline
    Martin Tellblom
    wrote on last edited by
    #1

    Has anyone experience with more than one analog input on the ESP8266?

    I have seen this example but I don't know if it will work well (the op-amp he is using is not specified).

    I have also googled that people uses MCP3004, MCP3008, MCP3021, MCP3421 for this, but I can't find anyone (beside the top example) that have a build tutorial for this expanded analog inputs.

    So have anyone else used six (or more) analog inputs on teh ESP8266 and can share the solution?

    MySensors MQTT Client Gateway, Openhab, Dashing, Razberry, 1-wire

    mfalkviddM 1 Reply Last reply
    0
    • Martin TellblomM Martin Tellblom

      Has anyone experience with more than one analog input on the ESP8266?

      I have seen this example but I don't know if it will work well (the op-amp he is using is not specified).

      I have also googled that people uses MCP3004, MCP3008, MCP3021, MCP3421 for this, but I can't find anyone (beside the top example) that have a build tutorial for this expanded analog inputs.

      So have anyone else used six (or more) analog inputs on teh ESP8266 and can share the solution?

      mfalkviddM Offline
      mfalkviddM Offline
      mfalkvidd
      Mod
      wrote on last edited by mfalkvidd
      #2

      @Martin-Tellblom I have been looking at https://www.aliexpress.com/item/J34-Free-Shipping-16-Bit-I2C-ADS1115-Module-ADC-4-channel-with-Pro-Gain-Amplifier-for/32564528015.html

      but have not yet bought it. The address is configurable so you should be able to use up to 4 modules, giving you a total of 16 analog inputs. Also, it is able to measure voltages up to Vcc which is much easier than having to cope with the 1V limit of the esp analog input.

      1 Reply Last reply
      1
      • Martin TellblomM Offline
        Martin TellblomM Offline
        Martin Tellblom
        wrote on last edited by
        #3

        @mfalkvidd said:

        onfigurable so you should be able to use up to 4, giving you a total of 16 inputs. Also, it is able to measure voltages up to Vcc which is mych easier than having to cope with the 1V limit of the esp analog input.

        Looks promising, a few problems just :)
        The delivery time (found a few similar on ebay but they all seem to be shipped from the other side of the world with at least 30 days of deliverytime.

        It's a lot easier to be able to read 3.3V input I agree and this seems like the best idea yet but I don't now how to physicly connect the 6 wires to the 4 inputs and then I need a code that I can adapt.

        Or shall I use 2 of them (regarding to this Adafruit you can use 4 on the same I2C connection)

        Is this the same?
        http://www.ebay.co.uk/itm/16-Bit-I2C-4-CH-ADS1115-ADS1015-Module-ADC-Development-Board-for-Arduino-TE570-/282148404206?hash=item41b15afbee:g:zQkAAOSwZVlXveLA
        and
        http://www.ebay.co.uk/itm/16-Bit-I2C-Analogue-to-Digital-Convertor-Pro-Gain-Amp-ADS1115-4-Ch-Flux-Workshop-/122018838555?hash=item1c68e3b81b:g:hvkAAOSwepJXZE~N

        MySensors MQTT Client Gateway, Openhab, Dashing, Razberry, 1-wire

        mfalkviddM 1 Reply Last reply
        0
        • Martin TellblomM Martin Tellblom

          @mfalkvidd said:

          onfigurable so you should be able to use up to 4, giving you a total of 16 inputs. Also, it is able to measure voltages up to Vcc which is mych easier than having to cope with the 1V limit of the esp analog input.

          Looks promising, a few problems just :)
          The delivery time (found a few similar on ebay but they all seem to be shipped from the other side of the world with at least 30 days of deliverytime.

          It's a lot easier to be able to read 3.3V input I agree and this seems like the best idea yet but I don't now how to physicly connect the 6 wires to the 4 inputs and then I need a code that I can adapt.

          Or shall I use 2 of them (regarding to this Adafruit you can use 4 on the same I2C connection)

          Is this the same?
          http://www.ebay.co.uk/itm/16-Bit-I2C-4-CH-ADS1115-ADS1015-Module-ADC-Development-Board-for-Arduino-TE570-/282148404206?hash=item41b15afbee:g:zQkAAOSwZVlXveLA
          and
          http://www.ebay.co.uk/itm/16-Bit-I2C-Analogue-to-Digital-Convertor-Pro-Gain-Amp-ADS1115-4-Ch-Flux-Workshop-/122018838555?hash=item1c68e3b81b:g:hvkAAOSwepJXZE~N

          mfalkviddM Offline
          mfalkviddM Offline
          mfalkvidd
          Mod
          wrote on last edited by
          #4

          @Martin-Tellblom both are called ads1115 so they should be the same.

          Yes, for 6 inputs you would use two modules.

          Martin TellblomM 1 Reply Last reply
          0
          • mfalkviddM mfalkvidd

            @Martin-Tellblom both are called ads1115 so they should be the same.

            Yes, for 6 inputs you would use two modules.

            Martin TellblomM Offline
            Martin TellblomM Offline
            Martin Tellblom
            wrote on last edited by
            #5

            @mfalkvidd

            Tnaks,
            I saw that Adafruit had a library and code or this that should be ESP8266 certified ...

            I'll try. Thanks for quick support

            MySensors MQTT Client Gateway, Openhab, Dashing, Razberry, 1-wire

            1 Reply Last reply
            1
            Reply
            • Reply as topic
            Log in to reply
            • Oldest to Newest
            • Newest to Oldest
            • Most Votes


            24

            Online

            11.7k

            Users

            11.2k

            Topics

            113.1k

            Posts


            Copyright 2025 TBD   |   Forum Guidelines   |   Privacy Policy   |   Terms of Service
            • Login

            • Don't have an account? Register

            • Login or register to search.
            • First post
              Last post
            0
            • MySensors
            • OpenHardware.io
            • Categories
            • Recent
            • Tags
            • Popular