Recent content by _atari_
  1. _atari_

    Arduino based passive analogue input selection & volume control

    Yes and no.   All PCBs are finished and ready to run. I still have not begun to program the whole thing - but that should not be the problem.   Unfortunately I have managed to totally, really totally mess up the power supply. This hinders any real advantage. I think I will come back to...
  2. _atari_

    SMT resistors 4 chip amp....best?

    What do you think about the Panasonic ERA series? 10 to 100ppm, 0402 to 1206, and a number of wattages? Of course not as good as the Vishay above - but at least in a reasonable priced range.
  3. _atari_

    SMT resistors 4 chip amp....best?

    I strongly sugest to change your pads to accept 0805 or even 0603 resistors. These are industry standard sizes and it will be much easier to find appropriate resistors. These sizes are still very easy to solder (even though you probably will be anxious because of the size - but I learned...
  4. _atari_

    Arduino based passive analogue input selection & volume control

    To keep you updated: The boards are ordered (change some little details). So expect some nice action shots next week or one week later. LCDuino is laying at home, waiting for a task. I need my preamp, missing my music. Case is designed and planned but not ordered yet. So in the next...
  5. _atari_

    Vias on SMT pads

    You are right. Solder masked vias in small pads DO NOT work. But honestly I think that your are much more experienced her as I am. But just as an conclusion i think: For everything bigger than 0603 vias in pads are fine as long as you solder by hand. For 0603 vias in pads are doable, but...
  6. _atari_

    Vias on SMT pads

    Quote: Originally Posted by cobaltmute The SparkFun link you had earlier tells you have to do it in Eagle. Now if only I could figure out how to do it in Ultiboard... Yes and no. It works for vias outside of pads. But not inside of pads. Because there you already have 'no...
  7. _atari_

    Vias on SMT pads

    Quote: Originally Posted by deltaydeltax I've done "via in pad" technology. My most complex board was a board with a BGA containing over 200 balls. Each ball went to a pad which had vias. To keep the solder from filling the holes, I had all of the holes silver filled, then their ends...
  8. _atari_

    Vias on SMT pads

    Quote: Originally Posted by Fixz8 The "solder stealing" is really only an issue if you're using solder-paste in a production environment. If you're hand-soldering with wire-solder, it doesn't matter at all. The only case when it's annoying hand-soldering is when it's in a tiny pad...
  9. _atari_

    Glass Jar Audio - Do they have high quality kit parts?

    Quote: Originally Posted by peranders My QRV08 design requires really dedicated builders but believe it or not this is number two in popularity and QRV07 is number one, also SMD! QRV08 is my personal master piece and the only headphone amp in the world which has a quadruple super...
  10. _atari_

    The LCDuino-1 I/O processor

    Quote: Originally Posted by linuxworks I am. after the learn-sequence is complete, the array of codes is saved in eeprom. I'm using working ram to save temp values and only syncing to eeprom if the user FULLY completes learn-mode. if he bails out in the middle or lets the system...
  11. _atari_

    The LCDuino-1 I/O processor

    Quote: Originally Posted by linuxworks code space is about halfway used; but one issue I'm running into is RAM usage! the learning remote eats up a lot of array space since hex key codes are stored in longwords and arrays-of-long could eat up your ram/heap space if you are not careful...
  12. _atari_

    The LCDuino-1 I/O processor

    Quote: Originally Posted by linuxworks update: (note, we're almost at the 6000 lines of C code-point. this stuff really adds up but there's a lot of functionality in this system) Is it possible to introduce 'Feature defines' since I can assume that not very much space...
  13. _atari_

    The LCDuino-1 I/O processor

    Quote: Originally Posted by glt Hi linuxworks, what is the behaviour if you do more than "touch up"? Suppose I turn on the device and the pot is at min, then I use the remote to increase the volume to say mid-vol. If I start turning the pot, does it not increase the vol until pass the...
  14. _atari_

    The LCDuino-1 I/O processor

    Quote: Originally Posted by Ynis Avalach Is there a good source or way to start into arduino programming, I started with a C++ book which I will read now. Because I have no knowledge of programming yet. I know, but it's part of my studies anyway, why don't start there, where their's a...
  15. _atari_

    Arduino based passive analogue input selection & volume control

    As prelimnary last board I present the single ended to balanced converter. It is based on the DRV134 chip by TI. The schematic is very simple and more or less directly from the datasheet. Add a relay to circumvent the conversion for balanced signals, add an ATiny13 to control the relays (it...
Back
Top