Comments on: Using Push Button Switch with Atmega32 and Atmel Studio https://electrosome.com/push-button-switch-atmega32-microcontroller-atmel-studio/ You Inspire.....We Create..... Wed, 13 Mar 2019 16:11:18 +0000 hourly 1 https://wordpress.org/?v=6.1.1 By: peastteli28 https://electrosome.com/push-button-switch-atmega32-microcontroller-atmel-studio/#comments/7268 Wed, 13 Mar 2019 16:11:18 +0000 https://electrosome.com/?p=6016#comment-7268 In reply to SOJIB AHMMED MIA.

not bad 846861 &ab=aqzdrpgivu

]]>
By: SOJIB AHMMED MIA https://electrosome.com/push-button-switch-atmega32-microcontroller-atmel-studio/#comments/7191 Sat, 03 Nov 2018 11:10:11 +0000 https://electrosome.com/?p=6016#comment-7191 Sir, please help,
3 Button indicate 3 person & it’s operate by a person .when the person press the button this time it’s indicate person 1 then button 2 indicate person no 2 & 3 for same.
i need this code which i want display it LCD .

]]>
By: Newbie https://electrosome.com/push-button-switch-atmega32-microcontroller-atmel-studio/#comments/6874 Mon, 11 Sep 2017 16:21:00 +0000 https://electrosome.com/?p=6016#comment-6874 When given the option to use “DDRC |= (1<<PC0)" or "DDRC = 0x01", why would anyone prefer the first over the latter? Especially for a beginner like myself the first one is… unreadable gibberish while the latter is marginally less so.

]]>
By: Yassine Kardid https://electrosome.com/push-button-switch-atmega32-microcontroller-atmel-studio/#comments/6854 Sun, 20 Aug 2017 16:45:00 +0000 https://electrosome.com/?p=6016#comment-6854 hello i want to interface 4 push buttons using interrupts with my atmega328p which has just 2 external interrupt !! how i can do it.

]]>
By: Harini https://electrosome.com/push-button-switch-atmega32-microcontroller-atmel-studio/#comments/6736 Thu, 06 Apr 2017 15:23:00 +0000 https://electrosome.com/?p=6016#comment-6736 In reply to Ligo George.

how should i modify the above code if i gave the input as a bend sensor and the led has to glow when the resistance of the bend sensor is between a range of values?

]]>
By: Imam Musthofa https://electrosome.com/push-button-switch-atmega32-microcontroller-atmel-studio/#comments/6650 Sun, 19 Feb 2017 19:20:00 +0000 https://electrosome.com/?p=6016#comment-6650 Sir, please help.
how to make 1 switch controlling 2 leds alternately.
When switch pressed at the firs time, led1 is on ( led2,off )…
then switch released, led1 off.
And when switch pressed again, led 2 on ( led1 off )
then switch released, led2 off.
Thank you very much.

]]>
By: Ali https://electrosome.com/push-button-switch-atmega32-microcontroller-atmel-studio/#comments/6405 Wed, 05 Oct 2016 23:30:00 +0000 https://electrosome.com/?p=6016#comment-6405 Is it this the true way to acces push button for function push button…. https://uploads.disquscdn.com/images/53419738d9e6f8d7f2f9cacfd740bfc533c6b53f36c1b8ab4d523fac3d691758.png

]]>
By: Ali https://electrosome.com/push-button-switch-atmega32-microcontroller-atmel-studio/#comments/6404 Wed, 05 Oct 2016 23:26:00 +0000 https://electrosome.com/?p=6016#comment-6404 https://uploads.disquscdn.com/images/7b231ac558bc4ee20933dd1aad7cb4f6d71fe837b7689f75b3dd4dc7c70e566f.png https://uploads.disquscdn.com/images/53419738d9e6f8d7f2f9cacfd740bfc533c6b53f36c1b8ab4d523fac3d691758.png

Hey everyone..how i want to make when i press the button,the led will toggle every 1s and when I press again it will change to 2 s(led blinking) and I press again it should be every 3 s,the led willl blink and then turn back to 1s…what I make in the code below,,it only turn on and off the led every time I push the button..
The code that our project prefer is interrupt..we dont want to used delay..can anyone help me

]]>
By: Ligo George https://electrosome.com/push-button-switch-atmega32-microcontroller-atmel-studio/#comments/6272 Sat, 27 Aug 2016 07:47:00 +0000 https://electrosome.com/?p=6016#comment-6272 Did you rebuild the project properly after modifying the code ?

]]>
By: Ligo George https://electrosome.com/push-button-switch-atmega32-microcontroller-atmel-studio/#comments/6271 Sat, 27 Aug 2016 07:42:00 +0000 https://electrosome.com/?p=6016#comment-6271 Sorry, you program code is not clear. Please edit and correct it.

]]>