Help with serial communication in atmega328p using assembly Hello again, I am being honest. This is everything we were told. And there was no possibility to meet the teacher. Truly this was truly frustrating how my college functions....
Help with serial communication in atmega328p using assembly I did some research but it was tough to understand things on my own. Compared interrupts I find the serial communication part a little harder. So please forgive me for this poorly...
Help with using two interrupt pins in ATmega328p I used two capacitors for the two switches. I am aware this could be done with a delay. I recently learned timers. I think the button can be debounced with the help of a prescaler...
Tuesday, 22 October 2019 - 20:52
Help with using two interrupt pins in ATmega328p Sorry for updating these old posts. But here's an example for using both interrupts INT0 and INT1. This is a 0-7 counter and leds connected to PB0,PB1,PB2 represents the numbers....
That made sense, Thank you sir :)
Yes, It is possible to do this without timer interrupts. But designwise wouldn't this be better because the cpu is not always tied down? What are your thoughts on it?
Hello :) This is actually like a toy car, Here's a picture. I really have no idea how the parking bays/zones look like. sorry :(
These tutorials will help me sir. Thank you :)
Hello again, I am being honest. This is everything we were told. And there was no possibility to meet the teacher. Truly this was truly frustrating how my college functions....
I am sorry my bad :( This is the task. This was on my college website. The height of the IR emitter in...
I did some research but it was tough to understand things on my own. Compared interrupts I find the serial communication part a little harder. So please forgive me for this poorly...
Thank you that helped sir :)
My result seems to suggest an "out by 1" error. I imagine this might be because of BRNE being 1 not 2 on the last iteration. I actually paid attention to the -1 that...
I used two capacitors for the two switches. I am aware this could be done with a delay. I recently learned timers. I think the button can be debounced with the help of a prescaler...
Sorry for updating these old posts. But here's an example for using both interrupts INT0 and INT1. This is a 0-7 counter and leds connected to PB0,PB1,PB2 represents the numbers....
Thank you very much for the quick reply sir.
Pages