Maker Pro

Search results

  1. V

    Atmega8L using 3v Battery

    @ jackorocko : I finally ran atmega8L on cr2032 batteries and they actually ran for more than 20 hrs without any battery saving optimizations told by OLIVE2222. I believe the battery saving optimizations would help even more to extend the continuous usage time.
  2. V

    What software suitbale for programming robot?

    Arduino is the best starting point for a newbie. The IDE is very simple to understand and the their are tons of examples available on the internet which will help you understand the arduino better. Go ahead with arduino. You will definately gain a lot from arduino.
  3. V

    Working of Interrupts in Atmega8L

    Hi Everyone, Actually I am writing a code using CodeVision AVR in which the led blinks, whenever the PORTD PIN 4 is high(i have connected a sensor to pin 4,which turns on & outputs 5v).I want to use Interrupt Service Routine in Codevision AVR. In the Code Wizard, it asks for the option for...
  4. V

    Atmega8L using 3v Battery

    Thanks for a quick reply. :)
  5. V

    Atmega8L using 3v Battery

    Can Atmega8L operate at 3v using CR2032 battery
  6. V

    Running Mini-Itx from battery

    Hi, I am currently building a robot which has onboard Mini-Itx motherboard. Apart from this it has two 12v motors which draw about 500 ma each. I am powering this bot using a 12v 7.5 AH battery.Everything seems to be running fine except that sometimes when the load increases the motor...
Top