I need to write a program that uses a raspberry pi with a touch screen. I am supose to writ my own operatins system, I need the touch screen to show the date and time. I need the user to be able to program in days and times that will start a program also the user should be able to set a temperature that is desiered. I have a fan that adjusts by a dial, I need the program to come on and have a servo turn the fan on 180 degrees I have a temp sensor that will moniter the temp, the program needs to keep checking the temp once it reaches the desiered temperature it will turn the fan down but will keep checking and use the servo to keep adjusting the fan speed for a user set time frame. If there is any help at all I would appreciate it.
We need at least 10 more requests to produce the answer.
0 / 10 have requested this problem solution
The more requests, the faster the answer.
I need to write a program that uses a raspberry pi with a touch screen. I...
I have written code to display a temp reading on a RPI to an LCD screen in python. I am required to have the data be sent to a JSON file and am having trouble modifying this to happen. I know I import JSON but then do I create a data set or can I pull it directly from the data that is being collected. Below is my code. from grovepi import * from grove_rgb_lcd import * from time import...
I need to write a program in java using two array lists. I need to program to prompt the user to enter a day of the week and return an output of a predetermined temperature for the day they selected. I also need the program the output the average of daily temperatures across the week if the user inputs "week". So basically if i set the temperatures to something arbitrary i.e.: Monday = 50 Tuesday = 55 Wednesday = 52...
please help me with the project it's an embedded system
project and i need a help with
the code (for setting part especially) the code should be in C
language not C++ and the mbed
application board will be used. thanks in advance
:)
Note: mbed development board are used here with the mbed
application board
Design and implement an Air Conditioner Controller System to control automatically an air conditioner based on the ambient tempreture and surrounding light (Daytime/Nighttime). The...
I need to write a class in C++. I need to make a class that uses measurements of a triangle and outputs its area. It needs to have the following things. variables the hold the base and height, and those should be doubles for precision. Member functions to get and set the variables from part one and that check to ensure the values entered are greater than zero. If the values are incorrect, the function must prompt the user for...
I NEED THIS PROGRAM COMPLETE WITH THE INPUT ALREADY IN IT. I HAVE NO TIME LEFT TO GET IT DONE AND IT'S BEEN KICKING MY BEHIND FOR THE PAST FEW DAYS. THIS IS MY FINAL PROGRAM AND I HAVE NO CLUE ABOUT WHAT I'M DOING. SO, IF SOME WILL...WILL YOU PLEASE DO THE PROGRAM WITH THE INPUT ALREADY IN IT...I JUST WANT TO BE ABLE TO COPY PASTE AND RUN IT. I WOULD APPRECIATE IT A HECK OF A LOT....
Hi,
Hi,
I need someone to write a program in Phython 3.6, and please I
will appreciate if the code is error free and indented correctly.
The output would be preferable.
thanks
Write a GUI program that translates the Latin words to English. The window should have three buttons, one for each Latin word. When the user clicks a button, the program displays the English translation in a label. 3. Miles Per Gallon Calculator Write a GUI program that calculates...
Writing a program in C using CodeBlocks but I cannot seem to get
this right. I keep getting weird outputs for my high, med, low.
Any help would be greatly appreciated. Code is provided in
link.
Write a program that will ask for a desired temperature and it shifts the conditions in the Fig. shown below. - The program will ask for the room temperature and for the desired temperature. - If desired temperature is less than 2.5 degrees from...
I need to write a paint job estimator program in python. I have most of it down but i keep getting errors and I dont know how to fix it or what im doing worng specs: A painting company has determined that for every 350 square feet of wall space, one gallon of paint and six hours of labor are required. The company charges $62.25 per hour for labor. Write a program call paintjobestimator.py that asks the user to enter...
Write a menu driven program to demonstrate the use of array and switch. It must be written in C language . Here is the menu - Press 1 to add a number to the array. Press 2 to display the numbers entered in the array so far Press 3 to find the average of the numbers entered. Press 4 to exit. Option 1 - The user should be able to enter 20 numbers only. If all twenty numbers are entered...
I need help with the C++ for the following problem: Write a program uses objected oriented programming to calculate the area of a rectangle. The program should create a Rectangle class that has the following attributes and member functions: Attributes: width and length Member functions: setWidth(), setLength(), getWidth() , getLength(), getArea() Where width and length are the respect width and length of a Rectangle class. The setWidth() and setLength() member function should set the length and width, the getWidth(), getLenght(),...