Search Results

by dhodges47
Wed Mar 06, 2019 10:58 am
Forum: General
Topic: New SBC4 - what is the default admin password?
Replies: 2
Views: 22001

Re: New SBC4 - what is the default admin password?

Yes, I have a SD card reader. I was thinking I might have to re-flash the micro-sd card, and you just confirmed it. Thanks!
by dhodges47
Wed Mar 06, 2019 9:53 am
Forum: General
Topic: New SBC4 - what is the default admin password?
Replies: 2
Views: 22001

New SBC4 - what is the default admin password?

I have a brand new, fresh out of the box SBC4. When I connect to it the first time by clicking on it in the Phidget Control panel on my laptop,the PhidgetsBC Control Panel web page comes up, and asks me for a username and a password. In the introductory video, it says it will ask me for a new passwo...
by dhodges47
Wed Feb 06, 2019 1:45 pm
Forum: Robotics
Topic: 4 Wheel Rover using Phidget DC Motor Controllers, Raspberry Pi, and javascript
Replies: 0
Views: 25287

4 Wheel Rover using Phidget DC Motor Controllers, Raspberry Pi, and javascript

I made a 4 Wheeled, remote-controlled Rover using Phidget's DC Motor Controllers and the Phidget Network Server. The code for the project is on github: https://github.com/dhodges47/Phidget-Rover-Controller I used the Nomad chassis from ServoCity as a base. This project demonstrates how to use javasc...
by dhodges47
Wed Mar 07, 2018 7:08 am
Forum: Javascript
Topic: How to connect to remote web server from web page
Replies: 4
Views: 16983

Re: How to connect to remote web server from web page

Thanks Patrick. I'll try this. And I'll look for the improvements to the js library and documentation. You need to add the port to the hostname. ie: ws://raspberrypi.local:8989/phidgets Default port would be 8080 or 8989 for websocket (in browser). Improvements are on the way to the js library and A...
by dhodges47
Wed Mar 07, 2018 7:05 am
Forum: Javascript
Topic: How to connect to remote web server from web page
Replies: 4
Views: 16983

Re: How to connect to remote web server from web page

Yes, I mean javascript on the web page. NodeJS/Javascript running by itself does connect, but Javascript in the browser doesn't. Yes, I have tried the IP address. You are saying "Using node" - do you mean NodeJS? It IS JavaScript. You are saying "However... try to connect using javasc...
by dhodges47
Fri Mar 02, 2018 8:10 am
Forum: Javascript
Topic: How to connect to remote web server from web page
Replies: 4
Views: 16983

How to connect to remote web server from web page

Using node, I can connect to a phidget web server running on a raspberry pi from my laptop using this address: phid://raspberry.pi/5661. However, when I try to connect using javascript using that address, I get an error that says "failed to connect to server". I also tried ws://raspberrypi...