Hi all. Anybody can help me. I am new to RFM12B module. Currently I have a project to monitor -80Deg. Freezers and transmit the reading to a PC for logging. I am planning to use RFM12B module with pic16f877a. I am using RFM12B modules with pic 16f877a nodes near the freezers (around 5 nos.) for transmitting. Now I want to receive data from each of these nodes to a receiver, which is also an RFM12B module with Pic 16f877a. Pc interfacing is done with RS232 with the receiver module. My doubt is how is it possible to address each individual nodes (consisting of pic16f877a with RFM12B module). How can we use multiple RFM12B modules in this way. Looking ahead for valuable suggestions !!! Thank You
RFM12B Networking for Temperature Data acquisition
(2 posts) (2 voices)-
Posted 10/03/2011 03:55:15
-
You're going to have to dive deep into the RF12 driver source code in RF12.h and RF12.cpp to see how everything is done for ATmega. Starting from scratch for another microcontroller is going to be a lot of (hard and tricky) work.
Posted 10/03/2011 16:51:52
