(moderator: I apologize for having posted the below as a reply to someone elses post. Feel free to delete one)
I’d be very grateful if anyone has enough documentation or experience to help me understand if what i want to do is possible. For reference, at http://www.rentron.com/rf_remote_control.htm, the reynolds electronics website sells very simple lower freq. 433mhz transmitters and receivers, and their on the site they provide examples for 8 bit transmitters and receiver circuits. Clicking on them I was amazed. There are apparently two very simple chips made by Holtek, a HT640 and an HT648. The 640 is used to collect up to 18 bits of data (arbitrarily designated as 10 address and 8 data bits), which it then serializes, prepending some sync and timing bits, which it then just sends it into the transmitter with one wire. A single resistor sets the internal bit rate oscillator. Then on the receiving end, an HT648 chip is is used to do the opposite, recovering and synchronizing the serialized data and making it available on 18 individual pins, again arbitrarily designated 10 for address and 8 for data. The examples on that site are only using 8 of the available bits. This is exactly what I need! To be able to replicate some bits on a wireless link without having to deal with any MCU at all would spare me a lot of R & D time. Especially since I’d never need to recover my bits faster than a few dozen updates per second.
But I have one problem… the 433Mhz frequency modules in those examples both require antenna, and the application I have in mind has no room for such a clumsy addition. So I really had hoped for something similar in the 2.4Ghz band. Well e-bay is full of these nRFL24LO boards! But of course these are all China based suppliers and documentation is pretty limited, and most hints I’ve seen for usage around the net have all required some adruino based boards. Even if I did buy some canned Arduino board to get started, I fear this would bog me down in months of additional research. Especially having seen how simple these Holtek chips could make my life on a 433Mhz board, I just sense the a same could be done with these RF24LO boards with just a little help.