wireless apperatus

hey guys
i have got an question
if i want to make a device for a game that
takes one recever with 15 leds (all chanals encripted)
this runs on a arduino

and 15 transmitters
all with a encription on the transmitter (so that not all transmitters work)
this should run on a attiny85

who can help me?

Probably lots of people, but your description is a bit vague. If I understand correctly, you want simultaneous encrypted communication between a single base arduino and 15 different 'client' attinys, potentially all sending at once. If so, I think you would struggle with the limited amount of SRam available.

Also, you should probably clue us in on which Arduino model uses an ATTiny85 chip.

well sorry to say but you have understoud it wrong

the transmitters are for problems (then we need to find team **)

you have 15 transmitters with one button

if you press the button it sends the code of the system and send it's id number (binairy)

the recever just lisens to the code (of the system)
when that is receved and after that the id code it will turn on the light that is equal to the number of the transmitter who has send it

and the atiny85 can be programed with the arduino ide and i want to use that becaus it is smal en cheap (as a transmitter)

well sorry to say but you have understoud it wrong

Perhaps it was misunderstood because it was poorly stated.
Is there a section in "International" for your native language?

What prevents the transmission of one interfering with the transmission of another?

interference is not a problem in this setup

you pres the button system code and id code gets send like 1001 1100 (systemcode and remote 3)
and the light 3 comes on (and remains on until reset is pressed)

if somone can give me a pde for one remote (with encription and code)
and the recever side i can do the rest myself

it is almost like ir remotes but only on the rf

interference is not a problem in this setup

Imagine I sit you at a desk blindfolded.
I give two people in the same room identical sounding air-horns.
I tell one to send Morse "S" when I poke them with a stick, and the other person to send Morse "O" when I poke them.
I poke both simultaneously with a Y-shaped stick.
How do you tell which is which?

erm with the id code of the remote

there should be a system code so other remotes cannot interfear
this is the same in all 15

and the id code this code is remote bound

and the recever looks and detects whitch remote sends the signal

so id the system id matches
it looks witch remote it is

erm with the id code of the remote

Sorry, you're back to incomprehensible mode.

Are you saying that the transmitters all have separate carrier frequencies and a device ID?
Doesn't that mean a receiver for each frequency too?

there is one frequentie
one recever 15 transmitters

i am in a room blind

my buddy's (1 and 2)

have airhorns
but they both sound diverent
and i know witch tones they have (i can poke them without seeing)

like i said

when i press the button the remote (number 1) send 1001 1000
when i press the button the remote (number 2) sends 1001 0100

the code of the system is 1001 and when this is receved
the recever looks for the second code
and this is the remote (the diverent sounding horn)

so the recever makes the binairy decimal

instead of 1000 or 0100 that is 1-2 (remote 1-2)

but it receves 2 parts
system code
remote id

when i press the button the remote (number 1) send 1001 1000
when i press the button the remote (number 2) sends 1001 0100

And when I press both, the receiver sees 1001 1100.

that does not matter
realy it doesent

How can it not matter? You have two players sending codes, but your receiver is getting a third, completely different code, that may, or may not, represent another player.

i can compensate it
i can make scripts and adjust them i just need a kick starter to get me started

and you guys have the knowhow

i am just an adaptor (i adjust myself to new stuff)

i need a script that does what i want and the rest i will make myself

I suggest you start by just looking out for one code. Work out how you identify that the optical receiver has seen your code sequence, for example 10011000.

cant somone supply me a simple code?

Can someone provide a specification of the hardware?

the hardware
simple RF Link 434MHz set (transmitter and recever)
a arduino with 595 to drive more leds

and a attiny85 as a transmitter

What does the RF link do?

it is the kit i use for the transmittiung and receving