Loading...
  Show Posts
Pages: [1] 2 3 ... 14
1  Using Arduino / Project Guidance / Re: monitor 12 vdc automotive battery used to start backup generator on: May 04, 2013, 04:36:39 am
Bob, Contact Generac and ask them about adding a second battery to the backup generator. Tell them that you're not home for three months and you worry that the backup generator may not start when you're not home.
2  Using Arduino / Project Guidance / Re: monitor 12 vdc automotive battery used to start backup generator on: May 03, 2013, 07:33:32 pm
Bob, Do you have a device that keeps the battery warm in the winter? Do you have a device that keeps the engine block warm in the winter?
3  Using Arduino / Project Guidance / Re: monitor 12 vdc automotive battery used to start backup generator on: May 03, 2013, 04:56:04 am
Is it possible to connect another battery to the backup generator?
4  Using Arduino / Project Guidance / Re: monitor 12 vdc automotive battery used to start backup generator on: May 02, 2013, 07:44:52 pm
Bob, Is the generator exposed or inside a building or inside an enclosure? Try using a solar-powered battery charger.
5  Using Arduino / Motors, Mechanics, and Power / Gearbox kits for RS-5xx motors? on: April 26, 2013, 08:04:54 pm
I'm looking for gearbox kits for RS-5xx motors. I already bought RS-545 motors without gearboxes and I thought that I can use the gears from Vex Robotics building set but using two sets of 12-tooth and 84-tooth gears to create 49:1 gear ratio at four places take up too much space. The ones sold by BabeBots and AndyMark are too expensive.
6  Using Arduino / Motors, Mechanics, and Power / Re: Pololu Dual VNH5019 & Scooter parts - Motor Fault on: April 22, 2013, 04:44:53 am
What's the stall current of the motors? 
7  Using Arduino / Motors, Mechanics, and Power / Re: Vex motor controller + Arduino + External power (doesn't work) on: April 20, 2013, 01:35:51 pm
Use the Vex motor controllers as if they are servos. Use the Servo library. Use servo.writeMicroseconds(value) where value is between 1000 and 2000.
8  Using Arduino / Networking, Protocols, and Devices / Books on XBee? on: April 18, 2013, 04:31:13 am
http://www.amazon.com/s/ref=nb_sb_noss_1?url=search-alias%3Dstripbooks&field-keywords=xbee

Which book is good?
9  Using Arduino / Installation & Troubleshooting / Re: Plugin arduino UNO to mach3 on: April 17, 2013, 04:28:48 am
I think that kevindejongh wants a plugin that makes Arduino work with Mach3 CNC control software. I think that Mach3 software supports CNC controllers that plugs into parallel ports. kevindejongh, try asking at Mach3 forum.
10  Using Arduino / Sensors / Re: Using push-button switches without pullup/pulldown resistors? on: April 14, 2013, 04:48:40 am
Buttons with internals pullups only? Yes.
11  Using Arduino / Sensors / Re: Using push-button switches without pullup/pulldown resistors? on: April 13, 2013, 07:44:57 pm
I got the circuit working on Arduino Mega 2560 R3 board with 10 push-button switches and five servos.
12  Using Arduino / Sensors / Re: Using push-button switches without pullup/pulldown resistors? on: April 12, 2013, 08:06:39 pm
I changed the code from

pinMode(switch01,INPUT);

to

pinMode(switch01,INPUT_PULLUP);

I think that I may have made wiring errors. I tested the circuit with two buttons and a servo on Arduino Uno board and it worked.
13  Using Arduino / Sensors / Re: Using push-button switches without pullup/pulldown resistors? on: April 12, 2013, 03:21:03 pm
Does Arduino Mega 2560 R3 board have pullup resistors on I/O pins? I made a test circuit on Arduino Uno R3 board and it worked. I think the circuit doesn't work on Arduino Mega 2560 R3 board. I connected the switch from GND to I/O pin 38 on Arduino Mega board and nothing happened after inserting serial.println lines.
14  Using Arduino / Microcontrollers / Re: I wish that there is Ruggeduino Mega. on: April 12, 2013, 06:30:33 am
I need I/O Pin Protection that the Ruggeduino board has. The regular Arduino boards don't have it.
15  Using Arduino / Microcontrollers / I wish that there is Ruggeduino Mega. on: April 12, 2013, 05:04:29 am
I wish that there is Ruggeduino Mega. I have a project that requires an Arduino Mega.
Pages: [1] 2 3 ... 14