Search found 4 matches

by Wimphot
Sat Mar 27, 2021 9:52 pm
Forum: ESP8266 boards
Topic: Coding for LED Dimmer(s) -
Replies: 0
Views: 1216

Coding for LED Dimmer(s) -

I am working on an LED dimmer(s) following the project outlined here: https://www.instructables.com/Multichannel-Wireless-Light-Dimmer/ My boards are on order. I am happy with physical side ie assembly (Including the obvious dangers of mains voltage) This is part of a home automation project I am pu...
by Wimphot
Sat Mar 27, 2021 9:39 pm
Forum: ESP8266 boards
Topic: max voltage for ADC(0)?
Replies: 6
Views: 4074

Re: max voltage for ADC(0)?

Other than finding a spec sheet. Is there a way of telling whether the board you have/are looking at has a voltage divider.
A measured impedance between the pin and ground perhaps.
by Wimphot
Wed Mar 24, 2021 9:12 pm
Forum: General Discussion and Questions
Topic: hardware i2c deprecated
Replies: 13
Views: 65525

Re: hardware i2c deprecated

Robert
Thank you for the advice.
by Wimphot
Tue Mar 23, 2021 11:38 pm
Forum: General Discussion and Questions
Topic: hardware i2c deprecated
Replies: 13
Views: 65525

Re: hardware i2c deprecated

I am using a WEMOS LOLIN32 Lite. for the project in RNT’s MicroPython_Programming_with_ESP32_and_ESP8266_V1_2 book BME280 sending readings using IFTTT. Although the message came through OK I got the “Warning: I2C(-1, ...) is deprecated, use SoftI2C(...) instead” message. Thinking I might learn somet...