Search Results

by Rhybot
Mon Nov 02, 2020 5:49 pm
Forum: General
Topic: SBC login info before assigning password via web interface
Replies: 1
Views: 26605

SBC login info before assigning password via web interface

Hello Phidgets Forums,

I believe the normal workflow for setting up an SBC is to configure a password via the web interface.
Login tty for Phidgets SBC
Login tty for Phidgets SBC
I know the default username is "root". Is there a default password that I can use to log in, without ever having to use the web interface?
by Rhybot
Fri Oct 30, 2020 11:41 am
Forum: General
Topic: Two improvements to RCServo API
Replies: 0
Views: 14347

Two improvements to RCServo API

Hello Phidgets, I have two requests for improvement in the RC Servo API. - One can set the min position > max position. When this happens, it breaks the UI slider bar. Does it make sense to allow min position to be set greater than max position? - When setting target position outside of the range of...
by Rhybot
Wed Oct 28, 2020 2:30 pm
Forum: Phidgets
Topic: RC Servo Phidget to all support live position updates and manipulatable voltage output levels
Replies: 0
Views: 25492

RC Servo Phidget to all support live position updates and manipulatable voltage output levels

Currently for RC servos, there is the: RCC1000_0 - Can specify 5.0, 6.0, or 7.4 Vdc power - Per https://www.phidgets.com/phorum/viewtopic.php?f=5&t=9862#p31367, can only get position when arrived RCC0004_0 - Can only supply 5.0 Vdc power - Per https://www.phidgets.com/phorum/viewtopic.php?f=5&am...
by Rhybot
Wed Oct 28, 2020 2:21 pm
Forum: Phidgets
Topic: VINT Wireless HUB to support PoE
Replies: 2
Views: 17172

Re: VINT Wireless HUB to support PoE

Upvote on this, it would be very convenient.
by Rhybot
Wed Oct 28, 2020 2:21 pm
Forum: Phidgets
Topic: Hub_0001?
Replies: 1
Views: 15471

Re: Hub_0001?

I also think this would be a great product!

I currently need to have a SBC3003_0 connected to two more HUB0000_0 to get enough I/O slots.
by Rhybot
Thu Oct 08, 2020 3:05 pm
Forum: Python
Topic: Getting ResistanceInput API to realize Saturation on getResistance
Replies: 2
Views: 8630

Re: Getting ResistanceInput API to realize Saturation on getResistance

Thank you @fraser for the response, and for informing of other possible causes of EPHIDGET_UNKNOWNVAL. I ended up implementing something that entails: 1. Recording the most recent error event with a timestamp 2. Upon getResistance, if it throws EPHIDGET_UNKNOWNVAL, then look at the recorded error ev...
by Rhybot
Wed Oct 07, 2020 6:45 pm
Forum: Python
Topic: Getting ResistanceInput API to realize Saturation on getResistance
Replies: 2
Views: 8630

Getting ResistanceInput API to realize Saturation on getResistance

I have an RTD Phidget (ID: TMP1200_0) that I control using Python 3.8.5 and Phidget22==1.6.20200921. I have it reading the resistance of a 2-wire thermistor (nominal resistance of 2252 Ω) around room temperature. In software, I have its RTDWireSetup = Phidget22.RTDWireSetup.RTDWireSetup.RTD_WIRE_SET...
by Rhybot
Mon Oct 05, 2020 3:46 pm
Forum: Linux
Topic: OSError: libphidget22.so on Debian 10.5 --> how to install Phidgets?
Replies: 5
Views: 22457

Re: OSError: libphidget22.so on Debian 10.5 --> how to install Phidgets?

Ah I see, thanks for pointing that out. My brain last Friday failed to connect the dots.

Anyways, that worked, and thank you @Patrick!
by Rhybot
Fri Oct 02, 2020 12:42 pm
Forum: Linux
Topic: OSError: libphidget22.so on Debian 10.5 --> how to install Phidgets?
Replies: 5
Views: 22457

Re: OSError: libphidget22.so on Debian 10.5 --> how to install Phidgets?

Can you provide some pointers/starters on how that can be done?
by Rhybot
Thu Oct 01, 2020 3:53 pm
Forum: Linux
Topic: OSError: libphidget22.so on Debian 10.5 --> how to install Phidgets?
Replies: 5
Views: 22457

Re: OSError: libphidget22.so on Debian 10.5 --> how to install Phidgets?

Reading more, I realized I was supposed to update the /etc/apt/sources.list.d/phidgets.list file to include buster. Doing so I now get a new error: Ign:4 http://www.phidgets.com/debian buster InRelease Err:5 http://www.phidgets.com/debian buster Release 404 Not Found [IP: 206.251.255.126 80] Reading...