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

Вотериус 1.5 - STM Resurection #41

Closed
dontsovcmc opened this issue Oct 19, 2018 · 3 comments
Closed

Вотериус 1.5 - STM Resurection #41

dontsovcmc opened this issue Oct 19, 2018 · 3 comments
Labels
enhancement New feature or request help wanted Extra attention is needed research Good for newcomers

Comments

@dontsovcmc
Copy link
Owner

dontsovcmc commented Oct 19, 2018

Плюс от использования STM8:

  • уместимся в батарейном блоке при 3*АА.
  • добавим датчик протечек или еще 2 входа на выбор (в хвост платы должны влезть)
  • главный конкурент Саурес сделан на STM8 ))

На этом плюсы заканчиваются...
Да, ESP32 потребует для себя 2 слота АА, можно запитать от 2*АА литиевых (150р/шт). Без стабилизатора. Упрощение конструкции.

Согласно обзору STM8 нам подходит этот: STM8L051F3 на 20 пин. Можно взять и на 8 пин, но лучше больше, чтобы подключить датчик протечки и дополнительные входы.
PlatformioIO еще не поддерживает STM8L =(

@dontsovcmc dontsovcmc added enhancement New feature or request research Good for newcomers help wanted Extra attention is needed labels Oct 19, 2018
@dontsovcmc dontsovcmc changed the title Вотериус 1.5: STM Resurection Вотериус 1.5 - STM Resurection Oct 19, 2018
@dontsovcmc
Copy link
Owner Author

Ну нафиг =). Пока не появится нормальных фреймворков, смысла нет переходить.

Для дополнительных пинов можно использовать: Attiny84.
#if defined(AVR_ATtiny84)
#define WDTCR WDTCSR
#endif
и всё должно заработать.

Кто хочет покопаться с STM8, напишите дам платы.

@dontsovcmc
Copy link
Owner Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed research Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant