Menu
Menu
DaniWeb
Log In
Sign Up
Read
Contribute
Meet
Search
Search
About 782 results for
sensors
- Page 1
Re: Director of Innovative Technologies Labs
Community Center
Say Hello!
1 Month Ago
by Dani
Hello and welcome to DaniWeb. That’s quite the CV you’ve got there. :)
Sensors and webpages
Programming
Web Development
11 Years Ago
by JasonPS
… graph If this were just a question of rendering a
sensors
data to a PC screen (self contained application) - I would…
detecting movement with motion sensors
Hardware and Software
Hardware
21 Years Ago
by eng_chick
… for a while now on trying to find suitable
sensors
for motion detection...and I dont want really expensive … exercise workout, so basically I need a group of
sensors
surrounding the user then a few simple exercise routines will… anybody could give me some useful info like a specific
sensors
model, manufacturer or useful sites, a backbone program or…
Re: detecting movement with motion sensors
Hardware and Software
Hardware
21 Years Ago
by TallCool1
…) an exercise workout, so basically I need a group of
sensors
surrounding the user then a few simple exercise routines will…..like stretch ur left arm sideways, punch forwards, etc. the
sensors
detect the movement has been carried out then sends a… I would have to actually write a program for the
sensors
? can that be done in c++ or does it have…
Re: detecting movement with motion sensors
Hardware and Software
Hardware
21 Years Ago
by whipaway
Infrared LEDS and
sensors
might be a less costly alternative that modifying an existing product
Re: detecting movement with motion sensors
Hardware and Software
Hardware
21 Years Ago
by )BIG"B"Affleck
… his needs[/b] They wear a belt that has infrared
sensors
that track all movement (up/down, back/forward). All the…
Re: Monitoring garbage through radio waves and sensors
Programming
Computer Science
15 Years Ago
by wildgoose
…will get contaminated! Wide angle LED with three or four
sensors
across the trash can. One of these about every … mostly inverted so when it is uprighted again, the
sensors
get recalibrated due to being obscured by liquid/gooey waste… can tipped downwards bathing the entire can in light.
Sensors
in the side walls at various levels detect that light…
Re: writing code to manipulate data from sonar sensors
Programming
Computer Science
16 Years Ago
by Colin Mac
… your question, you could interface the
sensors
to a computer. You normally interface the
sensors
to a microcontroller and then to a…
writing code to manipulate data from sonar sensors
Programming
Computer Science
16 Years Ago
by Acidburn
Hey guys, If I could get hold of a couple of sonar
sensors
would ther be a way to code for a such a sensor? If so what language would be recommended?
Re: writing code to manipulate data from sonar sensors
Programming
Computer Science
16 Years Ago
by Ken Sharpe
You'd need to give us a lot more information. Do the
sensors
have some kind of firmware API already? What format does it output in?
Re: writing code to manipulate data from sonar sensors
Programming
Computer Science
16 Years Ago
by Acidburn
… obtain data from sonar and a speed sensor. All these
sensors
hopefully will produce data in some form or another. This…
Monitoring garbage through radio waves and sensors
Programming
Computer Science
15 Years Ago
by Wybert Randy
Hello guys, I badly need advice on how to do this for our science project. Our project is to monitor garbage through radio waves and
sensors
... the problem is that how do we connect the sensor to the transmitter and how do we get to program it to transmit the garbage levels... and one more thing... What Type of sensor do we use?
Microsoft sells over 10 million Kinect sensors, sets new Guinness World Record
Community Center
Geeks' Lounge
14 Years Ago
by WASDted
…/0308-Ten-Million-Kinects"]sold over 10 million Kinect
sensors
[/URL] as well as Kinect games. At the same time…
Android Sensors
Programming
Mobile Development
12 Years Ago
by hatebin
… steps and i need to know how to use gravity
sensors
in smartphones in android. Do you have any suggestions how…
Re: Sensors and webpages
Programming
Web Development
11 Years Ago
by pritaeas
I think that for the client to access the sensor, you'll need to use something other than a webbrowser (if that's what you had in mind). It won't have access. I recommend a desktop application. Transmitting the data using a webservice can work just fine. A lot of Javascript chart solutions already support getting a live dta feed from a server.
Re: Sensors and webpages
Programming
Web Development
11 Years Ago
by JasonPS
Hi @pritaeas, thanks for the reply. You are right, the 'sensor end' would have to use a desktop app (prob written in C/C++). I think where I'm getting stuck is the part between this desktop app and the download browser. Thanks for suggesting that there is javascript stuff that will capture a live feed in real time (does anyone have link??) …
Re: Sensors and webpages
Programming
Web Development
11 Years Ago
by pritaeas
You can have a look at HighCharts for example. And no, this won't transmit. I think the easiest option to start with (communicating from desktop to server) would be a REST service. Basically you do a webrequest to that service using a plain URL to transfer the data. Like the DaniWeb API does. Desktop app: Get sensor data Transmit …
Re: Sensors and webpages
Programming
Web Development
11 Years Ago
by JasonPS
Hmmmm, thanks @pritaeas, interesting. Looks like the sort of thing I'm after. Thanks for the links and defo food for thought Best wishes
Re: Sensors and webpages
Programming
Web Development
11 Years Ago
by markspend01
Hey Guys my name is Mark.According to that topic i search a list about tempreture sensor you can view that from here: androidapp.lisisoft.com/android-apps/temperature-sensor.html
Sensors
Hardware and Software
Hardware
Mobile and Wearables
14 Years Ago
by kisei
Hi. I would like to ask for suggestions from you pro's. What's the best type/kind of sensor can you recommend for my thesis project? It's a waste monitoring project. I need a sensor and a compactor in order to detect if the bin is already full. Please do help me. Thanks in advance.
Re: Sensors
Hardware and Software
Hardware
Mobile and Wearables
14 Years Ago
by monstercameron
maybe a digital scale under neath the bin?
Re: Sensors
Hardware and Software
Hardware
Mobile and Wearables
14 Years Ago
by kisei
How can that sensor send a signal to the computer.
Re: Sensors
Hardware and Software
Hardware
Mobile and Wearables
14 Years Ago
by monstercameron
there must be some digital scale, that has a terminal access
Re: Sensors
Hardware and Software
Hardware
Mobile and Wearables
14 Years Ago
by kisei
BTW, we are monitoring the height of the garbage inside the bin. Not the weight. :)
Re: Sensors
Hardware and Software
Hardware
Mobile and Wearables
14 Years Ago
by monstercameron
what about one of these...maybe in the lid. [url]http://www.arduino.cc/en/Tutorial/UltrasoundSensor[/url]
Re: detecting movement with motion sensors
Hardware and Software
Hardware
21 Years Ago
by )BIG"B"Affleck
[b]Yeah [url="http://www.RadioShack.com"]www.RadioShack.com[/url] (usa) software you might have to modify some security software.[/b]
Re: writing code to manipulate data from sonar sensors
Programming
Computer Science
16 Years Ago
by Ken Sharpe
Well, why don't you contact the sensor manufacturer and ask them? The question has no general answer -- it totally depends on how they are made.
Re: writing code to manipulate data from sonar sensors
Programming
Computer Science
16 Years Ago
by Acidburn
Thanks for all your help guys, eps Colin :) I'm looking at purchasing an Amtel board to help me in my embedded studies. Basically I'm trying to get an aircraft to self fly.
Re: Microsoft sells over 10 million Kinect sensors, sets new Guinness World Record
Community Center
Geeks' Lounge
14 Years Ago
by royng
Does anyone bought a kinect. Who like xbox products
Re: Microsoft sells over 10 million Kinect sensors, sets new Guinness World Record
Community Center
Geeks' Lounge
14 Years Ago
by frogboy77
I can dance in my lounge for free, and look like an idiot (not very often), why would i pay for the privilege?
1
2
3
14
Next
Last
Search
Search
Forums
Forum Index
Hardware/Software
Recommended Topics
Programming
Recommended Topics
Digital Media
Recommended Topics
Community Center
Recommended Topics
Latest Content
Newest Topics
Latest Topics
Latest Posts
Latest Comments
Top Tags
Topics Feed
Social
Top Members
Meet People
Community Functions
DaniWeb Premium
Newsletter Archive
Markdown Syntax
Community Rules
Developer APIs
Connect API
Forum API Docs
Tools
SEO Backlink Checker
Legal
Terms of Service
Privacy Policy
FAQ
About Us
Advertise
Contact Us
© 2025 DaniWeb® LLC