he dont use the language "wiring".He programs it in c.
That is good. Keep away from the arduino IDE (Integrated Development Environment). It is horrible and you won't learn anything if you use it.
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
he dont use the language "wiring".He programs it in c.
Every time someone mentions AVR you PIC fanboys get angry..
And yes, some instructions take 2 clock cycles in AVR
Factually there are no different AVR cores.. they are all the same. I would hate it if I buy an AVR with a different core every time and it would take variable amount of cycles to execute one instruction. Variable amount of cycles to execute one instruction?? Different cores? You make me so angry. So pointless.
I did not compare anything to Fiat 500.. I just pointed out that energy efficiency is the big thing today in microcontrollers and cars. What is this selective comparison you are talking about. Is it selective because I did not mention PIC? And what did I misrepresent? I did not mention any line of microcontrollers when I talked about energy consumption. I just said that all the manufacturers claim that their chip is the most energy efficient in the market. Are you reading this thread with your PIC glasses on?
Personally I think that comparing any two particular microcontrollers is like comparing bananas and space shuttles.
You could then compare thatAVR
oscillator 16 mhz
3 timers
8 ADC
10 I/O
PIC
oscillator 16 mhz
3 timers
8 ADC
10 I/O
edeca, in what sense? Could you please elaborate?
edeca, in what sense? Could you please elaborate?
Personally I think that comparing any two particular microcontrollers is like comparing bananas and space shuttles.
Tell the OP how to find a good kit he said a friend was using a ATmega328 help the Man get started
Comparing AVR and PIC is more like comparing apples and oranges. It does not matter which one you eat, but if you are allergic to oranges, don't blame the orange.
A more sensible review on the differences is here https://www.electricstuff.co.uk/picvsavr.html
Your reasoning is a perfect example of the isolated points fallacy.
Classing a particular microcontroller as an "allergen" is a mentality I will never understand. If it gets the job done to specification, who cares? My hackspace friends voice similar views and I will never understand it...
I keep thinking of my friends at hackspace, they do class PIC's as an allergen but have never used one! Mention you have used something else other than arduino/AVR, and they make the sound a dodgy workmen does when it comes discussing the price (breathing through teeth) .
I could not agree more.Thanks for the answers.
Guys i dont care if pic is better that avr or the opposite.I think that because many people use each one,both will worth.Indepedantly my choice is to start with an avr because i there is a guy who can help me.
I am not up to speed on the dragon but I expect it functions much like the pickit3 regarding debug. They do what is called ICD or In Circuit Debugging. ICD is nice because you can debug your code in real time without editing the code to add debug statements .With the ICD the variable values can be seen in 'watch' windows. The limitation is that you have to stop the code with a breakpoint to allow the debugger to update the values. That is to say the do not update during the run.Now i am thinking of buying an avr dragon or 3-4 uC with bootloader so i dont need avr dragon.
I want to ask:
1)I havnt exactly understand what is in circuit debugging that avr dragon offers.Is it important for a begginer? or with just a bootloarder with be ok and after 2-5 months or more maybe i will need a programmer/debugger?