Electronic – Cheap wireless module for M2M communication

solar cellwireless

We're designing a street light control & monitoring system, which has: solar + induction lamp. Each street light has a wireless communication modules to send/receive data to a central module, which has a GPRS module to send/receive all the data back to the server..

We're not pro at wireless so we decided to use a wireless module, which is ready made.
There are a lot of wireless modules on the market: Z-wave, Zigbee,… that make it hard for me to choose. I don't know the pros & cons of Z-wave, Zigbbe… although I've tried to read a lot, but google seems not to give me any clarification.

Can you give us some suggestions on the wireless communication solution to choose which one should I go with Z-wave or Zigbee or any others.
This is a cost sensitive project. Distance between street lights ~50m

Best Answer

I'm designing a wireless device now and have looked through different options. Now i'm deciding what to use between two choices:

  • Sub 1GHz radio chips or modules such as RFM12B or Silabs Si4455. They are very cheap and can give a good range of about kilometer. But if your base station is, say, 2km away from one of wireless devices — it will be no link because this modules don't give you a mesh. You have to code it by yourself.
  • ZigBee modules or SoC like Atmega128RFA1 can have a higher price but give you ready to use MAC addressing and Mesh network. Mesh netwok allows you to connect two devices, which have no direct link, via third device in between of them. This allows you to build large-area wireless netwoks. Also ZigBee is known for very small power consumption.
Related Topic