Welcome to the Java Programming Forums


The professional, friendly Java community. 21,500 members and growing!


The Java Programming Forums are a community of Java programmers from all around the World. Our members have a wide range of skills and they all have one thing in common: A passion to learn and code Java. We invite beginner Java programmers right through to Java professionals to post here and share your knowledge. Become a part of the community, help others, expand your knowledge of Java and enjoy talking with like minded people. Registration is quick and best of all free. We look forward to meeting you.


>> REGISTER NOW TO START POSTING


Members have full access to the forums. Advertisements are removed for registered users.

Results 1 to 2 of 2

Thread: Arduino/Amarino LM35 temperature regulation + simple Android APK

  1. #1
    Junior Member
    Join Date
    Jul 2013
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Arduino/Amarino LM35 temperature regulation + simple Android APK

    Hello,

    I need to create a simple temperature regulation with LM35 sensor based on Arduino and Bluetooth module, connected with Android phone. Regulation is really simple since there are only 2 logic options: if temperature on LM35 is above threshold, fan turns on in order to cool down the system. If temperature is below threshold, don't do anything.

    I have already found a program which does basically the same thing here dl.dropboxusercontent(dot)com/u/76467041/LM35%20Temp%20Sensor%20Arduino%20Code.txt (except that I don't need the servo part), but it doesn't include Android application and since I have basically zero skills with Android programming, I couldn't get it done by myself.

    I've also found a program which reads temperature from LM35 here: buildcircuit(dot)com/amarino-experiment-temperature-sensor-data-and-led-controller-on-amarino-interface/ . It already comes packed with Android Application, but unfortunately does not include any regulation.

    What I'd actually need to do is use the first program and write an app for it. App should display current temperature in degrees celsius and have input field for desired temperature.

    I believe that this is a breeze for most of you guys, but I've never been really programming before so you may imagine how difficult that is for me. I've already read some tutorials for Arduino and actually managed to get Multi Color Lamp demo project working fine but because of recent sickness and school deadline for this project, I'm in a "little" hurry now.

    May I ask for your help?

    Thanks in advance, I highly appreciate it!


  2. #2
    Super Moderator jps's Avatar
    Join Date
    Jul 2012
    Posts
    2,642
    My Mood
    Daring
    Thanks
    90
    Thanked 263 Times in 232 Posts

    Default Re: Arduino/Amarino LM35 temperature regulation + simple Android APK

    Quote Originally Posted by paxman3 View Post
    May I ask for your help?
    Well we don't write code to solve problems. We answer questions so you can write code.
    If temperature is below threshold, don't do anything.[/QUOTE]Perhaps turn the fan off (if it is still running).

Similar Threads

  1. Simple Java Code Help--- temperature conversion using while loop
    By Idiot_willing_to_learn in forum What's Wrong With My Code?
    Replies: 3
    Last Post: February 26th, 2013, 11:33 AM
  2. REVERSE ENGINEER AN APK TO UNDERSTAND ITS FUNCTION
    By ANIME in forum Android Development
    Replies: 2
    Last Post: July 4th, 2012, 09:51 PM
  3. Replies: 2
    Last Post: June 13th, 2012, 02:57 PM
  4. Java netbeans to Arduino (Serial Data)
    By philli3 in forum File I/O & Other I/O Streams
    Replies: 0
    Last Post: March 10th, 2012, 08:06 AM
  5. Replies: 0
    Last Post: October 27th, 2011, 03:22 PM