Hi community,
I’m pretty new to the Arduino world!
I realise a couple projects with the PI previously but I got sick of the PI (not python). It is too“powerful” for my demand.
However, I just finished my first project for my pool valves with an Arduino and now I would like to proceed on Arduine, replacing an existing project I realised on the PI.
I operate 3x8 Outlet Bars via the PI, hard wired via I²C.
Main Functions is to switch the outlets ON/OFF in a timed sequence but each outlet can also be switches individual.
Reason behind that is that I run a bunch of studio audio equipment, computers and office stuff what I don’t want to switch on in one go (mixer, speakers’, outboard equipment, monitors, PC, etc.) to avoid possible cracking noise on the speakers + convenience .
I would like to substitute my PI as it is interconnected hard wired to the 3x8 Outlets and doesn’t give me flexibility when I changed my studio setup (cabling, routing change), what happens twice in the last 5 years.
Also, it’s just annoying waiting for the Pi to boot up. I usually power all down.
So I’m looking for the power up and it straight works solution “wireless”.
Since my SW skills are moderate I would like to ask you guys what Arduino’s I can use to realise my project? Wi-Fi or Bluetooth? What would be easier for a kind beginner to program to communicate with several devices? I also look for a rapid function in comms once I power on the stuff.
I attach a sketch and pictures so you guys have an impression what I’m looking for.