Dear folk, I’m glad to announce the new WebIOPi release, tagged 0.7. I know it’s long time since the 0.6, almost a year, and I hope you will enjoy it.
The most important change is a global improvement of button handling on all browsers, including mobile and tablets. Without any change on the Cambot code, it now works really great on tablets and mobiles. Buttons are very responsive.
You will also find several new drivers, like a PiFaceDigital, MCP3002 ADC and 4802 DAC for people using a Gertboard, and a first Humidity sensor driver. I would like to thanks Craig and Michael for sharing their drivers.
There is other improvements and bug fixes, see detailed changelog below. You will also find complete code of all wiki tutorials in the 0.7 package.
As usual, entry point to downloads is the Google Project Page, but files are now hosted on SourceForge. Wiki will be updated within next days with new drivers and features.
Feel free to donate if you like WebIOPi and want to support it. I would like to thanks all donators from last months, WebIOPi may never been resumed without their generous support.
Stay tuned for a hot announcement in next weeks
Detailed 0.7 changelog :
- improved touch device handling ( issue #73 )
- updated jQuery library to version 1.11
- added PiFaceDigital? driver
- added PCF8591 ADC/DAC driver
- added MCP3002 ADC driver
- added MCP4802, MCP4812, MCP4822 ADC drivers
- added HYT221 Humidity Sensor driver
- added BMP180 Temperature & Pressure Sensor driver
- added support of multiple MCP23Sxx on a single SPI CE line
- added vref argument for MCP DAC and ADC ( issue #48 )
- fixed devices monitor DAC display
- added IPv6 binding support ( issue #56 )
- added Content-Length fixed ( issue #83 )
- added HTTP and CoAP clients IP and User-Agent in logs ( issue #76 )
- added ‘prompt’ option in HTTP? section of the config file ( issue #69 )
- fixed macro binding with -s switch ( issue #52 )
Good
where is the circuit for all this stuff…???
Hi,
I was using webiopi version 0.6.2 .. week ago I upgraded webiopi to version 0.7.0 (downloaded the source and executed : sudo ./setup install) ..
The upgrade / installation finished successfully .. when I tried to run the project I was working on I got this weird error:
Traceback (most recent call last):
File “build/bdist.linux-armv6l/egg/webiopi/__main__.py”, line 75, in
main(sys.argv)
File “build/bdist.linux-armv6l/egg/webiopi/__main__.py”, line 69, in main
server = Server(port=port, configfile=configfile, scriptfile=scriptfile)
File “build/bdist.linux-armv6l/egg/webiopi/server/__init__.py”, line 75, in __init__
loader.loadScript(name, source, self.restHandler)
File “build/bdist.linux-armv6l/egg/webiopi/utils/loader.py”, line 8, in loadScript
script = imp.load_source(name, source)
File “/home/pi/webio/python/script.py”, line 7, in
GPIO = webiopi.GPIO
AttributeError: ‘module’ object has no attribute ‘GPIO’
Any clue ???
Thank you very much
I’m working also on integrating Firmata as a gateway so you can use arduino boards ..