no I meant everything that comes with the NRF24L01
Yeah, I just place a header on the boards and plug them in. You could also solder them in place if you wanted something more secure.
no I meant everything that comes with the NRF24L01
(banana for scale).
You can get a free C compiler from Microchiop which is not limited except in optimization. Why not use it?
Bob
yes that's what I meantI have some stiff running on arduino using NRF24L01 (is that what you meant) that will not fit into 8k
I have a pic24f handy, could I use that as a memory cache? if not I may have a 64k ram chip laying around. It's also funny that you say code in asm. I assume this is because of the tidyness of asm in comparison to C.I'd expect you're not using a networking library for these modules, but the support code can get large quickly. I'd expect you will need to be very cautious with your code (and probably code in assembler)