- This topic has 4 replies, 4 voices, and was last updated 8 years, 7 months ago by .
Viewing 5 posts - 1 through 5 (of 5 total)
Viewing 5 posts - 1 through 5 (of 5 total)
- You must be logged in to reply to this topic.
|
Microcontroller › AVR › avr microcontroller
How can I learn ABC of AVR microcontroller peripheral features with necessary codes and circuit diagram?
Sir how to do image detection with microcontrollers
follow our tutorials at
EG Labs / micro controller / AVR
you can use MATLAB with raspberry pi
I'm working on a temperature controller project using AVR ATmega16 microcontroller.For displaying process value I've used quad 7-segment multiplexed display.In normal mode the display should show the temperature(process value). I want to design an algorithm such that, when I press a key and hold it for few seconds(say 5 seconds) then until it is pressed controller should display process value. Then after 5 seconds it should enter a menu driven program where all parameters associated with the controller can be changed. One such parameter is type of input(say J/K/Pt-100). How to create this programmable delay to enter the menu? Please suggest me a suitable algorithm/source code for the same.