Show Posts
|
|
Pages: [1] 2
|
|
1
|
Using Arduino / Programming Questions / Re: Programming Help
|
on: January 18, 2013, 11:10:34 am
|
I know it's an old thread but since the 2013 FRC is up and running... I tried and failed, but I read after!  The problem is the PWM on the jaguar runs at 15 kHz, the PWM on Arduino is 500Hz. Which is way slower. To communicate with the jaguar you will need to modify some register on the Arduino to make the PWM go faster. I haven't tried it, but I think this link is a good start : http://playground.arduino.cc/Code/PwmFrequency
|
|
|
|
|
2
|
Using Arduino / Programming Questions / Re: (Newbie alert!!) aquarium controller -> MENU declarations
|
on: January 12, 2012, 11:10:26 am
|
|
Hi there,
I also started to build an aquarium controller for my reef. I currently have a problem with the float switches.
Digital problem : When I read from the digital pins, it returns the good value half of the time when the switch is on.
Analog problem : When reading from the analog pins, I use a threshold (value of 100) to check if the float switch is on. Everything works using a single float switch, but using multiple the values decrease and mostly pass under my threshold.
What cause these problems?
|
|
|
|
|
4
|
Using Arduino / Programming Questions / Re: Thermistor shield from arduino-direct
|
on: January 06, 2012, 01:13:23 pm
|
|
I know it's been a while, but I didn't touch my arduino for a while.
I figured out that arduino-direct don't always follow wire color standards. After checking the PCB, I noticed that they flipped their cables color. The black wire is for signal and the white as the ground...
Now it works, I only need to converted the value to human readable.
Thanks
|
|
|
|
|
8
|
Using Arduino / Programming Questions / Thermistor shield from arduino-direct
|
on: May 17, 2011, 08:05:30 am
|
|
Hello,
I'm a software developer, but I'm also a total newbie in electronic. I've bought the thermistor shield from arduino-direct. When I try to read the value, I always get 142 ±1. Nothing happens even when I try to heat the thermistor with my fingers.
Is there any tutorial using this shield?
Thank you
|
|
|
|
|