ESPHome ESP8266 with SS49E Hall sensor

Hi
I’m looking for info about connect ESP8266 with SS49E Hall sensor.
I need use this hall sensor in my weather station inside anemometer.
Best regards

Nothing complicated in connection, 3.3V to Vcc, Gnd to Gnd and Out to Esp analog pin.
Edit: there are different sensors from different manufacturers, some state supply voltage range 2.7-6.5V, some 4.5-6V…

1 Like

any code for esphome ?

You don’t need any specific code, just adc sensor. Conversions/calibration can be done with sensor component filters.

sensor:
  - platform: adc

What output range you are expecting to get from your setup?