Search Results

by MZL
Sat Feb 27, 2021 1:55 am
Forum: All Other Phidgets
Topic: HUB5000: right WiFi settings but "WiFi down"
Replies: 3
Views: 8191

Re: HUB5000: right WiFi settings but "WiFi down"

I figured it out:
In my case, the HUB5000 doesn´t work with a Fritz!box 7560.
All other tested router were fine.
by MZL
Sat Feb 27, 2021 1:52 am
Forum: Javascript
Topic: Phidget Dial: JavaScript example not working
Replies: 2
Views: 13631

Re: Phidget Dial: JavaScript example not working

mparadis wrote:Open isn't matching to your HIN1101 because setHubPortDevice is set to 'true'.

setHubPortDevice should only be set to 'true' if you're using it to open a VINT port as a stand-alone digital input, digital output, voltage input, or voltageratio input.
Thanks a lot, this works.
by MZL
Fri Feb 19, 2021 5:21 am
Forum: Javascript
Topic: Phidget Dial: JavaScript example not working
Replies: 2
Views: 13631

Phidget Dial: JavaScript example not working

Hi there, I have a problem with the JavaScript example for my HIN1101_0. The device is connected to a HUB5000_0. I used the example from https://www.phidgets.com/?view=code_samples&lang=JavaScript If guess, I have to choose the encoder input in the code generator, so my code is as follows: funct...
by MZL
Wed Feb 17, 2021 10:31 am
Forum: All Other Phidgets
Topic: HUB5000: right WiFi settings but "WiFi down"
Replies: 3
Views: 8191

Re: HUB5000: right WiFi settings but "WiFi down"

Hi Patrick,

it says:

Wed Feb 17 16:27:48 2021 kern.info ap_client: Found network, trying to associate (essid: Schlumpfhausen, bssid: 7c:ff:4d:xxx:xx:xx, channel: 1, enc: WPA2PSK, crypto: AES)
Wed Feb 17 16:27:58 2021 kern.info ap_client: apcli0 is associated


That´s strange, still no connection.
by MZL
Wed Feb 17, 2021 7:10 am
Forum: All Other Phidgets
Topic: HUB5000: right WiFi settings but "WiFi down"
Replies: 3
Views: 8191

HUB5000: right WiFi settings but "WiFi down"

Hi there, I have a HUB5000. Under "network", I can find my WiFi with "scan" (chanel 1 / Germny) I made all settings correct and saved the settings. phidgetsettings.PNG Unfortunately, there is no WiFi connection. Status says "WiFi down". phidgetstatus.PNG What exactly do...
by MZL
Tue Feb 16, 2021 11:58 am
Forum: Javascript
Topic: "Connection error: read ECONNRESET:0x2e" with node.js
Replies: 0
Views: 21667

"Connection error: read ECONNRESET:0x2e" with node.js

Hi there, I just made some tests with the Wireless Vint Hub and the example files. In pure Javascript everything went well. But in node.js, I got the error Connection error: read ECONNRESET:0x2e I guess, this has nothing to do with my code (it is the example code) but with the phidget22.min.js-file....
by MZL
Mon Feb 08, 2021 1:07 pm
Forum: General
Topic: Phidget on Brightsign possible?
Replies: 2
Views: 5084

Re: Phidget on Brightsign possible?

What OS do these players run? you can probably access Phidgets that are connected to another computer on the network that is running one of those operating systems. The Brightssign players have their own proprietary OS, but node.js is running on that OS. My goal is to use the Wireless VINT Hub conn...
by MZL
Mon Feb 08, 2021 11:27 am
Forum: General
Topic: Phidget on Brightsign possible?
Replies: 2
Views: 5084

Phidget on Brightsign possible?

Hi there,

has anybody ever tried to run Phidget on a Brightsign player with node.js?
Due to the ability of running node.js, a Brightsign player should also be able to communicate with Phidgets.