Edit/Update April 22nd:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Restating my problem: I am building a device which I have no way to physically interface with, once activated. It is very probable that I will be improving/modifying the software side of things, as time goes on. I want a way to change the code running on the Arduino.
Current setup I am considering: a nRF24L01+ with a dedicated Arduino Pro Mini(a) for communication (this breakoutboard:
http://iteadstudio.com/store/index.php?main_page=product_info&cPath=7&products_id=53) and an additional Arduino Pro Mini(b) for logic.
Arduino a runs software which enables it to forward messages between Arduino b and RF module. Arduino b handles the rest of the logic.
The sketch on Arduino a would be permanent, and I could reprogram Arduino b via Arduino a.
Questions: Well. Actually. I don't even know where to start. I plan on ordering the parts next week and start tinkering, but I would really apreceate some more feedback
a) Is this feasible?
b) Is there any other/better way of doing this?
c) How would you go about it - are there any similar projects you know of?
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
this is my original post:
Is it possible to use the nRF24L01+ chip to send sketches to the arduino?
Using one of these breakout boards as the receiver:
http://www.sparkfun.com/products/691http://iteadstudio.com/store/index.php?main_page=product_info&cPath=7&products_id=53&zenid=jpdvhl54i61124np272uj4ue62And this here (in combination with one of the breakouts) as sender:
http://www.sparkfun.com/products/9019I feel like I might need an additional controller to read the signal from the RF module and then output a serial signal to the Arduino. Ideally I would not want to use an additional controller. Is it possible?
I'd appreceate suggestions and comments
Thanks
p.