Skip to content
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

Digital potentiometer X9C10xx #137

Closed
tj57 opened this issue Jul 23, 2022 · 0 comments
Closed

Digital potentiometer X9C10xx #137

tj57 opened this issue Jul 23, 2022 · 0 comments

Comments

@tj57
Copy link

tj57 commented Jul 23, 2022

Whether you can add support for digital potentiometer series X9C10xx eg. X9C103S

https://www.elecrow.com/download/X9C103S_Datasheet.pdf

ptvoinfo pushed a commit that referenced this issue May 24, 2023
ATTENTION! This version contains changes that are incompatible with a previous version. You cannot fully use a configuration from the previous version in the new version.

[All chips] Now, the firmware uses standard Zigbee clusters for temperature, pressure, humidity, and illuminance sensors. It improves compatibility with high-level systems like HA (probably, you'll need to (re)create a custom converter for your device in Z2M) (#166).
[All chips] All temperature sensors are joined into two groups: 1-wire (e.g, DHT22) and 2-wire (I2C), where a sensor type defined as a parameter. Now, the firmware does not try to detect a sensor type and uses your setting. It allows using some Chinese clones of these sensors.
[All chips] Now, all temperature sensors are polled without detecting their presence.
[All chips][LED] Added the CCT mode for PWM (color temperature control for the white color) (#194).
[CC2652P7] Added the new chip type. Advantages: more RAM and flash memory. All functions are compatible with CC2652P.
[CC2651R] Added the new chip type. Advantages: lower power consumption and price. Disadvantages: lower RAM capacity. All functions are almost compatible with CC2652R, but the firmware for LED is limited to 200 LEDs. You can use this chip as an alternative to СС2530, but do not try to add many functions to a single module.
[CC26XX] Added new sensors SHT40 (#60), HDC2080 (#101), HX711 (#186), X9C103 (#137).
[All chips] Fixed a problem with saving multi-click settings to a HEX file (#199).
[Configurator] Fixed a problem with saving a custom converter with configurable inputs (#204).

Download: https://ptvo.info/download/ptvo-firmware-2023-05-24.zip
@ptvoinfo ptvoinfo closed this as completed Jun 2, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants