This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Query on msp430f2274 interfaced with EZ430-RF2500 temperature sensor

Other Parts Discussed in Thread: SIMPLICITI

hello,
EZ430-RF2500 sensor nodes is programmed to configure as end device, access point and range extender.The communication path between each nodes are established using SimpliciTI routing network protocol.
Now we are trying to implement the same using AODV protocol, so please guide us on this issue.
Thank you.

  • I would say that Ad hoc On-Demand Distance Vector (AODV) Routing is going to be overkill for a simple 4 hop max network protocol like SimpliciTI. I would think you would need to move to a zigbee or dash7 or 6lopan protocol before AODV would buy you anything.

  • Thankyou for your kind reply,

    We need a clear idea about whether AODV can replace SimpliciTI protocol. We are currently using IAR workbench to check the performance of MSP430 with eZ430-RF2500 using SimpliciTI protocol, can we use AODV protocol in same workbench? We are doing this to understand working of various protocols on eZ430-RF2500  and its wide applications And if AODV is cumbersome please suggest any other protocols that we can research on.

  • hello Sir we are facing problem in analysing below steps please guide on this calibration.

    // oC = ((A10/1024)*1500mV)-986mV)*1/3.55mV = A10*423/1024 - 278
          // the temperature is transmitted as an integer where 32.1 = 321
          // hence 4230 instead of 423
          temp = results[0];
          degC = (((temp - 673) * 4230) / 1024);

    and also,

    volt = (temp*25)/512;

    please explain wat is this calibration is...!

**Attention** This is a public forum