http://www.photo138.com/0/ss/CEG006400_5_ALL_zpsbea55049.jpg sooooo. I am looking for a down and dirty solution to use one

sooooo. I am looking for a down and dirty solution to use one of these link sets to operate as a button. Just a single wireless pulse without an arduino or floating voltages…

I have one of these

http://www.nledshop.com/pixelion

I am using it in a pov poi project. example:

I intend to replace the tac buttons on the pixel ion boards with a reciever. Then with one press of a remote I can sync and change
sequences.
Links description:
“Features:(Receiver module parameters):Voltage: DC5VStatic current: 4MAReceiver Frequency: 433MHZReceiver sensitivity:-105DBExternal antenna: 32CM single-core wire, wound into a spiral(Transmitter module parameters):Transmission Distance :50-100 meters (voltage, the effect is different)Working voltage :3.0-12VWays of working: AMTransfer rate: 4KB / STransmit power: 10mWEmission frequency: 433MExternal antenna: 25cm ordinary multi-core or single core linePinout from left ¡ú right: (the DATA; the VCC; GND with)Specifications:Size:(Receiver module parameters):30 x 14mm(L x W)(Transmitter module parameters):19 x 19mm(L x W)Package include:1 x Wireless transmitter module 1 x Wireless Receiver module”

found one youtube video that did this on a breadboard, but unfortunately it had a pwm effect that made the led (was just an example) stay on but dim.

It’s not that simple. On the transmitter side you need an encoder. You can use a 555 timer Dual 433MHz Wireless Transmitter & Receiver Set - A Demonstration Video - YouTube
or (better) a HT12E http://www.gadgetronicx.com/working-of-ht12e-encoder-ic/
However, I would use a Trinket.

On the receiver side you need to decode the signal again. You can use a HT12D or the Ion Board. Make sure you transmit and receive with the correct baud rate.

For a really quick and dirty solution get yourself a RF relay. Check out what components they are using :wink:

I’m also start playing with theese 433Mhz boards.
Just a basic question… When using a arduino with the receiver it should be possible to receive signals from several transmitter (transmitting different codes)?

as long as it is the same freq. i believe so.

Consider also whether this “pre-made button” might be a good option?
https://www.adafruit.com/products/1095 + https://www.adafruit.com/products/1096

@Mark_Kriegsman yep, that’s just as the last two links of my comment. All on board, no headaches :wink:

Decided to go with an set of encoders/decoders ICs. Ht12d/ht12e. Please keep this open though. I am prototyping a product. When this one is finished I I’ll still need to figure my most cost effective and simple way. I just need the switch to wirelessly go high then stop when i release. So when i press start sequence they start simultaneously. The encoders/decoders will allow me to not trigger all sets too.

@D_Rob I did not understand what you mean with “will allow me to not trigger all sets”. If you mean with “sets” the light sticks you should be fine: On the HT12 you got 8 pins for address pairing (=256 possibilities) and make two or more receivers do the same. Please try this out. Then there are 4 bit data. The 4 pins on the encoder (AD08-11) correspond with the 4 pins on the decoder (D08-11). On the Ion you only got 1 button pin; connect this with a pullup to e.g. D08 and it should work.

Hi,
Have a look to HC11 433MHz Wireless Serial Port Module wich can act as a wireless 3 buttons remote.
http://www.seeedstudio.com/wiki/images/a/a8/HC11_User_Manual.pdf
Page “Wireless IO Function”
François