Please help me to creating the prototype in remote monitoring solution

Hi all,

I am software developer..right now creating a prototype in remote monitoring software as a service..i am not very well in electronics systems and sensor...just need a pre made temperature sensor which i just plug in with my cloud solution and run..

please help me out.

thanks
Imran khan

You would need to understand the controller's program in an IDE in order to figure out how to access the data from your sensor (which would be an input for the controller).

You could then save the numbers in a text file and access them with your app or whatever program you are running, or combine your two programs together in an IDE such as Visual Studio although that is a little more work.

thanks for replying....i am working on visual studio 2015 IOT core..where i send and receive the data from devices....i need a fully function device i dont need to wire it. just connected all the thing like controller( rasberi pi) + temperature sensors and LCD.. just tell me where i get this thing fully functional just need to connect with my solution

A fully functional device would likely have it's own program and would likely not give you access to the temperature data in the format where you can actually have your software use it. That is why you need a controller and to understand it's program in an IDE to access the readings.

imranbscs:
I am software developer..right now creating a prototype in remote monitoring software as a service.

Are you planning to "sell" software or do you plan to operate a system in which your equipment collects data at remote sites.

If you are going to operate the data collection you will obviously have control of all the hardware and software.

If you are going to offer a "cloud" service to which users can upload data from remote sensors that the users have then it seems to me all you need to do is define and publicise the API for your cloud service.

If you are thinking of offering downloadable software that a user can put on an Arduino so that the Arduino can collect data and send it to your cloud service then I think you will need to prescribe very very clearly what Arduino and sensor hardware the user must use. Actually, I think you would need to supply the hardware with the software already loaded and tested.

There are so many potential variations that I can see endless hours of user-hand-holding while you try to talk then through silly errors in their wiring or their power supply or ... Just study some of the Forum Threads to get a flavour.

...R

I am planning to sell the software as a service solution. In this regard i just need the protocol message qeueing like MQTT and AMQP Client apis to transfer telemetry data from device to IOThub....thats what i want

imranbscs:
I am planning to sell the software as a service solution. In this regard i just need the protocol message qeueing like MQTT and AMQP Client apis to transfer telemetry data from device to IOThub....thats what i want

Then I don't understand why you are asking questions on the Arduino Forum.

If you provide a cloud service with a published API it will then be a matter for people trying to connect to it to write software that complies with your API.

...R