Notice: This page contains information for the legacy Phidget21 Library. Phidget21 is out of support. Bugfixes may be considered on a case by case basis. Phidget21 does not support VINT Phidgets, or new USB Phidgets released after 2020. We maintain a selection of legacy devices for sale that are supported in Phidget21. We recommend that new projects be developed against the Phidget22 Library.
|
Web Page on the SBC: Difference between revisions
No edit summary |
No edit summary |
||
Line 2: | Line 2: | ||
[[Category:phidgetsSBC]] | [[Category:phidgetsSBC]] | ||
[[Category:internetSBC]] | [[Category:internetSBC]] | ||
The project described here | The project described here creates a website hosted on the Phidget Single Board Computer (SBC). The website can both serve static pages, as well as pages that can send simple requests back and forth to the Phidgets attached to the SBC. | ||
{| | {| | ||
|Practical concepts covered are (click on links to see other projects on that topic): | |Practical concepts covered are (click on links to see other projects on that topic): | ||
* Using Phidgets with Python | |||
|width="45px"| | |width="45px"| | ||
|[[Image:TBD|link=|alt=]] | |[[Image:TBD|link=|alt=]] | ||
Line 16: | Line 12: | ||
As with any of our [[Application Guides|described projects]], Phidgets takes care of the electrical component design. | As with any of our [[Application Guides|described projects]], Phidgets takes care of the electrical component design. If you want something more powerful and flexible to control Phidgets over a network, you may be interested in these other Application Guides: | ||
* [[Web Page on the SBC]] - Controlling Phidgets over the web using CGI | |||
* [[Web Server on the SBC]] - Controlling Phidgets over the web using a full self-contained webserver embedded in C code | |||
'''Time:''' About a day | '''Time:''' About a day |
Revision as of 15:43, 19 March 2012
The project described here creates a website hosted on the Phidget Single Board Computer (SBC). The website can both serve static pages, as well as pages that can send simple requests back and forth to the Phidgets attached to the SBC.
Practical concepts covered are (click on links to see other projects on that topic):
|
File:TBD |
As with any of our described projects, Phidgets takes care of the electrical component design. If you want something more powerful and flexible to control Phidgets over a network, you may be interested in these other Application Guides:
- Web Page on the SBC - Controlling Phidgets over the web using CGI
- Web Server on the SBC - Controlling Phidgets over the web using a full self-contained webserver embedded in C code
Time: About a day
Special Needed Tools: A Phidget SBC, Ethernet and power cords (or Wireless), an LED, and your computer.
- Getting Started