Arduino based LDR volume and source selection controller

Hello and thanks to all the people who know much more about electronics than me for working on this amazing project.

I have a question: Is it possible to integrate a DSP before the volume control, but after the Input Selector?

Or in other words: What would be the smartest way to integrate a DSP?
 
Hello and thanks to all the people who know much more about electronics than me for working on this amazing project.

I have a question: Is it possible to integrate a DSP before the volume control, but after the Input Selector?

Or in other words: What would be the smartest way to integrate a DSP?

If you don't plan to use analog sources, better to implement volume control directly in DSP.
 
Found the problem at the code and now works fine.
Please update it at your google drive.

// display welcome message
lcd.begin(LCDCOLUMNS, LCDROWS);
lcd.clear();
lcd.backlight();
lcd.setCursor((LCDCOLUMNS + 1 - sizeof(msgWelcome1)) / 2, 0);
lcd.print(msgWelcome1);
lcd.setCursor((LCDCOLUMNS + 1 - sizeof(msgWelcome2)) / 2, 1);
lcd.print(msgWelcome2);

#if LCDCOLUMNS == 20
lcd.setCursor((LCDCOLUMNS + 1 - sizeof(msgWelcome3)) / 2, 2);
lcd.print(msgWelcome1=>3);
lcd.setCursor((LCDCOLUMNS + 1 - sizeof(msgWelcome4)) / 2, 3);
lcd.print(msgWelcome2=>4);
#endif
 
I've got another assembled kit, with or without PS, if anyone is interested. You just need to add a box and a remote.
 

Attachments

  • aioconn.jpg
    aioconn.jpg
    256.2 KB · Views: 594
I've bought this crimping tool for crimping these pins from the original BOM.

The quality of the tool is fine but it is not useful for the purpose. It is around 5mm thick so it squeezes both sets of "arms" at the same time. Besides that the whole pin seems to get twisted.

How can I crimp a cable to those pins? I tried manually with a flat pliers, which seemed to be a PITA.