Thanks for the feed back Heater. I've tried so much and with it being late yesterday I don't even remember what I did and didn't do. Today I have the following: index.js: var app = require('express')(); var server = require('http').Server(app); var io = require('socket.io')(server); server.listen(80...
I'm trying to get this up and running and the NodeJS seems to be fine, my problem is my HTML page can't find the socket.io/socket.io.js Here is my server code: var express = require('express'); var app = express(); var server = require('socket.io'); app.use(express.static('public')); server.createSe...
I have a pi hooked up to 5 temp/humidity sensors, 5 relay switches as well as a load cell and a pressure sensor. All hookups seem fine and when working on my project I started with the temp/humidity first and they worked fine. I then started working on a new app with just the relays. I followed this...
Please excuse my ignorance if this has been asked, I spent 30 minutes searching and weeding through posts before posting. I recently started working with the Pi and have hooked up a few temperature/humidity sensors with Adafruit_DHT and am now trying to hookup a Pressure Sensor but having no luck f...
Please excuse my ignorance if this has been asked, I spent 30 minutes searching and weeding through posts before posting. I recently started working with the Pi and have hooked up a few temperature/humidity sensors with Adafruit_DHT and am now trying to hookup a Pressure Sensor but having no luck fi...
I'm new to the Pi and board and have been looking over some of the posts about Flash and AIR. I can't help but notice people saying it's not available and never will be, but in fact there are some alternative Flash players out that will run on the platform. Back in 2005 I worked on creating a Flash ...