|
|||||||
| Home | Forums | Rules | Articles | Store | Gallery | Blogs | Register | Donations | FAQ | Calendar | Search | Today's Posts | Mark Forums Read | Search |
| Digital Source Digital Players and Recorders: CD , SACD , Tape, Memory Card, etc. |
|
Please consider donating to help us continue to serve you.
Ads on/off / Custom Title / More PMs / More album space / Advanced printing & mass image saving |
|
![]() |
|
|
Thread Tools | Search this Thread |
|
|
#131 |
|
diyAudio Member
Join Date: Aug 2009
Location: Johnson City, TN
|
I'm trying to get the Arduino up and running. while I wait to get the remaining ICs I need, and get a data source running. The SONY CWM460 I was hoping to use is rife with problems.
I guess I'm too old school, but I keep trying to set up an environment and batch files. |
|
|
|
#132 |
|
diyAudio Member
Join Date: Aug 2011
Location: South
|
I wonder what version of the Aurdino environment this is tested on? Aurdino 1.0 just creates a long log file of errors trying to verify/compile...
Anyone who succeeded? I will crosspost this to the GB area. Brgds
__________________
These are my principles, and if you don't like them... well, I have others. |
|
|
|
#133 |
|
diyAudio Member
Join Date: Aug 2011
Location: South
|
The first one internally coupled sounded thin and needs a buffer in between.
Brgds
__________________
These are my principles, and if you don't like them... well, I have others. |
|
|
|
#134 |
|
diyAudio Member
Join Date: Aug 2006
|
Post the log file of errors.
|
|
|
|
#135 |
|
diyAudio Member
Join Date: Aug 2011
Location: South
|
Yes, I will have to revert to the original files first. The ones I am working with now ain't good anymore...
Brgds
__________________
These are my principles, and if you don't like them... well, I have others. |
|
|
|
#136 |
|
diyAudio Member
Join Date: Aug 2009
Location: Johnson City, TN
|
I"m running Arduino 1.0 zip date 11/28/2011 7:33pm.
I think I have it up and running as I can talk to the Uno, and run a simple file for a test. I've got the file "Arduino UNO Code.txt" dated 1/15/2012 7:05pm, is this what you are building with? Since there is no revision number in the code it is difficult to tell for sure. Turbon, when you post a file, please put a revision number in it and your name as editor so we can track the file and be sure we all are working on the same file. Thanks. Sven |
|
|
|
#137 |
|
diyAudio Member
Join Date: Aug 2011
Location: South
|
OK, reverting to basics.
I run Aurdino 1.0 and compiled and loaded the following: --- /* Blink Turns on an LED on for two seconds, then off for half a second, repeatedly. This example code is in the public domain. */ void setup() { // initialize the digital pin as an output. // Pin 13 has an LED connected on most Arduino boards: pinMode(13, OUTPUT); } void loop() { digitalWrite(13, HIGH); // set the LED on delay(2000); // wait for 2 seconds digitalWrite(13, LOW); // set the LED off delay(500); // wait for half a second } --- Works like charm. Now load the LCD library as stated in the aurdino code from heartwinters email and try to compile the code - bang crash... Does not compile and there I am... Brgds
__________________
These are my principles, and if you don't like them... well, I have others. |
|
|
|
#138 |
|
diyAudio Member
Join Date: Aug 2009
Location: Johnson City, TN
|
You are doing better than me. I've got a parallel LCD/keyboard combo and tried to compile and download the "Hello World" sketch.
I can't get past Binary sketch size: 2520 bytes (of a 32256 byte maximum) avrdude: stk500_getsync(): not in sync: resp=0x00 I've got a serial LCD also but haven't found the spi driver yet. |
|
|
|
#139 |
|
diyAudio Member
Join Date: Oct 2011
|
I got a question.
I really like the O2, but there is some modification I would like: On the front of the amp, I would like the powerswitch to be, volume knob and one headphone output. On the back of the amp, I would like the power connection, audio input and another headphone output(so when I'm gonna use the same headphone, I would rather connect it back than the front. Like this; objective2 headphone amp - Hardware Canucks Anyone done that before? I've tried to search and see if someone could make one for me, but without luck. |
|
|
|
#140 |
|
diyAudio Member
Join Date: Aug 2011
Location: South
|
Hmmm, your question everlong should be asked in the O2 thread...
But anyway, the link you referred to shows the larger enclosure with the pcb somewhere near the top. The builder has then done some internal wiring to the new connectors at the bottom of the box. As I see it you better connect one pair of headphones at the time - otherwise they will interfere with the other in more than one way... But ask your question in the O2 thread - a lot of cunning people there. Brgds
__________________
These are my principles, and if you don't like them... well, I have others. |
|
![]() |
| Thread Tools | Search this Thread |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| High Performance WM8741 Upsampling DAC New Version - Group buy | heartwinter | Group Buys | 114 | 13th April 2012 03:56 PM |
| High Performance WM8741 Super Mini DAC with I2S Data Switching – PCB - Group Buy | heartwinter | Group Buys | 26 | 19th January 2012 12:12 PM |
| High Performance WM8741 Super Mini DAC PCB Group buy | heartwinter | Group Buys | 18 | 30th August 2011 05:45 PM |
| Wolfson High Performance 117dB DAC | m.parigi | Digital Source | 1 | 21st February 2002 07:51 PM |
| New To Site? | Need Help? |