Hi, I was just thinking of something.
Parts:
Arduino UNO
RF Transmitter
Passive RF Receiver
Battery Pack / Power Supply / Something
Bluetooth Module
Transistor
Some kind of amplifier (or not?)
Some kind of transformer
Would it be possible, to turn on an Arduino wirelessly for example by doing this:
Have some kind of transmitter, a regular RF transmitter like this http://www.dx.com/p/433mhz-rf-transmitt … 9xYJK3xW7I and some kind of passive receiver (any suggestions by the way?), meaning that there is no supply power for the receiver.
Transmitt a high signal to the receiver, amplify (or not? need power for that?) and transform the voltage to for example 5V or something less, transform it into a voltage that i could use.
We then have a transistor that we use as a switch, the 5V (or whatever) we got from the transformed signal will be used to change the “state” of this transistor/switch (ON/OFF), when turned ON it will let through 5V (From a battery pack or any kind of power supply) for the Arduino, which then powers on and keeps the circuit closed by outputting 5V to the transistor we used as a switch until set LOW, and the Arduino turns off.
Of course, in the code of the Arduino you make it output HIGH right away as it starts, when I want to turn the Arduino OFF i send a command through the bluetooth module or USB telling the Arduino to output LOW maybe have it turn OFF by itself after a given time of inactivity.
The thing is that I want to turn OFF every part of my project completely without having to press a physical button, but also being able to turn ON everything without using a physical button. If that’s not possible I’ll just have to use a button
No it doesn’t have to be this transmitter nor RF at all, if IR could work I’d use that, something that lets me do this wirelessly.
So my question was as you can see under the Parts list Would it be possible, to turn on an Arduino wirelessly for example by doing this, and then I also wonder, how?