I need help, I am still a beginner in making arduino projects and would love any help i can get. I got a Somfy roller blinds and want to make it smart. I tried using rf blaster hubs but all could not control the motorised blinds. Next, I tried using servo to manual push the button but the buttons were too close together.
Lastly, I tried to hack the remote but failed as the normal state of the buttons is at 3v and when pressed turns to 0v. If it was the opposite I could connect it to the arduino digital pins to control it.
Does anyone have any suggested of how I can control it with a arduino or make it smart
I would not connect Arduino pins directly to the remote.
Different logic levels could fry things.
The default way is with an opto coupler.
Connect the opto transistor across the button (mind polarity),
and drive the opto LED, through a ~470 ohm resistor, with the ESP8266.
Leo..