TinyExtender project
Posted: 08 Oct 2019, 16:28
Don't know if anyone still working on the letscontrolit NodoTiny repository, last commit 3 years ago
But found some nice code stuff that helped me create a TinyExtender project, similar to the Pro Mini Extender and using a similar plugin and protocol.
Currently using it as a test device that boots the doorsensor every hour and measuring the battery voltage: With the ATTiny85 chip glued to the board on the left side, a header to do future firmware upgrades, connected to the reed relais to boot the machine and connected using I2C to the ESP module. This way the ESP can configure the TinyExtender. Config is stored inside the ATTiny85 EEPROM. I can set the boot delay this way but other things would be possible. All this still fits into the original housing.
It might also open ways to use the doorsensor for other purposes, maybe a temperature sensor, a level alert device or something. All running on batteries.
Nice thing is that the doorsensor has build-in power control using a step-up converter that provides a clean 3.3 Volts to the ESP even with a battery voltage that is much lower.
Wonder what battery life will be when booting it up every hour.

But found some nice code stuff that helped me create a TinyExtender project, similar to the Pro Mini Extender and using a similar plugin and protocol.
Currently using it as a test device that boots the doorsensor every hour and measuring the battery voltage: With the ATTiny85 chip glued to the board on the left side, a header to do future firmware upgrades, connected to the reed relais to boot the machine and connected using I2C to the ESP module. This way the ESP can configure the TinyExtender. Config is stored inside the ATTiny85 EEPROM. I can set the boot delay this way but other things would be possible. All this still fits into the original housing.
It might also open ways to use the doorsensor for other purposes, maybe a temperature sensor, a level alert device or something. All running on batteries.
Nice thing is that the doorsensor has build-in power control using a step-up converter that provides a clean 3.3 Volts to the ESP even with a battery voltage that is much lower.
Wonder what battery life will be when booting it up every hour.