this is not futaba specific and it's widely used.
we also see 1000/1500/2000µs for -45°/0°/+45° in electronic forums
always specifying the formula used is not a good idea, or assume one by default.
see https://code.google.com/p/webiopi/wiki/PASSWORD for instructionsstanwoods wrote:Please could you tell me how to change the default password on the webIOPI login?
Code: Select all
sudo chmod a+x /usr/bin/webiopi-passwd
Code: Select all
sudo python -m webiopiput carbon.jpg in the same forlder than your custom.html fileDarra wrote:if i put whatever picture in jpg format in /home/pi/WebIOPi-0.5.3/carbon.jpg how should call for picture be?
body {background-image:url('????????????????????????');}
https://groups.google.com/d/topic/webio ... discussionDarra wrote:Please help with changing background image.
martin87 wrote:I need access to PCF8574 / i2c in scripts yet.
Code: Select all
from webiopi.devices.digital import PCF8574
p = PCF8574()
# or p = PCF8574(0x21) where 0x21 is the slave address
p.input(0) # returns channel 0
p.output(3, 1) # set channel 3 to HIGH.wait for upcoming releasemartin87 wrote:Hello. How I can send some instruction via I2C in WEBIOPI?
simply, from any folder :mneiran wrote:Notes from a newbie.
to change the user/paswrod open a terminal window ,
move to /home/pi/WebIOPi.5.0.3/python and then do
sudo python webiopy-password.py
and follow instructions
regards