Searched query: noindexed pages
Go to advanced search
- by electronicsHobbyist
- Sun Aug 25, 2024 10:50 pm
- Forum: General
- Topic: Phidgets for the Serious Hobbyist
- Replies: 6
- Views: 46366
I will next look into using JavaScript with HTML files in a browser.
I have not used JavaScript much, but I have written a lot of HTML, often with PHP. I think I may be able to do what I want using the Server supplied by Phidgets and building custom pages. We'll see how it goes.
- by khun
- Sun Feb 19, 2023 1:30 pm
- Forum: Javascript
- Topic: What does Phidget22.Connection do?
- Replies: 2
- Views: 52739
I find examples like these for web pages: function connectPhidgets() { var local = location.hostname; //get host location var conn = new phidget22.Connection(8080, local); conn.connect().then(runExample); } What is happening here? Why would ...
- by berkinet
- Sat Aug 07, 2021 11:41 am
- Forum: Python
- Topic: P22 on a R-Pi question
- Replies: 9
- Views: 38784
Ok, so I found the unit name as sensorUnit.name. All ok. Just one question, where is that documented? The API pages do not show that.
- by mparadis
- Wed Feb 10, 2021 9:28 am
- Forum: General
- Topic: New to Python new to Programming
- Replies: 5
- Views: 11093
... Go to the Python page in our documentation to get it set up. Then, go to the "Code Samples" tab on the HIN1101 and DCC1100 product pages and download the Python sample code for each (you don't need a sample for the HUB0000 since you're just using it as an interface to control the ...
- by mparadis
- Wed May 27, 2020 9:01 am
- Forum: C#
- Topic: Phidget RFID description in Windows
- Replies: 2
- Views: 23795
I'm not aware of any permanent way to change the name that shows up in the Windows "Devices and Printers" or device manager pages. I think you could temporarily change it in regedit, but it would probably revert if you unplug it. Is there any particular reason your users are going ...
- by Orf Quarenghi
- Wed Oct 23, 2019 8:46 am
- Forum: All Other Phidgets
- Topic: Triggering touch sensor with an object
- Replies: 2
- Views: 9865
Thank you. I am trying with tinfoil and it works. Alas, I will not be able to use this solution. I'm building an interactive book with big white pages onto which I will project video clips. The problem is that the tinfoil may rest against the sensor much more than 45-60 seconds, so the periodic ...
- by IanBloomfield
- Fri Mar 02, 2018 12:00 am
- Forum: Max
- Topic: Unable to get Max examples working
- Replies: 4
- Views: 47219
... connected via VINT do I need to add in PhidgetInterface? then connect this to the spatial or will the examples not work anymore? the documentation pages all relate to older versions and I see no one has posted on the Max/MSP page for a while so I'm not sure if I need to be using older versions? ...
- by djsumdog
- Wed Sep 13, 2017 7:45 pm
- Forum: General
- Topic: Formula changes for Phidgets (1127, 1133, and others)
- Replies: 1
- Views: 3912
... 'data': lambda x: (x / 2.421) + 3.478} I was showing this to a friend of mine and where I got the formulas and I noticed the ones on the product pages had changed. I first I thought I had just typed these in wrong, but all three of them were wrong. When I started searching for the original formulas, ...
- by lobsterman
- Fri Aug 11, 2017 1:06 pm
- Forum: Java
- Topic: datarate on DigitalInput
- Replies: 1
- Views: 41235
... one piece of hardware like you did in 2.1.8? i am sure you have good reasons but then at least guide the user through them. unfortunately the API pages are unintuitive and superficial at best (no standard javadoc?), the samples are incomplete for the most common options, the libraries are buggy, ...