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
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I would like to see added to fauxmoESP a way that one can
send number from ALexa, or a way to modify char value to number
insted of %.
One would invoke
" Alexa Turn Output 7 on "
// 7 will be PinNo and add on/off state to it
#define PinNo out_data // Output would become PinNo
or in turn can be used to turn on/off individual
output on IO ports of device it is on
int out_data // out_data would be something like 0 - 16
Then out_data can be sent to I2C device
and in turn can control outputs on PCF8574 or other devices
There would be lot more possibilities in controlling devices
with Alexa
Thank you Simon
Beta Was this translation helpful? Give feedback.
All reactions