I am asked to define a wireless Eletronics Shelf Label (ESL) system. It is a distributed wireless network for price labels with LCD/e-paper. Currently, some vendors use diffuse infraread and VLF(Very Low Frequency, 38.4KHz) for two-way communication. My client wants to have it run on 2.4GHz or sub-1GHz.

The quotation is limited under 5USD, i.e., its BOM (LCM+MCU+RF) cost should be lower than 4USD. It is a tight budget anyway.

I google the wireless network. It seems that IEEE802.15.4 and Zigbee stack/chipset is much powerful and expensive than our requirements, we can use such designs only if its cost is lower.

I am not familiar with RF protocol, so I am not confident to define a new protocol stack. That's why I have to find the correct direction head to.

So far, I know the following facts:

  • MAC layer is very important for such point-to-multi-point (Star) topology.
  • Mesh network seems too complex, it introduces routing and other features into network.
  • MAC layer should be able to anti-collision (MAC).
  • The RF transceiver should have wake-on-radio for low-power consumption (PHY).
  • The node(ESL) should be self-configured (MAC/LAC).
  • Simple encryption for communication and authentication (application layer).
  • Open source implementation and market proven robustness.

I have read some design guide from TI/Freescale/Microchip/Atmel/EM/nordic, some chip is suitable like nRF24L01+/CC2500, however the protocol/support is not.

Does anyone who is familiar with RF communications can give me some hints to move on?

link|improve this question
feedback

1 Answer

Have you looked at simpliciTI from Texas Instruments? The CC2500 chip is supported. http://www.ti.com/corp/docs/landing/simpliciTI/index.htm

link|improve this answer
Thanks, SimpliciTI is good. It can support 2^32=4 giga nodes. However the demonstration has limitation on 8 nodes (eZ430+RF2500T) due to limited RAM size for keeping information for peer nodes. Maybe recording nodes information on back-end server is a better idea. – Kai Liu Mar 6 at 2:39
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.