You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
sorry, you can close :
CosaVWIsender.ino
// Virtual Wire Interface Transmitter and Power Control pins
VWI::Transmitter tx(Board::D2, &codec);
OutputPin pw(Board::D1);
Hi,
you made a POWER class that control power of internal composants.
Is it possible to extend this class to drive slaves like OneWire ones ?
Power consumation of OneWire salve can be reduce by disconnecting the pull up resistor.
example :
D1 ------|==R==|-------
D2 --------------------------+-------
' ONEWIRE SLAVES
GND --------------------------------/
In this way, D1 & D2 can be put in High Impedance mode in order to preserve power when ONEWIRE bus is not need.
the class may include a delay when power on the ONEWIRE bus to let some time to initialize the slaves.
my 2ct
guillaume
The text was updated successfully, but these errors were encountered: