nRF24 / RF24Audio

Arduino library for streaming data/audio from analog inputs via NRF24L01 modules

Home Page:http://nrf24.github.io/RF24Audio

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Issue with Private Channels

AmeerHafez opened this issue · comments

So i have set up two communicating transceivers using broadcast. but when I set up another pair of transceivers there is so much interference :( !.. how to avoid this?

transmitter 1 is number 0
receiver 1 is number 1

transmitter 2 is number 100
receiver 2 is number 101

Oh.. I just did that.. that stopped interference. but why would the example have broadcast then? I thought it also changes the designated channel?

ahhh ok.. So if i change channels with radio.setChannel for multiple devices I don't need to use broadcast I guess?

Ok understood. Thank you very much ^^