Show Posts
|
|
Pages: [1] 2 3 ... 5
|
|
1
|
Using Arduino / Installation & Troubleshooting / Re: Not in sync
|
on: May 05, 2013, 01:15:19 pm
|
|
Okay, I've gone over every single connection multiple times and it's not any shorting, but it has to be because that's the only answer. The only other thing I can think of is that the program on there is wrong or the bootloader is bad. The LED on pin 13 never lights up when I plug it in and the TX and rx pins both light up, but then there is no transmission during the upload process, the RX led just blinks 3 or 4 times (it changes). Also, if I plug in another power source, the computer won't detect the arduino, although I have done this before for serial monitoring. This makes absolutely no sense anymore and it's starting to bother me. My other arduino nano works perfectly fine.
|
|
|
|
|
3
|
Using Arduino / Installation & Troubleshooting / Not in sync
|
on: May 04, 2013, 10:58:04 pm
|
|
I've had this error before and it was because the rx pin was accidentally shorted to ground. I've checked it this time and it's not that, and when plugged in the microcontroller gets very hot. The only reason I'm trying to do this is because the program that's on there seems to have stopped working (it was working fine before, I just didn't use it for a while and now this). Any help?
|
|
|
|
|
8
|
Using Arduino / Programming Questions / Converting numbers to binary and writing them through I2C
|
on: January 17, 2013, 05:40:32 pm
|
I'm building an audio control system with an Arduino and some other bits and pieces. One of the things I need to do is get a value between 0 and 255, convert it to binary, and write that through an I2C port to a digital pot. I can control the chip select part and everything leading up to getting the variable, but I don't know how to work with I2C. I'm using the TPL0102 (datasheet: http://www.ti.com/lit/ds/symlink/tpl0102-100.pdf) and I need to write the vale to the memory (volatile is fine, but I'd prefer non- volatile) of the digi pot. Can anyone help me with this?
|
|
|
|
|
9
|
Using Arduino / Project Guidance / Re: Using arduino as a potentiometer.
|
on: January 13, 2013, 07:01:14 pm
|
|
Thanks, I'll keep a low pass filter in mind next time I order stuff. In the meantime, I'm going to try it with just the PWM, and see what happens, then try with a capacitor inline, and see if that smooths it out. If neither of those work I'll just go with pots and read the values off of the pots and display the mapped values. Thanks for the help guys.
|
|
|
|
|
12
|
Using Arduino / Project Guidance / Using arduino as a potentiometer.
|
on: January 12, 2013, 09:13:08 pm
|
|
I'm making an audio control system (with LCD display) to use with a LM1036, using the arduino and a set of pushbuttons to adjust the volume, bass, and treble inputs on the 1036, instead of the recommended pots biased off of the on board zener voltage. Since analogwrite is a PWM function, I'm assuming it won't work to control the IC. In that case, what would be the correct function to use, or is this even possible?
|
|
|
|
|
14
|
Using Arduino / Networking, Protocols, and Devices / Re: Using a 2.4ghz module to transmit data
|
on: November 20, 2012, 09:00:41 pm
|
|
Lefty, the transmitter is going to go on the boat, to transmit data (temperatures, battery voltage etc) to a land based receiver. An arduino (hooked up to the receiver) will control an LCD or 7 seg displays to show the read data in the boat. The rest of the transmitter is missing, all that I have left is the module, does that mean I'll be generating a PPM signal to send to it?
|
|
|
|
|