-
Notifications
You must be signed in to change notification settings - Fork 4.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I can provide extension for I2C ADS1115. Intrested? #338
Comments
Test your code carefully and add a pull request. @arendst will decide or not to include it in the next release. Adding new features is good for community. |
Hey , can you send code to test it ? |
Take a look at the forks that where created. You should easily find mine with the additions. Let me know if you got problems. worked for me excellent. I do not transfer the voltage, just the pure digital output. Any postprocessing should be done in the application. |
please provide a link to the fork in question |
or ideally, create a pull request for the proposed changes. |
Hi David. You can reach me on skype. stefan.bode. The fork you will find here: https://github.com/stefanbode/Sonoff-Tasmota/tree/master/sonoff |
taking a very quick look at this, could you please create a couple branches with subsets of these changes
Once you do this cleanup, please create a pull request for each of these sensors and in the pull request, document how much additional flash and ram each one adds |
Hello Everybody Thanks Michael |
5.9.1 20171107 * Add external sensor function pointer interface to enable easy sensor addition * Add support for ADS1115 to be enabled in user_config.h and needs libraries i2cdevlib-Core and i2cdevlib-ADS1115 (#338, #660) * Fix Backup Configuration file download failure by defining proper file size (#1115) * Fix Exception 26 and empty console screen after usage of command WakeupDuration (#1133) * Fix some changed iTead web links in README.md (#1137)
5.9.0b * Add support for ADS1115 to be enabled in user_config.h and needs libraries i2cdevlib-Core and i2cdevlib-ADS1115 (arendst#338, arendst#660) * Fix Exception 26 and empty console screen after usage of command WakeupDuration (arendst#1133) * Fix some changed iTead web links in README.md (arendst#1137)
I created a new file xsns_ads1115.ino linked on demand to support 16bit 4-channel A/D converter. Mr. Arend, interested in adding. Library used: Adafruit_ADS1X15-master
Code +1kb, Ram +968Byte.
The text was updated successfully, but these errors were encountered: