I'm going square eyed reading FCC docs.
I designed and programmed a gaming system a while back for Australian use that involves spurious RF transmissions of data between the weapons, for price and simplicity reasons at the time I went with a 433MHz system using a TI CC1101 on a small pcb on a header connected to a small whip antenna. Works well within Australia and reliably communicates to the 150metre design range.
Problem is that the client now wishes to expand into the US market and FCC 15.231e is not going to allow more than about a 10m range at 433MHz.
15.231 uses a linear power regression, so I can change some component values on my PCB and make some code changes and get up to the 868Mhz band with a corresponding doubling of power, as the comms only requires line of sight I will get maybe an extra 50% range .. still problematic.
I don't really want to go through the spread spectrum, frequency hopping route and get into the 900Mhz band, its going to be tricky to do reliably with up to 1000 devices communicating on multiple channels as it currently does.
Ideally a solution would allow use in any country in the world, though I'm starting to think that will be impossible.
I am not sure what range I can get with 2.4GHz .. I was thinking of dropping in a microchip at 2.4GHz. If I can get 120 metres or so line of sight,reliably, all good.
I'm not an RF engineer by a long shot, I write code and design hardware .. so HELP ! or just comments would be very very much appreciated.
Any ideas on what band/method I should be looking at, specifically to obtain FCC compliance in the short term .. any/all other countrys as well ideally.